From c05003c73bbe527478bccc55efe25c19068b6f50 Mon Sep 17 00:00:00 2001
From: Huangxiaoqiang-03 <1247017146@qq.com>
Date: 星期三, 23 十月 2024 17:30:42 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 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 554d7b5..6772d31 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"
@@ -29,8 +29,7 @@
     const editFormFields = ref({
       areaCode: "",
       areaName: "",
-      areaType: "",
-      areaStatus: "",
+
       warehouseId: "",
       areaDes: "",
     });
@@ -60,6 +59,14 @@
           title: "鍖哄煙鎻忚堪",
           field: "areaDes",
           type: "textarea",
+        },{ title: "鍖哄煙鐘舵��", field: "areaStatus" ,type: "select",dataKey: "enableEnum",data: [],},
+      ],
+      [
+      {
+          title: "鍖哄煙绫诲瀷",
+          required: true,
+          field: "areaType",
+          type: "int",
         },
       ],
     ]);

--
Gitblit v1.9.3