From c13e271c21ae8632b179939c34100374e8520efc Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 18 Oct 2025 15:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production-inbound/inboundRegister.vue | 8 ++++---- src/views/modules/recv/recv.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index bfeebca..b5fb619 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -139,7 +139,7 @@ - + - + - + 创建 确定 @@ -549,7 +549,7 @@ export default { username: localStorage.getItem('userName'), site: localStorage.getItem('site'), transNo: transNo, - printLabel: "库存成品标签" + labelType: "库存成品标签" } const { data } = await printLabel(printRequest) if (data.code === 200) { diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index b7f4791..1072747 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -132,7 +132,7 @@ - + - + @@ -329,7 +329,7 @@ export default { }, handlingUnitStep() { this.processFlag = 3; - this.autoCalculate = true; // 重置自动计算开关 + this.autoCalculate = false; // 重置自动计算开关 const saved = localStorage.getItem(this.huKey); this.handlingUnit = saved ? JSON.parse(saved) : []; }, @@ -566,7 +566,7 @@ export default { site: localStorage.getItem('site'), receiptNo: receiptNo, needCheck:needCheck, - printLabel:"BIL标签" + labelType:"BIL标签" } const { data } = await printLabel(printRequest) if (data.code === 200) {