From ca54833cebd878d27d411edab28c3a2850415074 Mon Sep 17 00:00:00 2001
From: Huangxiaoqiang-03 <1247017146@qq.com>
Date: 星期一, 21 十月 2024 17:34:02 +0800
Subject: [PATCH] 更新前端页面

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue |   57 ++++++---------------------------------------------------
 1 files changed, 6 insertions(+), 51 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
index dd114ec..39b9366 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
@@ -27,61 +27,11 @@
       sortName: "id",
     });
     const editFormFields = ref({
-      row: "",
-      column: "",
-      layer: "",
-      depth: "",
-      locationType: "",
       locationStatus: "",
-      enalbeStatus: "",
-      remark: "",
     });
     const editFormOptions = ref([
       [
-        {
-          title: "璐т綅琛�",
-          required: true,
-          field: "row",
-          type: "string",
-        },
-        {
-          title: "璐т綅鍒�",
-          required: true,
-          field: "column",
-          type: "string",
-        },
-        {
-          title: "璐т綅灞�",
-          required: true,
-          field: "layer",
-          type: "string",
-        },
-        {
-          title: "璐т綅娣卞害",
-          required: true,
-          field: "depth",
-          type: "string",
-        },
-      ],
-      [
-        {
-          title: "璐т綅绫诲瀷",
-          required: true,
-          field: "locationType",
-          type: "string",
-        },
-        {
-          title: "鍖哄煙涓婚敭",
-          required: true,
-          field: "areaId",
-          type: "string",
-        },
-        {
-          title: "宸烽亾缂栧彿",
-          required: true,
-          field: "roadwayNo",
-          type: "string",
-        },
+        { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
       ],
     ]);
     const searchFormFields = ref({
@@ -92,6 +42,11 @@
       [
         { title: "璐т綅缂栧彿", field: "locationCode" },
         { title: "宸烽亾缂栧彿", field: "roadwayNo" },
+        { title: "璐т綅绫诲瀷", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
+        { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
+      ],
+      [
+        { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
       ],
     ]);
     const columns = ref([

--
Gitblit v1.9.3