采购、装配

This commit is contained in:
hedekun
2018-11-14 09:22:04 +08:00
parent f7eb22e5bb
commit 666c65dd0f
101 changed files with 14504 additions and 266 deletions

View File

@@ -15,7 +15,7 @@
<span style="margin-left: 10px">投标人</span>
<el-input v-model="Bidder" clearable size="small" style="width:100px" placeholder="请选择" readonly @dblclick.native="dialogFormVisiblePeople = true;flag2 = 1" @clear="clear()"/>
<span style="margin-left: 10px">招标企业</span>
<el-input v-model="TenderingEnterprise" clearable size="small" style="width:180px" placeholder="请输入招标企业"/>
<el-input v-model="TenderingEnterprise" clearable size="small" style="width:140px" placeholder="请输入招标企业"/>
<span style="margin-left: 10px">开始日期</span>
<el-date-picker
v-model="startTime"
@@ -346,7 +346,7 @@ export default {
联系人: '',
联系电话: '',
保证金金额: '',
保证金类型: '',
保证金类型: 1,
投标人: '',
投标日期: '',
计划收回日期: '',
@@ -542,6 +542,7 @@ export default {
})
},
editBidBond(row) {
this.editForm(row, 'form2')
this.title = '编辑'
this.dialogFormVisible2 = true
this.form2.招标企业 = row.招标企业