From 9f27cbd178b7f60975d388fa4c8a94f8b8e38117 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期六, 25 四月 2026 16:18:08 +0800
Subject: [PATCH] feat: 更新分容库出库地址并添加巷道号常量

---
 Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue b/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue
index c90456f..cb5c486 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue
+++ b/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue
@@ -90,34 +90,46 @@
         {
           title: "鏄惁鎷嗙洏",
           field: "isSplitPallet",
-          type: "checkbox",
+          type: "select",
+          dataKey: "isTrue",
+          data: [],
         },
         {
           title: "鏄惁缁勭洏",
           field: "isGroupPallet",
-          type: "checkbox",
+          type: "select",
+          dataKey: "isTrue",
+          data: [],
         },
         {
           title: "鍋囩數鑺ā寮�",
           field: "isInFakeBatteryMode",
-          type: "checkbox",
+          type: "select",
+          dataKey: "isTrue",
+          data: [],
         },
       ],
       [
         {
           title: "鏄惁鎵爜NG",
           field: "isScanNG",
-          type: "checkbox",
+          type: "select",
+          dataKey: "isTrue",
+          data: [],
         },
         {
           title: "鐢佃姱鏄惁鍒颁綅",
           field: "batteryArrived",
-          type: "checkbox",
+          type: "select",
+          dataKey: "isTrue",
+          data: [],
         },
         {
           title: "娑堟伅宸茶闃�",
           field: "isEventSubscribed",
-          type: "checkbox",
+          type: "select",
+          dataKey: "isTrue",
+          data: [],
         },
       ],
     ]);

--
Gitblit v1.9.3