From a770206c91e495b802b3e9371e06834586ad7715 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 30 十月 2025 20:17:30 +0800
Subject: [PATCH] 1

---
 新建文件夹/WMS/src/views/basic/locationInfo.vue |   82 ++++++++++++++++++++--------------------
 1 files changed, 41 insertions(+), 41 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 79096c6..3e717b4 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"
@@ -95,12 +95,7 @@
           type: "int",
           span: 8
         },
-        {
-          field: "layer",
-          title: "璐т綅灞�",
-          type: "int",
-          span: 8
-        }
+      
       ],
       [
         {
@@ -109,13 +104,19 @@
           type: "int",
           span: 12
         },
-        {
-          field: "locationType",
-          title: "璐т綅绫诲瀷",
-          type: "select",
-          span: 12,
-          data: [],
-          dataKey:  "locationTypeEnum",
+        // {
+        //   field: "locationType",
+        //   title: "璐т綅绫诲瀷",
+        //   type: "select",
+        //   span: 12,
+        //   data: [],
+        //   dataKey:  "locationTypeEnum",
+        // }
+          {
+          field: "layer",
+          title: "璐т綅灞�",
+          type: "int",
+          span: 8
         }
       ],
       [
@@ -136,14 +137,14 @@
           data: [],
         }
       ],
-      [
-        {
-          field: "remark",
-          title: "澶囨敞",
-          type: "string",
-          span: 24
-        }
-      ]
+      // [
+      //   {
+      //     field: "remark",
+      //     title: "澶囨敞",
+      //     type: "string",
+      //     span: 24
+      //   }
+      // ]
     ]);
     const searchFormFields = ref({
       // warehouseId: "",
@@ -167,13 +168,12 @@
       ],
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
-        { title: "璐т綅绫诲瀷", field: "locationType", type: "select",  dataKey:  "locationTypeEnum", data: []  },       
+        // { 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: "enableStatus", type: "select", data: [], dataKey:"status" },
         { title: "琛�", field: "row", type: "int" },
         { title: "鍒�", field: "column", type: "int" },
         { title: "灞�", field: "layer", type: "int" }
@@ -206,7 +206,7 @@
         width: 120,
         align: "left",
         data: [],
-        bind: { key: "warehouses", data: [] }
+        bind: { key: "warehouseNuber", data: [] }
       },
       {
         field: "locationCode",
@@ -257,15 +257,15 @@
         width: 100,
         align: "left",
       },
-      {
-        field: "locationType",
-        title: "璐т綅绫诲瀷",
-        type: "select",
-        width: 120,
-        align: "left",
-        data: [],
-        bind: { key: "locationTypeEnum", data: [] }
-      },
+      // {
+      //   field: "locationType",
+      //   title: "璐т綅绫诲瀷",
+      //   type: "select",
+      //   width: 120,
+      //   align: "left",
+      //   data: [],
+      //   bind: { key: "locationTypeEnum", data: [] }
+      // },
       {
         field: "locationStatus",
         title: "璐т綅鐘舵��",
@@ -284,13 +284,13 @@
         data: [],
         bind: { key: "status", data: [] },
       },
-      {
-        field: "remark",
-        title: "澶囨敞",
-        type: "string",
-        width: 150,
-        align: "left",
-      },
+      // {
+      //   field: "remark",
+      //   title: "澶囨敞",
+      //   type: "string",
+      //   width: 150,
+      //   align: "left",
+      // },
       {
         field: "creater",
         title: "鍒涘缓浜�",

--
Gitblit v1.9.3