From c362218b8ef0af6402d3715fbed040ac1cbe0433 Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期五, 29 十一月 2024 14:32:18 +0800
Subject: [PATCH] 最新上传

---
 代码管理/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue |   52 +++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 39 insertions(+), 13 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue"
index 75fca33..13fe93b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue"
@@ -27,9 +27,12 @@
       sortName: "id",
     });
     const editFormFields = ref({
+      locationCode:"",
+      locationName:"",
       row: "",
       column: "",
       layer: "",
+      roadwayNo:"",
       depth: "",
       locationType: "",
       locationStatus: "",
@@ -39,6 +42,40 @@
     const editFormOptions = ref([
       [
         {
+          title: "璐т綅缂栧彿",
+          required: true,
+          field: "locationCode",
+          type: "string",
+        },
+        {
+          title: "璐т綅鍚嶇О",
+          required: true,
+          field: "locationName",
+          type: "string",
+        },
+         {
+          title: "宸烽亾缂栧彿",
+          required: true,
+          field: "roadwayNo",
+          type: "string",
+        },
+       
+        {
+          title: "璐т綅娣卞害",
+          field: "depth",
+          type: "string",
+          hidden: true,
+        },
+
+         {
+          title: "澶囨敞",
+          field: "remark",
+          type: "string",
+          hidden: true,
+        },
+      ],
+        [
+         {
           title: "璐т綅琛�",
           required: true,
           field: "row",
@@ -56,12 +93,6 @@
           field: "layer",
           type: "string",
         },
-        // {
-        //   title: "璐т綅娣卞害",
-        //   required: true,
-        //   field: "depth",
-        //   type: "string",
-        // },
       ],
       [
         {
@@ -82,17 +113,12 @@
         },
         {
           title: "鍖哄煙涓婚敭",
-          required: true,
+          //required: true,
           field: "areaId",
           type: "string",
           hidden: true,
         },
-        // {
-        //   title: "宸烽亾缂栧彿",
-        //   required: true,
-        //   field: "roadwayNo",
-        //   type: "string",
-        // },
+       
       ],
     ]);
     const searchFormFields = ref({

--
Gitblit v1.9.3