From 3713a17fe36d877ce3e588c1dc08526fc8afffdc Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 23 十月 2025 09:26:31 +0800
Subject: [PATCH] 111

---
 新建文件夹/WMS/src/views/basic/locationInfo.vue |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 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 ebd3945..0c9c4fb 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"
@@ -47,8 +47,8 @@
           type: "select",
           required: true,
           span: 12,
-          data: [],
-          bind: { key: "warehouses", data: [] }
+          dataKey:  "warehouseNuber", 
+          data: []
         },
         {
           field: "locationCode",
@@ -104,7 +104,7 @@
           type: "select",
           span: 12,
           data: [],
-          bind: { key: "locationTypeEnum", data: [] }
+          dataKey:  "locationTypeEnum",
         }
       ],
       [
@@ -114,15 +114,15 @@
           type: "select",
           span: 12,
           data: [],
-          bind: { key: "locationStatusEnum", data: [] }
+           dataKey:  "locationStatusEnum",
         },
         {
           field: "enableStatus",
           title: "绂佺敤鐘舵��",
           type: "select",
           span: 12,
+          dataKey:"EnableStatusEnum",
           data: [],
-          bind: { key: "status", data: [] }
         }
       ],
       [
@@ -148,17 +148,19 @@
     });
     const searchFormOptions = ref([
       [
-        { title: "搴撴埧缂栧彿", field: "warehouseId", type: "select", data: [], bind: { key: "warehouses", data: [] } },
+        { title: "搴撴埧缂栧彿", field: "warehouseId", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
         { title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
         { title: "璐т綅鍚嶇О", field: "locationName", type: "like" },
       ],
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
-        { title: "璐т綅绫诲瀷", field: "locationType", type: "select", data: [], bind: { key: "locationTypeEnum", data: [] } },
-        { title: "璐т綅鐘舵��", field: "locationStatus", type: "select", data: [], bind: { key: "locationStatusEnum", data: [] } },
+        { title: "璐т綅绫诲瀷", field: "locationType", type: "select",  dataKey:  "locationTypeEnum", data: []  },       
+        { title: "璐т綅鐘舵��", field: "locationStatus", type: "select",  dataKey:  "locationStatusEnum",data: []},
+
       ],
       [
-        { title: "绂佺敤鐘舵��", field: "enableStatus", type: "select", data: [], bind: { key: "status", data: [] } },
+
+         { title: "绂佺敤鐘舵��", field: "enableStatus", type: "select", data: [], dataKey:"status" },
         { title: "琛�", field: "row", type: "int" },
         { title: "鍒�", field: "column", type: "int" },
         { title: "灞�", field: "layer", type: "int" }

--
Gitblit v1.9.3