From cb385f0b515c738b503c5c75c9d7efcec323716d Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期五, 28 二月 2025 09:12:40 +0800
Subject: [PATCH] 数据库脚本提交

---
 代码管理/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue |   83 +++++++++++++++++++++++++----------------
 1 files changed, 50 insertions(+), 33 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 639d4de..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",
-        // },
       ],
       [
         {
@@ -69,39 +100,25 @@
           required: true,
           field: "locationType",
           type: "select",
-          dataKey:"",
-          data:[
-            {key:1,value:'姝e父璐т綅'},
-            {key:2,value:'鏆傚瓨浣�'},
-            {key:3,value:'鎻愬崌鏈�'},
-            {key:4,value:'杈撻�佺嚎'},
-            {key:5,value:'缁勭珛鏈�'},
-          ]
+          dataKey: "locationTypeEnum",
+          data: [],
         },
-         {
+        {
           title: "绂佺敤鐘舵��",
           required: true,
           field: "enableStatus",
           type: "select",
-          dataKey:"",
-          data:[
-            {key:0,value:'姝e父'},
-            {key:1,value:'绂佺敤'},
-          ]
+          dataKey: "enableStatusEnum",
+          data: [],
         },
         {
           title: "鍖哄煙涓婚敭",
-          required: true,
+          //required: true,
           field: "areaId",
           type: "string",
-          hidden:true,
+          hidden: true,
         },
-        // {
-        //   title: "宸烽亾缂栧彿",
-        //   required: true,
-        //   field: "roadwayNo",
-        //   type: "string",
-        // },
+       
       ],
     ]);
     const searchFormFields = ref({
@@ -118,7 +135,7 @@
           dataKey: "locationTypeEnum",
           data: [],
         },
-         {
+        {
           title: "璐т綅鐘舵��",
           field: "locationStatus",
           type: "selectList",
@@ -143,12 +160,12 @@
         title: "鍖哄煙涓婚敭",
         type: "string",
         width: 90,
-        hidden:true,
+        hidden: true,
         align: "left",
         bind: {
           key: "areainfo",
-          data: []
-        }
+          data: [],
+        },
       },
       {
         field: "locationCode",
@@ -209,7 +226,7 @@
         type: "string",
         width: 120,
         align: "left",
-        bind:{key: "locationTypeEnum", data: []}
+        bind: { key: "locationTypeEnum", data: [] },
       },
       {
         field: "locationStatus",

--
Gitblit v1.9.3