From dd2da3e686702febff3769dd776b371dd2cd1216 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 22:34:52 +0800 Subject: [PATCH] 1 --- .../automatedWarehouse/palletAssembly.vue | 54 +++++++++++++++++-- .../automatedWarehouse/palletPacking.vue | 54 +++++++++++++++++-- 2 files changed, 98 insertions(+), 10 deletions(-) diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index 270a0a7..1fc8487 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -11,7 +11,7 @@ 首页 - +
@@ -122,7 +122,12 @@
-
栈板明细
+
+ + 条码数:{{detailList.length}} +
@@ -149,8 +154,45 @@
+
- + +
+
+
+
位置
+
层数
+
标签号
+
+
+
{{ detail.position }}
+
{{ detail.layer }}
+
{{ detail.serialNo }}
+
+ +
+
暂无栈板明细数据
+
+
+
+ +
{ diff --git a/src/views/modules/automatedWarehouse/palletPacking.vue b/src/views/modules/automatedWarehouse/palletPacking.vue index 31abc71..c9b8d97 100644 --- a/src/views/modules/automatedWarehouse/palletPacking.vue +++ b/src/views/modules/automatedWarehouse/palletPacking.vue @@ -11,7 +11,7 @@ 首页 - +
@@ -122,7 +122,12 @@
-
栈板明细
+
+ + 条码数:{{detailList.length}} +
@@ -147,8 +152,45 @@
+
- + +
+
+
+
位置
+
层数
+
标签号
+
+
+
{{ detail.position }}
+
{{ detail.layer }}
+
{{ detail.serialNo }}
+
+ +
+
暂无栈板明细数据
+
+
+
+ +
{