From d1a2afa67032339c2eb1019a02c6b6d036c0bdb1 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期一, 23 九月 2024 09:09:40 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 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 cdde3cd..32a449a 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" @@ -64,7 +64,12 @@ }, ], [ - { title: "璐т綅绫诲瀷", required: true, field: "locationType", type: "string" }, + { + title: "璐т綅绫诲瀷", + required: true, + field: "locationType", + type: "string", + }, { title: "璐т綅鐘舵��", required: true, @@ -85,13 +90,13 @@ }, ], [ - { + { title: "宸烽亾缂栧彿", required: true, field: "roadwayNo", type: "string", }, - ] + ], ]); const searchFormFields = ref({ locationCode: "", @@ -125,14 +130,14 @@ field: "locationCode", title: "璐т綅缂栧彿", type: "string", - width: 150, + width: 180, align: "left", }, { field: "locationName", title: "璐т綅鍚嶇О", type: "string", - width: 150, + width: 220, align: "left", }, { @@ -148,6 +153,7 @@ type: "string", width: 90, align: "left", + hidden: true, }, { field: "column", @@ -155,6 +161,7 @@ type: "int", width: 120, align: "left", + hidden: true, }, { field: "layer", @@ -162,6 +169,7 @@ type: "string", width: 200, align: "left", + hidden: true, }, { field: "depth", @@ -169,6 +177,7 @@ type: "string", width: 180, align: "left", + hidden: true, }, { field: "locationType", -- Gitblit v1.9.3