From 89fb83a94d2369eda0fb3138a406d156bc3d1efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Thu, 2 Oct 2025 09:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=88=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/automatedWarehouse/palletAssembly.vue | 4 ++-- src/views/modules/automatedWarehouse/palletPacking.vue | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index 3df7797..8cd18a0 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -5,7 +5,7 @@
- 组托 + 直接组盘
首页 @@ -484,12 +484,12 @@ export default { palletId: this.palletCode }).then(({ data }) => { if (data.code === 0) { + this.palletCode=data.palletId this.palletScanned = true; this.positionOptions = data.positions || []; // 获取栈板详细信息(包括palletType和autoSort) this.loadPalletInfo(); - this.refreshTable(); } else { this.$message.error(data.msg || '栈板不存在'); diff --git a/src/views/modules/automatedWarehouse/palletPacking.vue b/src/views/modules/automatedWarehouse/palletPacking.vue index 5080f48..5ea91dd 100644 --- a/src/views/modules/automatedWarehouse/palletPacking.vue +++ b/src/views/modules/automatedWarehouse/palletPacking.vue @@ -5,7 +5,7 @@
- 打托 + 组盘入库
首页 @@ -555,6 +555,7 @@ export default { palletId: this.palletCode }).then(({ data }) => { if (data.code === 0) { + this.palletCode=data.palletId this.palletScanned = true; this.positionOptions = data.positions || []; @@ -1050,7 +1051,7 @@ export default { this.$message.error('无法获取当前栈板位置'); return; } - + this.palletCode=data.palletId this.transportModalVisible = true; this.selectedTargetArea = ''; this.transportAreaOptions = [];