From b593c2d4ada3244f4a256ca18a23c3fef609f234 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期日, 18 一月 2026 17:31:48 +0800
Subject: [PATCH] 最新

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
index b6a588f..e4f0c90 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
@@ -63,7 +63,7 @@
         field: "id",
         title: "Id",
         type: "int",
-        width: 100,
+        width: 90,
         hidden: true,
         readonly: true,
         require: true,
@@ -75,27 +75,30 @@
       //   type: "string",
       //   width: 90,
       //   align: "left",
-      //   bind: {key: "areainfo",data: []}
+      //   bind: {
+      //     key: "areainfo",
+      //     data: []
+      //   }
       // },
       {
         field: "locationCode",
         title: "璐т綅缂栧彿",
         type: "string",
-        width: 200,
+        width: 180,
         align: "left",
       },
       {
         field: "locationName",
         title: "璐т綅鍚嶇О",
         type: "string",
-        width: 280,
+        width: 220,
         align: "left",
       },
       {
         field: "roadwayNo",
         title: "宸烽亾缂栧彿",
         type: "decimal",
-        width: 100,
+        width: 90,
         align: "left",
       },
       {
@@ -104,15 +107,14 @@
         type: "string",
         width: 90,
         align: "left",
-        hidden: true,
+
       },
       {
         field: "column",
         title: "璐т綅鍒�",
-        type: "int",
+        type: "string",
         width: 120,
         align: "left",
-        hidden: true,
       },
       {
         field: "layer",
@@ -120,7 +122,6 @@
         type: "string",
         width: 200,
         align: "left",
-        hidden: true,
       },
       {
         field: "depth",
@@ -128,7 +129,7 @@
         type: "string",
         width: 180,
         align: "left",
-        hidden: true,
+        bind:{key: "locationDepth", data: []}
       },
       {
         field: "locationType",
@@ -142,7 +143,7 @@
         field: "locationStatus",
         title: "璐т綅鐘舵��",
         type: "string",
-        width: 120,
+        width: 200,
         align: "left",
         bind: { key: "locationStatusEnum", data: [] },
       },
@@ -150,7 +151,7 @@
         field: "enableStatus",
         title: "绂佺敤鐘舵��",
         type: "string",
-        width: 80,
+        width: 180,
         align: "left",
         bind: { key: "enableStatusEnum", data: [] },
       },
@@ -160,7 +161,6 @@
         type: "string",
         width: 90,
         align: "left",
-        hidden: true,
       },
       {
         field: "createDate",
@@ -168,8 +168,6 @@
         type: "datetime",
         width: 160,
         align: "left",
-        sort: true,
-        hidden: true,
       },
       {
         field: "modifier",
@@ -184,7 +182,6 @@
         type: "datetime",
         width: 160,
         align: "left",
-        sort: true,
       },
       {
         field: "remark",
@@ -192,7 +189,6 @@
         type: "string",
         width: 100,
         align: "left",
-        hidden: true
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3