From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:09:49 +0800
Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口

---
 Code Management/WMS/WIDESEA_WMSClient/src/views/basic/Dt_StationManager.vue |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/basic/Dt_StationManager.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/basic/Dt_StationManager.vue
index da81bb1..2d9208e 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/views/basic/Dt_StationManager.vue
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/basic/Dt_StationManager.vue
@@ -34,22 +34,7 @@
             [
                 { "title": "绔欏彴绫诲瀷", "field": "stationType", type: "selectList", dataKey: "stationType", data: [], },
                 { "title": "绾夸綋缂栧彿", "field": "stationChildCode", type: "text" },
-
-                // { "title": "宸烽亾鍙�", "field": "roadway", type: "text" },
-
             ],
-            // [
-            //     { "title": "璁惧鍖哄煙", "field": "stationArea", type: "text" },
-            //     { "title": "MOM璁惧缂栧彿", "field": "stationEquipMOM", type: "text" },
-            //     { "title": "NG瀛愯澶囩紪鍙�", "field": "stationNGChildCode", type: "text" },
-
-            // ],
-            // [
-            //     { "title": "NG瀛愯澶囧潗鏍�", "field": "remark", type: "text" },
-            //     { "title": "鎵�灞濸LC", "field": "stationPLC", type: "text" },
-            //     { "title": "浜х嚎", "field": "productLine", type: "text" },
-
-            // ]
         ]);
         const columns = ref([{ field: 'stationID', title: '涓婚敭', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' },
         { field: 'stationType', title: '绔欏彴绫诲瀷', type: 'int', sort: true, width: 110, require: true, align: 'left', sort: true, bind: { key: "stationType", data: [] }, },

--
Gitblit v1.9.3