This commit is contained in:
liushuai
2019-08-22 20:14:02 +08:00
parent 6900c7a551
commit 653abcfc59
9 changed files with 567 additions and 9 deletions

View File

@@ -615,7 +615,7 @@ export default {
tableData2: [], // 机床信息表
tableData3: [], // 营销经理表
PageCurrent: 1,
PageSize: 10,
PageSize: 20,
total: null,
PageCurrent1: 1,
PageSize1: 10,
@@ -695,6 +695,7 @@ export default {
this.getSelect(money, ['付款方式', '付款方式代码'], 'money')
},
openName() {
this.searchName()
this.name = ''
this.tableData3 = []
this.dialogFormVisiblePeople = true
@@ -1151,6 +1152,7 @@ export default {
},
openBidding() {
this.dialogFormVisibleBidding = true
this.searchBidding()
},
searchBidding() {
selectBidBond(0, '', 0, '', 1, this.enterprise, 0, '', 0, '').then(response => {