From c97534f653e38233622ce8ae337f34ac154e4424 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: Tue, 23 Dec 2025 11:00:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(automatedWarehouse):=20=E5=B0=86=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=8F=90=E7=A4=BA=E6=94=B9=E4=B8=BA=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将栈板扫描时的输入验证错误提示改为弹窗 - 将获取栈板信息失败的错误提示改为弹窗 - 将更新操作失败的错误提示改为弹窗 - 将获取区域、站点、托盘类型列表失败的错误提示改为弹窗 - 将位置信息加载失败的错误提示改为弹窗 - 将标签扫描时的位置和层数选择验证改为弹窗提示 - 将组托和分拣操作的验证错误提示改为弹窗 - 将托盘合并和调用操作的错误提示改为弹窗 - 将预留取消操作的错误提示改为弹窗 --- .../automatedWarehouse/palletAssembly.vue | 61 ++++++++-------- .../automatedWarehouse/palletMerge.vue | 8 +-- .../automatedWarehouse/palletPacking.vue | 70 +++++++++---------- .../automatedWarehouse/palletSearch.vue | 6 +- .../automatedWarehouse/palletSorting.vue | 64 ++++++++--------- .../automatedWarehouse/palletSortingNoAgv.vue | 64 ++++++++--------- 6 files changed, 137 insertions(+), 136 deletions(-) diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index b70b048..745440e 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -1,4 +1,4 @@ -