关联单据查询逻辑优化
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
},
|
||||
methods: {
|
||||
show(type, subType, organType, status) {
|
||||
this.queryParam.type = type
|
||||
this.queryParam.subType = subType
|
||||
this.queryParam.status = status
|
||||
this.columns[1].title = organType
|
||||
|
||||
@@ -268,8 +268,8 @@
|
||||
});
|
||||
},
|
||||
onSearchLinkNumber() {
|
||||
this.$refs.linkBillList.show('出库', '采购', '供应商', "0")
|
||||
this.$refs.linkBillList.title = "选择采购出库"
|
||||
this.$refs.linkBillList.show('入库', '采购', '供应商', "0")
|
||||
this.$refs.linkBillList.title = "选择采购入库"
|
||||
},
|
||||
linkBillListOk(selectBillRows) {
|
||||
if(selectBillRows && selectBillRows.length>0) {
|
||||
|
||||
Reference in New Issue
Block a user