Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
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
张冬
web-purchase
Commits
48821df5
Commit
48821df5
authored
Oct 15, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中标通知书
parent
d5ae547f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
memberManagement.vue
src/pages/purchaser/organization/memberManagement.vue
+1
-3
bidwinAdvice.vue
src/pages/supply/bid/joinProject/bidSure/bidwinAdvice.vue
+8
-4
No files found.
src/pages/purchaser/organization/memberManagement.vue
View file @
48821df5
...
...
@@ -147,9 +147,7 @@ export default {
this
.
form
=
row
this
.
dialogFormVisible
=
true
},
add
(){
this
.
$router
.
push
(
"/purchaser/organization/jurisdictionSee"
)
}
}
}
</
script
>
...
...
src/pages/supply/bid/joinProject/bidSure/bidwinAdvice.vue
View file @
48821df5
...
...
@@ -9,15 +9,15 @@
<div>
项目名称:
{{
projectName
}}
</div>
</div>
<div>
<div>
日期:
2018-12-12
</div>
<div>
中标金额:
100
元
</div>
<div>
日期:
{{
detail
.
winDate
}}
</div>
<div>
中标金额:
{{
detail
.
money
}}
元
</div>
</div>
<div>
<div
class=
"flex-item"
>
<div
style=
"margin-right: 20px;"
>
附件:中标通知书.pdf
</div>
<el-button
size=
"mini"
>
下载
</el-button>
</div>
<div>
中标通知书编号:
222222
</div>
<div>
中标通知书编号:
{{
detail
.
number
}}
</div>
</div>
<div
class=
"flex-colunm notice"
>
<h1>
您已中标,请及时与平台签署应收账款买断合同。
</h1>
...
...
@@ -46,7 +46,8 @@ export default {
breads
:
[
'投标管理 '
,
'我参加的项目'
,
'工作台'
],
navs
:
[
'中标通知书'
],
projectCode
:
""
,
projectName
:
""
projectName
:
""
,
detail
:
""
}
},
methods
:
{
...
...
@@ -59,6 +60,9 @@ export default {
data
,
code
}
=
await
winBookdetail
(
projectId
)
if
(
code
==
200
){
this
.
detail
=
data
}
}
},
created
()
{
...
...
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