解决增加以销定购模块后产生的单据bug

This commit is contained in:
季圣华
2022-05-19 20:21:22 +08:00
parent 6b9efa9b1e
commit 1b419ad908
3 changed files with 29 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
selectedDetailRowKeys: [],
selectBillRows: [],
selectBillDetailRows: [],
showType: 'list',
showType: 'basic',
selectType: 'list',
linkNumber: '',
organId: '',
@@ -195,13 +195,14 @@
this.visible = true;
this.loadData(1)
},
purchaseShow(type, subType, organType, status) {
purchaseShow(type, subType, organType, status, purchaseStatus) {
this.selectType = 'list'
this.showType = 'purchase'
this.queryParam.type = type
this.queryParam.subType = subType
this.queryParam.roleType = '全部数据'
this.queryParam.status = status
this.queryParam.purchaseStatus = purchaseStatus
this.columns[0].title = organType
this.model = Object.assign({}, {});
this.visible = true;