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 | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 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 32a449a..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"
@@ -71,25 +71,11 @@
type: "string",
},
{
- title: "璐т綅鐘舵��",
- required: true,
- field: "locationStatus",
- type: "string",
- },
- {
- title: "绂佺敤鐘舵��",
- required: true,
- field: "enalbeStatus",
- type: "string",
- },
- {
title: "鍖哄煙涓婚敭",
required: true,
field: "areaId",
type: "string",
},
- ],
- [
{
title: "宸烽亾缂栧彿",
required: true,
@@ -125,6 +111,10 @@
type: "string",
width: 90,
align: "left",
+ bind: {
+ key: "areainfo",
+ data: []
+ }
},
{
field: "locationCode",
@@ -185,6 +175,7 @@
type: "string",
width: 120,
align: "left",
+ bind:{key: "locationTypeEnum", data: []}
},
{
field: "locationStatus",
@@ -192,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