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

This commit is contained in:
季圣华 2023-06-11 18:47:26 +08:00
parent 04f6fdfd40
commit 5e1d3f7b8a

View File

@ -373,6 +373,7 @@ export const BillModalMixin = {
case "barCode":
param = {
barCode: value,
organId: this.form.getFieldValue('organId'),
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
prefixNo: this.prefixNo
}
@ -705,6 +706,7 @@ export const BillModalMixin = {
}).then(allValues => {
let param = {
barCode: this.scanBarCode,
organId: this.form.getFieldValue('organId'),
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
prefixNo: this.prefixNo
}