From 9376389dbf19d202f766a4fe47cf80dfe4db4f42 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期四, 30 四月 2026 11:47:19 +0800
Subject: [PATCH] 规范读取modbus,增加容器出入场调接口

---
 项目代码/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue"
index 7e8d9a1..8226fca 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue"
@@ -23,6 +23,7 @@
       stationArea: "",
       stationStatus: "",
       remark: "",
+      StationDeviceCode: "",
     });
     const editFormOptions = ref([
         [{ title: "绔欏彴浣嶇疆", field: "stationLocation", type: "string" }],
@@ -38,7 +39,10 @@
           dataKey: "stationStatus",
           data: [],
         }],
+        [{ title: "鍙枡鍙峰湴鍧�", field: "stationChildCode", type: "string" }],
+         [{ title: "闆朵欢鍙峰湴鍧�", field: "stationDeviceCode", type: "string" }],
         [{ title: "澶囨敞", field: "remark", type: "textarea" }],
+       
     ]);
     const searchFormFields = ref({
       taskNum: "",
@@ -65,6 +69,8 @@
           dataKey: "stationStatus",
           data: [],
         }],
+         [{ title: "鍙枡鍙峰湴鍧�", field: "stationChildCode", type: "string" }],
+         [{ title: "闆朵欢鍙峰湴鍧�", field: "stationDeviceCode", type: "string" }],
         [{ title: "澶囨敞", field: "remark", type: "textarea" }],
     ]);
     const columns = ref([
@@ -103,6 +109,20 @@
         bind: { key: "stationStatus", data: [] }
       },
       {
+        field: "stationChildCode",
+        title: "鍙枡鍙峰湴鍧�",
+        type: "string",
+        width: 90,
+        align: "left",
+      },
+      {
+        field: "stationDeviceCode",
+        title: "闆朵欢鍙峰湴鍧�",
+        type: "string",
+        width: 90,
+        align: "left",
+      },
+      {
         field: "remark",
         title: "澶囨敞",
         type: "string",

--
Gitblit v1.9.3