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/system/Sys_Dictionary.vue |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue"
index 5ceafd6..51df000 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue"
@@ -37,9 +37,8 @@
       parentId: "",
       orderNo: "",
       enable: "",
-      dbSql: "",
+      sql: "",
       remark: "",
-      systemType: 1,
     });
     const editFormOptions = ref([
       [
@@ -59,7 +58,7 @@
         },
       ],
       [
-        { title: "sql璇彞", field: "dbSql", colSize: 8, type: "textarea" },
+        { title: "sql璇彞", field: "sql", colSize: 8, type: "textarea" },
         { title: "澶囨敞", field: "remark", type: "textarea" },
       ],
     ]);
@@ -135,18 +134,10 @@
         align: "left",
       },
       {
-        field: "dbSql",
+        field: "sql",
         title: "sql璇彞",
         type: "string",
         width: 200,
-        align: "left",
-      },
-      {
-        field: "dBServer",
-        title: "DBServer",
-        type: "string",
-        width: 90,
-        hidden: true,
         align: "left",
       },
       {

--
Gitblit v1.9.3