关联单据查询逻辑优化

This commit is contained in:
季圣华
2021-06-27 22:53:43 +08:00
parent 51a697bfa6
commit 7af7c3cac0
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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) {