From 4f2ac6770a569ce5beb7c69eb65e5f50d831e8e1 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 2 Sep 2026 16:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E6=9F=A5=E8=AF=A2=E4=BC=A0?= =?UTF-8?q?=E7=88=B6site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/other-transaction/other-inbound.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: '',