From 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 11 六月 2025 17:13:56 +0800
Subject: [PATCH] 修改堆垛机通讯协议及交互逻辑

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue"
index e552816..320eefd 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue"
@@ -62,22 +62,22 @@
       ],
       [
         {
-          title: "鍏ュ簱绔欏彴缂栧彿1",
+          title: "鍏ュ簱绔欏彴缂栧彿",
           field: "inStationCode",
           type: "string",
         },
         {
-          title: "鍏ュ簱绔欏彴缂栧彿2",
+          title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�",
           field: "inSCStationCode",
           type: "string",
         },
         {
-          title: "鍑哄簱绔欏彴缂栧彿1",
+          title: "鍑哄簱绔欏彴缂栧彿",
           field: "outStationCode",
           type: "string",
         },
         {
-          title: "鍑哄簱绔欏彴缂栧彿2",
+          title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�",
           field: "outSCStationCode",
           type: "string",
         },
@@ -100,13 +100,13 @@
         { title: "绂佺敤鐘舵��", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
       ],
       [
-        { title: "鍏ュ簱绔欏彴缂栧彿1", field: "inStationCode", type: "like" },
-        { title: "鍏ュ簱绔欏彴缂栧彿2", field: "inSCStationCode", type: "like" },
+        { title: "鍏ュ簱绔欏彴缂栧彿", field: "inStationCode", type: "like" },
+        { title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�", field: "inSCStationCode", type: "like" },
         { title: "璁惧缂栧彿", field: "deviceNo", type: "like" },
       ],
       [
-        { title: "鍑哄簱绔欏彴缂栧彿1", field: "outStationCode", type: "like" },
-        { title: "鍑哄簱绔欏彴缂栧彿2",field: "outSCStationCode",type: "like",},
+        { title: "鍑哄簱绔欏彴缂栧彿", field: "outStationCode", type: "like" },
+        { title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�",field: "outSCStationCode",type: "like",},
       ]
     ]);
     const columns = ref([
@@ -152,28 +152,28 @@
       },
       {
         field: "inStationCode",
-        title: "鍏ュ簱绔欏彴缂栧彿1",
+        title: "鍏ュ簱绔欏彴缂栧彿",
         type: "string",
         width: 120,
         align: "left",
       },
       {
         field: "inSCStationCode",
-        title: "鍏ュ簱绔欏彴缂栧彿2",
+        title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�",
         type: "string",
         width: 150,
         align: "left",
       },
       {
         field: "outStationCode",
-        title: "鍑哄簱绔欏彴缂栧彿1",
+        title: "鍑哄簱绔欏彴缂栧彿",
         type: "decimal",
         width: 120,
         align: "left",
       },
       {
         field: "outSCStationCode",
-        title: "鍑哄簱绔欏彴缂栧彿2",
+        title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�",
         type: "string",
         width: 150,
         align: "left",

--
Gitblit v1.9.3