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 | 55 ++++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 46 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 dd114ec..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,12 +86,34 @@
]);
const searchFormFields = ref({
locationCode: "",
- roadwayNo: "",
+ locationStatus: "",
+ enableStatus:"",
+ row:"",
+ column:"",
+ layer:"",
});
const searchFormOptions = ref([
[
- { title: "璐т綅缂栧彿", field: "locationCode" },
- { title: "宸烽亾缂栧彿", field: "roadwayNo" },
+ {
+ title: "璐т綅鐘舵��",
+ field: "locationStatus",
+ type: "selectList",
+ dataKey: "locationStatusEnum",
+ data: [],
+ },
+ {
+ title: "绂佺敤鐘舵��",
+ field: "enableStatus",
+ type: "selectList",
+ dataKey: "enableStatusEnum",
+ data: [],
+ },
+ { title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
+ ],
+ [
+ { title: "鎺�", field: "row" },
+ { title: "鍒�", field: "column" },
+ { title: "灞�", field: "layer" },
],
]);
const columns = ref([
@@ -113,8 +135,8 @@
align: "left",
bind: {
key: "areainfo",
- data: []
- }
+ data: [],
+ },
},
{
field: "locationCode",
@@ -122,6 +144,7 @@
type: "string",
width: 180,
align: "left",
+ sort: "true",
},
{
field: "locationName",
@@ -148,8 +171,8 @@
{
field: "column",
title: "璐т綅鍒�",
- type: "int",
- width: 120,
+ type: "string",
+ width: 90,
align: "left",
hidden: true,
},
@@ -157,7 +180,7 @@
field: "layer",
title: "璐т綅灞�",
type: "string",
- width: 200,
+ width: 90,
align: "left",
hidden: true,
},
@@ -175,7 +198,7 @@
type: "string",
width: 120,
align: "left",
- bind:{key: "locationTypeEnum", data: []}
+ bind: { key: "locationTypeEnum", data: [] },
},
{
field: "locationStatus",
@@ -194,6 +217,20 @@
bind: { key: "enableStatusEnum", data: [] },
},
{
+ field: "maxQty",
+ title: "鏈�澶у簱瀛�",
+ type: "int",
+ width: 90,
+ align: "left",
+ },
+ {
+ field: "currentQty",
+ title: "褰撳墠搴撳瓨",
+ type: "int",
+ width: 90,
+ align: "left",
+ },
+ {
field: "creater",
title: "鍒涘缓浜�",
type: "string",
--
Gitblit v1.9.3