From 0875bfa35d389e238ae82142ce45b71c9715133b Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 17 四月 2026 17:37:39 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu

---
 代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue |   21 +++------------------
 1 files changed, 3 insertions(+), 18 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue"
index dc1a417..b3c71b9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue"
@@ -185,21 +185,14 @@
     // 鎼滅储琛ㄥ崟甯冨眬閰嶇疆椤�
     const searchFormOptions = ref([
       [
-        { title: "浠撳簱缂栧彿", field: "warehouseId", type: "equal" },
         { title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
+        { title: "浠撳簱缂栧彿", field: "warehouseId", type: "equal" },
         { title: "璐т綅鍚嶇О", field: "locationName", type: "like" },
         
       ],
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
-        { title: "璐т綅绫诲瀷", field: "locationType", type: "select",
-            data: [
-              { key: "0", value: "鏈畾涔�" },
-              { key: "1", value: "灏忔墭鐩�" },
-              { key: "2", value: "涓墭鐩�" },
-              { key: "3", value: "澶ф墭鐩�" },
-              { key: "4", value: "鐗瑰ぇ鎵樼洏" },
-            ],
+        { title: "璐т綅绫诲瀷", field: "locationType", type: "select",dataKey: "RGVLocationTypeEnum",data:[]
         },
         { title: "璐т綅鐘舵��", field: "locationStatus", type: "select",
             data: [
@@ -301,16 +294,8 @@
         type: "select",
         width: 100,
         align: "left",
-        bind: {
           key: "value",
-          data: [
-            { key: "0", value: "鏈畾涔�" },
-            { key: "1", value: "灏忔墭鐩�" },
-            { key: "2", value: "涓墭鐩�" },
-            { key: "3", value: "澶ф墭鐩�" },
-            { key: "4", value: "鐗瑰ぇ鎵樼洏" },
-          ],
-        },
+          bind: { key: "RGVLocationTypeEnum", data: [] },
       },
       {
         field: "locationStatus",

--
Gitblit v1.9.3