From 2b49f7643d15b74889d190f216630559006ed93a Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 01 十二月 2025 09:48:43 +0800
Subject: [PATCH] pad和后端的优化

---
 新建文件夹/WMS/src/views/basic/locationInfo.vue |   85 +++++++++++++++++++++---------------------
 1 files changed, 43 insertions(+), 42 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/locationInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/locationInfo.vue"
index e34e8df..7fd7a23 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/locationInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/locationInfo.vue"
@@ -118,24 +118,24 @@
           span: 8,
         },
       ],
-      [
-        {
-          field: "locationStatus",
-          title: "璐т綅鐘舵��",
-          type: "select",
-          span: 12,
-          data: [],
-          dataKey: "locationStatusEnum",
-        },
-        {
-          field: "enableStatus",
-          title: "绂佺敤鐘舵��",
-          type: "select",
-          span: 12,
-          dataKey: "EnableStatusEnum",
-          data: [],
-        },
-      ],
+      // [
+      //   {
+      //     field: "locationStatus",
+      //     title: "璐т綅鐘舵��",
+      //     type: "select",
+      //     span: 12,
+      //     data: [],
+      //     dataKey: "locationStatusEnum",
+      //   },
+      //   {
+      //     field: "enableStatus",
+      //     title: "绂佺敤鐘舵��",
+      //     type: "select",
+      //     span: 12,
+      //     dataKey: "EnableStatusEnum",
+      //     data: [],
+      //   },
+      // ],
       // [
       //   {
       //     field: "remark",
@@ -174,23 +174,24 @@
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
         // { title: "璐т綅绫诲瀷", field: "locationType", type: "select",  dataKey:  "locationTypeEnum", data: []  },
-        {
-          title: "璐т綅鐘舵��",
-          field: "locationStatus",
-          type: "select",
-          dataKey: "locationStatusEnum",
-          data: [],
-        },
-        {
-          title: "绂佺敤鐘舵��",
-          field: "enableStatus",
-          type: "select",
-          data: [],
-          dataKey: "status",
-        },
+        // {
+        //   title: "璐т綅鐘舵��",
+        //   field: "locationStatus",
+        //   type: "select",
+        //   dataKey: "locationStatusEnum",
+        //   data: [],
+        // },
+        // {
+        //   title: "绂佺敤鐘舵��",
+        //   field: "enableStatus",
+        //   type: "select",
+        //   data: [],
+        //   dataKey: "status",
+        // },
+         { title: "琛�", field: "row", type: "int" },
       ],
       [
-        { title: "琛�", field: "row", type: "int" },
+       
         { title: "鍒�", field: "column", type: "int" },
         { title: "灞�", field: "layer", type: "int" },
       ],
@@ -292,15 +293,15 @@
         data: [],
         bind: { key: "locationStatusEnum", data: [] },
       },
-      {
-        field: "enableStatus",
-        title: "绂佺敤鐘舵��",
-        type: "select",
-        width: 100,
-        align: "left",
-        data: [],
-        bind: { key: "status", data: [] },
-      },
+      // {
+      //   field: "enableStatus",
+      //   title: "绂佺敤鐘舵��",
+      //   type: "select",
+      //   width: 100,
+      //   align: "left",
+      //   data: [],
+      //   bind: { key: "status", data: [] },
+      // },
       // {
       //   field: "remark",
       //   title: "澶囨敞",

--
Gitblit v1.9.3