From a89c018c3afa43a529f9eb54725bc92ed2b996e8 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 24 九月 2024 15:04:45 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue |   42 ++++++++++++++++++++++--------------------
 1 files changed, 22 insertions(+), 20 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue"
index b77540a..554d7b5 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue"
@@ -49,24 +49,12 @@
           type: "string",
         },
         {
-          title: "鍖哄煙绫诲瀷",
-          required: true,
-          field: "areaType",
-          type: "string",
-        },
-        {
-          title: "鍖哄煙鐘舵��",
-          required: true,
-          field: "areaStatus",
-          type: "string",
-        },
-      ],
-      [
-        {
           title: "浠撳簱涓婚敭",
           required: true,
           field: "warehouseId",
-          type: "string",
+          type: "select",
+          dataKey: "warehouse",
+          data: [],
         },
         {
           title: "鍖哄煙鎻忚堪",
@@ -78,8 +66,6 @@
     const searchFormFields = ref({
       areaCode: "",
       areaName: "",
-      areaType: "",
-      areaStatus: "",
       warehouseId: "",
       areaDes: "",
     });
@@ -87,10 +73,24 @@
       [
         { title: "鍖哄煙缂栧彿", field: "areaCode", type: "like" },
         { title: "鍖哄煙鍚嶇О", field: "areaName", type: "like" },
-        { title: "鍖哄煙绫诲瀷", field: "areaType", type: "like" },
-        { title: "鍖哄煙鐘舵��", field: "areaStatus", type: "like" },
+        { title: "鍖哄煙绫诲瀷", field: "areaType" },
+        {
+          title: "鍖哄煙鐘舵��",
+          field: "areaStatus",
+          type: "select",
+          dataKey: "enableEnum",
+          data: [],
+        },
       ],
-      [{ title: "浠撳簱涓婚敭", field: "warehouseId", type: "like" }],
+      [
+        {
+          title: "浠撳簱涓婚敭",
+          field: "warehouseId",
+          type: "select",
+          dataKey: "warehouse",
+          data: [],
+        },
+      ],
     ]);
     const columns = ref([
       {
@@ -109,6 +109,7 @@
         type: "string",
         width: 90,
         align: "left",
+        bind:{ key: "warehouse", data: [] },
       },
       {
         field: "areaCode",
@@ -137,6 +138,7 @@
         type: "string",
         width: 90,
         align: "left",
+        bind: { key: "enableEnum", data: [] },
       },
       {
         field: "areaDes",

--
Gitblit v1.9.3