From 2950220f98f891a64cc452478e2a2ae61b82a8cd Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期日, 13 四月 2025 16:21:52 +0800
Subject: [PATCH] 优化代码、添加大屏
---
项目代码/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