From 5c77533fd8ce96ce0a838d42b56a807a4c7c380b 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: Mon, 22 Sep 2025 16:26:24 +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/callOut.vue | 9 ++++----- src/views/modules/automatedWarehouse/palletPacking.vue | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/modules/automatedWarehouse/callOut.vue b/src/views/modules/automatedWarehouse/callOut.vue index c1326ab..77d21a8 100644 --- a/src/views/modules/automatedWarehouse/callOut.vue +++ b/src/views/modules/automatedWarehouse/callOut.vue @@ -190,16 +190,15 @@ export default { getPalletList(queryParams).then(({ data }) => { if (data && data.code === 0) { this.palletList = data.rows || []; - //如果有些是用batchNo或者serialNo查的 这些字段要一起加进去 呼叫栈板时保存 - for (let i = 0; i - +