Commit 48821df5 authored by 张冬's avatar 张冬

中标通知书

parent d5ae547f
......@@ -147,9 +147,7 @@ export default {
this.form = row
this.dialogFormVisible = true
},
add(){
this.$router.push("/purchaser/organization/jurisdictionSee")
}
}
}
</script>
......
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment