diff --git a/src/views/modules/other-transaction/other-inbound.vue b/src/views/modules/other-transaction/other-inbound.vue index 24e5222..b78e828 100644 --- a/src/views/modules/other-transaction/other-inbound.vue +++ b/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: '',