Commit 7af7c3ca authored by 季圣华's avatar 季圣华
Browse files

关联单据查询逻辑优化

parent 51a697bf
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
}, },
methods: { methods: {
show(type, subType, organType, status) { show(type, subType, organType, status) {
this.queryParam.type = type
this.queryParam.subType = subType this.queryParam.subType = subType
this.queryParam.status = status this.queryParam.status = status
this.columns[1].title = organType this.columns[1].title = organType
......
...@@ -268,8 +268,8 @@ ...@@ -268,8 +268,8 @@
}); });
}, },
onSearchLinkNumber() { onSearchLinkNumber() {
this.$refs.linkBillList.show('', '采购', '供应商', "0") this.$refs.linkBillList.show('', '采购', '供应商', "0")
this.$refs.linkBillList.title = "选择采购" this.$refs.linkBillList.title = "选择采购"
}, },
linkBillListOk(selectBillRows) { linkBillListOk(selectBillRows) {
if(selectBillRows && selectBillRows.length>0) { if(selectBillRows && selectBillRows.length>0) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment