From a89c018c3afa43a529f9eb54725bc92ed2b996e8 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 24 九月 2024 15:04:45 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 34 ++++++++++++++++++----------------
1 files changed, 18 insertions(+), 16 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..dd114ec 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,17 +64,10 @@
},
],
[
- { title: "璐т綅绫诲瀷", required: true, field: "locationType", type: "string" },
{
- title: "璐т綅鐘舵��",
+ title: "璐т綅绫诲瀷",
required: true,
- field: "locationStatus",
- type: "string",
- },
- {
- title: "绂佺敤鐘舵��",
- required: true,
- field: "enalbeStatus",
+ field: "locationType",
type: "string",
},
{
@@ -83,15 +76,13 @@
field: "areaId",
type: "string",
},
- ],
- [
- {
+ {
title: "宸烽亾缂栧彿",
required: true,
field: "roadwayNo",
type: "string",
},
- ]
+ ],
]);
const searchFormFields = ref({
locationCode: "",
@@ -120,19 +111,23 @@
type: "string",
width: 90,
align: "left",
+ bind: {
+ key: "areainfo",
+ data: []
+ }
},
{
field: "locationCode",
title: "璐т綅缂栧彿",
type: "string",
- width: 150,
+ width: 180,
align: "left",
},
{
field: "locationName",
title: "璐т綅鍚嶇О",
type: "string",
- width: 150,
+ width: 220,
align: "left",
},
{
@@ -148,6 +143,7 @@
type: "string",
width: 90,
align: "left",
+ hidden: true,
},
{
field: "column",
@@ -155,6 +151,7 @@
type: "int",
width: 120,
align: "left",
+ hidden: true,
},
{
field: "layer",
@@ -162,6 +159,7 @@
type: "string",
width: 200,
align: "left",
+ hidden: true,
},
{
field: "depth",
@@ -169,6 +167,7 @@
type: "string",
width: 180,
align: "left",
+ hidden: true,
},
{
field: "locationType",
@@ -176,6 +175,7 @@
type: "string",
width: 120,
align: "left",
+ bind:{key: "locationTypeEnum", data: []}
},
{
field: "locationStatus",
@@ -183,13 +183,15 @@
type: "string",
width: 200,
align: "left",
+ bind: { key: "locationStatusEnum", data: [] },
},
{
- field: "enalbeStatus",
+ field: "enableStatus",
title: "绂佺敤鐘舵��",
type: "string",
width: 180,
align: "left",
+ bind: { key: "enableStatusEnum", data: [] },
},
{
field: "creater",
--
Gitblit v1.9.3