关联单据查询逻辑优化
This commit is contained in:
@@ -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 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user