Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
5b95c132
Commit
5b95c132
authored
Aug 24, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
招中标关联
parent
2f358a25
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
13 deletions
+27
-13
index.vue
dsk-operate-ui/src/views/detail/biddetail/index.vue
+18
-8
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+3
-3
details.vue
dsk-operate-ui/src/views/radar/Tender/details.vue
+5
-1
index.vue
dsk-operate-ui/src/views/radar/components/Tender/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/detail/biddetail/index.vue
View file @
5b95c132
...
@@ -54,6 +54,13 @@
...
@@ -54,6 +54,13 @@
<label
class=
"label"
>
建设性质
</label>
<label
class=
"label"
>
建设性质
</label>
<span>
{{
info
.
projectNature
||
"--"
}}
</span>
<span>
{{
info
.
projectNature
||
"--"
}}
</span>
</p>
</p>
<p>
<label
class=
"label"
>
招标公告
</label>
<span
class=
"span2"
>
<router-link
:to=
"`/radar/Notice/details/$
{info.bId}`" tag="a" class="a-link" v-if="info.bId" >查看招标公告
</router-link>
<span
v-else
>
--
</span>
</span>
</p>
</div>
</div>
<div
class=
"biddetail-title"
>
招标信息
</div>
<div
class=
"biddetail-title"
>
招标信息
</div>
<div
class=
"main31-box"
>
<div
class=
"main31-box"
>
...
@@ -412,6 +419,9 @@ export default {
...
@@ -412,6 +419,9 @@ export default {
.span1
{
.span1
{
width
:
40%
;
width
:
40%
;
}
}
.span2
{
width
:
88
.9%
;
}
.span-one
{
.span-one
{
width
:
90%
;
width
:
90%
;
}
}
...
...
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
5b95c132
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<div
class=
"count1"
>
{{
item
.
type
}}
<span>
{{
item
.
total
}}
</span></div>
<div
class=
"count1"
>
{{
item
.
type
}}
<span>
{{
item
.
total
}}
</span></div>
<div
:key=
"index"
>
<div
:key=
"index"
>
<div
class=
"infinite-list-item"
v-for=
"(item1,index1) in item.list"
@
click=
"selCompany(item1)"
:key=
"index1+'i'"
>
<div
class=
"infinite-list-item"
v-for=
"(item1,index1) in item.list"
@
click=
"selCompany(item1)"
:key=
"index1+'i'"
>
<img
v-if=
"item
.logoUrl"
:src=
"item
.logoUrl"
alt=
""
>
<img
v-if=
"item
1.logoUrl"
:src=
"item1
.logoUrl"
alt=
""
>
<div
v-else
class=
"logo"
:style=
"
{background:colors[index1%5]}">
{{
item1
.
combineMemberName
.
slice
(
0
,
4
)
}}
</div>
<div
v-else
class=
"logo"
:style=
"
{background:colors[index1%5]}">
{{
item1
.
combineMemberName
.
slice
(
0
,
4
)
}}
</div>
<div
style=
"float: left;"
>
<div
style=
"float: left;"
>
<span
class=
"name"
v-html=
"item1.combineName"
></span>
<span
class=
"name"
v-html=
"item1.combineName"
></span>
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<div
class=
"count1"
>
{{item.address}}
<span>
{{ item.total }}
</span></div>
<div
class=
"count1"
>
{{item.address}}
<span>
{{ item.total }}
</span></div>
<div
:key=
"index"
>
<div
:key=
"index"
>
<div
class=
"infinite-list-item"
v-for=
"(item1,index1) in item.result"
@
click=
"selCompany(item1)"
:key=
"index1+'i'"
>
<div
class=
"infinite-list-item"
v-for=
"(item1,index1) in item.result"
@
click=
"selCompany(item1)"
:key=
"index1+'i'"
>
<img
v-if=
"item
.logoUrl"
:src=
"item
.logoUrl"
alt=
""
>
<img
v-if=
"item
1.logoUrl"
:src=
"item1
.logoUrl"
alt=
""
>
<div
v-else
class=
"logo"
:style=
"{background:colors[index1%5]}"
>
{{ item1.combineMemberName.slice(0,4) }}
</div>
<div
v-else
class=
"logo"
:style=
"{background:colors[index1%5]}"
>
{{ item1.combineMemberName.slice(0,4) }}
</div>
<div
style=
"float: left;"
>
<div
style=
"float: left;"
>
<span
class=
"name"
v-html=
"item1.combineName"
></span>
<span
class=
"name"
v-html=
"item1.combineName"
></span>
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
<div
class=
"count1"
>
{{
item
.
type
}}
<span>
{{
item
.
total
}}
</span></div>
<div
class=
"count1"
>
{{
item
.
type
}}
<span>
{{
item
.
total
}}
</span></div>
<div
:key=
"index"
>
<div
:key=
"index"
>
<div
class=
"infinite-list-item"
v-for=
"(item1,index1) in item.list"
@
click=
"selCompany(item1)"
:key=
"index1+'i'"
>
<div
class=
"infinite-list-item"
v-for=
"(item1,index1) in item.list"
@
click=
"selCompany(item1)"
:key=
"index1+'i'"
>
<img
v-if=
"item
.logoUrl"
:src=
"item
.logoUrl"
alt=
""
>
<img
v-if=
"item
1.logoUrl"
:src=
"item1
.logoUrl"
alt=
""
>
<div
v-else
class=
"logo"
:style=
"
{background:colors[index1%5]}">
{{
item1
.
combineMemberName
.
slice
(
0
,
4
)
}}
</div>
<div
v-else
class=
"logo"
:style=
"
{background:colors[index1%5]}">
{{
item1
.
combineMemberName
.
slice
(
0
,
4
)
}}
</div>
<div
style=
"float: left;"
>
<div
style=
"float: left;"
>
<span
class=
"name"
v-html=
"item1.combineName"
></span>
<span
class=
"name"
v-html=
"item1.combineName"
></span>
...
...
dsk-operate-ui/src/views/radar/Tender/details.vue
View file @
5b95c132
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
</div>
</div>
<div
class=
"list-content"
v-if=
"textList.projectAmount||textList.contact"
>
<div
class=
"list-content"
v-if=
"textList.projectAmount||textList.contact"
>
<p
class=
"list-content-text"
v-if=
"textList.projectAmount"
>
<p
class=
"list-content-text"
v-if=
"textList.projectAmount"
>
<span>
预算金
款
:
</span>
<span>
预算金
额
:
</span>
<span
v-if=
"textList.projectAmount"
>
{{textList.projectAmount}}万元
</span>
<span
v-if=
"textList.projectAmount"
>
{{textList.projectAmount}}万元
</span>
<span
v-else
>
--
</span>
<span
v-else
>
--
</span>
</p>
</p>
...
@@ -65,6 +65,10 @@
...
@@ -65,6 +65,10 @@
<span>
报名截止日期:
</span>
<span>
报名截止日期:
</span>
<span
>
{{textList.overTime||'--'}}
</span>
<span
>
{{textList.overTime||'--'}}
</span>
</p>
</p>
<p
class=
"list-content-text"
v-if=
"textList.projectId"
>
<span>
中标公告:
</span>
<router-link
:to=
"`/biddetail/${textList.projectId}`"
tag=
"a"
class=
"a-link"
>
查看中标公告
</router-link>
</p>
<p
class=
"list-content-text"
v-if=
"textList.dataSource"
>
<p
class=
"list-content-text"
v-if=
"textList.dataSource"
>
<span>
来源网站:
</span>
<span>
来源网站:
</span>
<span
>
{{textList.dataSource||'--'}}
</span>
<span
>
{{textList.dataSource||'--'}}
</span>
...
...
dsk-operate-ui/src/views/radar/components/Tender/index.vue
View file @
5b95c132
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
</div>
</div>
<div
class=
"list-content"
v-if=
"item.bidMoney||item.contactTel || item.agencyContactTel"
>
<div
class=
"list-content"
v-if=
"item.bidMoney||item.contactTel || item.agencyContactTel"
>
<p
class=
"list-content-text"
v-if=
"item.bidMoney"
>
<p
class=
"list-content-text"
v-if=
"item.bidMoney"
>
<span>
预算金
款
:
</span>
<span>
预算金
额
:
</span>
<span>
{{
item
.
bidMoney
||
'--'
}}
万元
</span>
<span>
{{
item
.
bidMoney
||
'--'
}}
万元
</span>
</p>
</p>
<p
class=
"list-content-text"
v-if=
"item.contactTel || item.agencyContactTel"
>
<p
class=
"list-content-text"
v-if=
"item.contactTel || item.agencyContactTel"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment