diff --git a/jshERP-web/src/views/bill/mixins/BillModalMixin.js b/jshERP-web/src/views/bill/mixins/BillModalMixin.js index fc2c8a05..a4b3dad6 100644 --- a/jshERP-web/src/views/bill/mixins/BillModalMixin.js +++ b/jshERP-web/src/views/bill/mixins/BillModalMixin.js @@ -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 }