Browse Source

库位查询传父site

master
han\hanst 3 weeks ago
parent
commit
4f2ac6770a
  1. 4
      src/views/modules/other-transaction/other-inbound.vue

4
src/views/modules/other-transaction/other-inbound.vue

@ -145,7 +145,7 @@ export default {
targetLocationId: ''
},
scannedItems: [],
site: localStorage.getItem('site'),
site: '',
loading: false //
};
},
@ -322,6 +322,7 @@ export default {
const params = {
site: this.site,
fuSite: localStorage.getItem('site'),
inboundReason: this.inboundForm.inboundReason,
targetLocationId: this.inboundForm.targetLocationId,
handlingUnitIds: handlingUnitIds,
@ -382,6 +383,7 @@ export default {
//
clearFormData() {
this.scanCode = '';
this.site = '';
this.isRemoveMode = false;
this.inboundForm = {
inboundReason: '',

Loading…
Cancel
Save