From 24ac6e3688db3dbb68eb6a53dd6c6fc9f8e12d6b Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 24 三月 2026 15:28:24 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue | 20 +++-----------------
1 files changed, 3 insertions(+), 17 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue"
index 918b10d..73cd0ee 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue"
@@ -188,20 +188,14 @@
[
{ title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
- { title: "浠撳簱缂栧彿", field: "warehouseId", 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: "鐗瑰ぇ鎵樼洏" },
- ],
+ dataKey:"LocationTypeEnum",
},
{ title: "璐т綅鐘舵��", field: "locationStatus", type: "select",
data: [
@@ -303,15 +297,7 @@
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:"LocationTypeEnum",data:[]
},
},
{
--
Gitblit v1.9.3