From f5ac7c30a041c4add4a37d31aabd7126ac5e4ff6 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 2 Sep 2026 16:24:35 +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/inventory-move.vue | 3 ++- src/views/modules/production-inbound/inboundRegister.vue | 1 + src/views/modules/recv/qualifiedStorage.vue | 1 + src/views/modules/recv/recv.vue | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/other-transaction/inventory-move.vue b/src/views/modules/other-transaction/inventory-move.vue index ee56fdb..6f5781f 100644 --- a/src/views/modules/other-transaction/inventory-move.vue +++ b/src/views/modules/other-transaction/inventory-move.vue @@ -318,6 +318,7 @@ export default { const params = { site: this.site, + fuSite: localStorage.getItem('site'), moveReason: this.moveForm.moveReason, targetLocationId: this.moveForm.targetLocationId, handlingUnitIds: handlingUnitIds, @@ -362,7 +363,7 @@ export default { // 清空扫描框 this.scanCode = ''; - + this.site = ''; // 重置为添加模式 this.isRemoveMode = false; diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 16a5ab7..caee66a 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -661,6 +661,7 @@ export default { const submitData = { // 基本字段 site: item.contract, + fuSite: localStorage.getItem('site'), warehouseId: this.warehouseId, orderNo: item.orderNo, releaseNo: item.releaseNo, diff --git a/src/views/modules/recv/qualifiedStorage.vue b/src/views/modules/recv/qualifiedStorage.vue index d397caa..751c42a 100644 --- a/src/views/modules/recv/qualifiedStorage.vue +++ b/src/views/modules/recv/qualifiedStorage.vue @@ -556,6 +556,7 @@ export default { const params = { site: this.selectedReceipt.contract, + fuSite: localStorage.getItem('site'), receiptSequence: this.selectedReceipt.receiptSequence, sourceRef1: this.selectedReceipt.sourceRef1, sourceRef2: this.selectedReceipt.sourceRef2, diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index 2cf5ec6..09c1550 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -548,6 +548,7 @@ export default { const receiveData = { // 基本字段 site: item.site, + fuSite: localStorage.getItem('site'), warehouseId: this.warehouseId, partNo: item.partNo, partDesc: item.description,