From 9db011cca62d04d0e1bbe7faa0ea4ba22becab9b Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 19 Nov 2025 09:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/dashboard/exception-board.vue | 1366 ++++++++++------- 1 file changed, 846 insertions(+), 520 deletions(-) diff --git a/src/views/modules/dashboard/exception-board.vue b/src/views/modules/dashboard/exception-board.vue index 75c63d4..38d03a6 100644 --- a/src/views/modules/dashboard/exception-board.vue +++ b/src/views/modules/dashboard/exception-board.vue @@ -18,14 +18,25 @@
-
-

异常处理区实时看板

-
Exception Handling Area Real-time Dashboard
+
+

异常处理区看板

+
Exception Handling Area Dashboard
-
-
-
{{ currentTime }}
+ + +
+
+ +
+
+
+
+ +
+ +
+
@@ -42,6 +53,9 @@ 当前异常:{{ exceptionList.length }} +
+ 更新时间:{{ updateTime }} +
@@ -52,12 +66,9 @@ No. 异常类型 托盘码 - 位置 - 物料名称 - 数量 - 异常描述 - 发生时间 - 处理状态 + 异常描述 + 多盘标签 + 少盘标签 @@ -69,15 +80,32 @@ {{ item.palletCode }} - {{ item.location }} - {{ item.materialName || '-' }} - {{ item.quantity || '-' }} {{ item.description }} - {{ item.occurTime }} - - - {{ item.status }} - + +
+
+ {{ tag }} +
+
+ - + + +
+
+ {{ tag }} +
+
+ - + + + + + + +
+ +

暂无异常数据

+
@@ -94,537 +122,828 @@ - -