页面实现销售价每个客户不同的价格

This commit is contained in:
季圣华
2023-06-11 18:49:23 +08:00
parent 5e1d3f7b8a
commit afb62a162b

View File

@@ -297,6 +297,7 @@ export const BillModalMixin = {
} }
let param = { let param = {
barCode: barCodes, barCode: barCodes,
organId: this.form.getFieldValue('organId'),
depotId: depotId, depotId: depotId,
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
prefixNo: this.prefixNo prefixNo: this.prefixNo