From 1e12c140c041c0cb52306a0db9ff0ba18354d0d8 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 03 四月 2025 18:01:52 +0800 Subject: [PATCH] 优化WMS前端首页,货位查询column数据库关键字处理 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" index 3474b33..9c9a221 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" @@ -86,13 +86,13 @@ ]); const searchFormFields = ref({ locationCode: "", - roadwayNo: "", + locationStatus: "", + enableStatus:"", + row:"", + column:"", + layer:"", }); const searchFormOptions = ref([ - [ - { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, - { title: "宸烽亾缂栧彿", field: "roadwayNo" }, - ], [ { title: "璐т綅鐘舵��", @@ -108,6 +108,12 @@ dataKey: "enableStatusEnum", data: [], }, + { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, + ], + [ + { title: "鎺�", field: "row" }, + { title: "鍒�", field: "column" }, + { title: "灞�", field: "layer" }, ], ]); const columns = ref([ @@ -138,7 +144,7 @@ type: "string", width: 180, align: "left", - sort:"true" + sort: "true", }, { field: "locationName", @@ -165,8 +171,8 @@ { field: "column", title: "璐т綅鍒�", - type: "int", - width: 120, + type: "string", + width: 90, align: "left", hidden: true, }, @@ -174,7 +180,7 @@ field: "layer", title: "璐т綅灞�", type: "string", - width: 200, + width: 90, align: "left", hidden: true, }, -- Gitblit v1.9.3