页面实现销售价每个客户不同的价格
This commit is contained in:
@@ -373,6 +373,7 @@ export const BillModalMixin = {
|
|||||||
case "barCode":
|
case "barCode":
|
||||||
param = {
|
param = {
|
||||||
barCode: value,
|
barCode: value,
|
||||||
|
organId: this.form.getFieldValue('organId'),
|
||||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
|
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
|
||||||
prefixNo: this.prefixNo
|
prefixNo: this.prefixNo
|
||||||
}
|
}
|
||||||
@@ -705,6 +706,7 @@ export const BillModalMixin = {
|
|||||||
}).then(allValues => {
|
}).then(allValues => {
|
||||||
let param = {
|
let param = {
|
||||||
barCode: this.scanBarCode,
|
barCode: this.scanBarCode,
|
||||||
|
organId: this.form.getFieldValue('organId'),
|
||||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
|
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
|
||||||
prefixNo: this.prefixNo
|
prefixNo: this.prefixNo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user