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

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

@@ -374,7 +374,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) {