优化销售退货和采购退货的关联单据查询逻辑

This commit is contained in:
季圣华
2023-12-13 22:55:01 +08:00
parent 315be9104e
commit 34211dbde0
3 changed files with 4 additions and 2 deletions

View File

@@ -385,7 +385,7 @@
}
},
onSearchLinkNumber() {
this.$refs.linkBillList.show('出库', '销售', '客户', "1")
this.$refs.linkBillList.show('出库', '销售', '客户', "1,2,3")
this.$refs.linkBillList.title = "选择销售出库"
},
linkBillListOk(selectBillDetailRows, linkNumber, organId, discountMoney, deposit, remark) {