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

Loading…
Cancel
Save