From e2a5657e3a0b8615bcd78a3149e5ba9ce5579bb8 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 02 十二月 2024 16:25:35 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 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 39b9366..bb2ad54 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"
@@ -42,11 +42,13 @@
[
{ title: "璐т綅缂栧彿", field: "locationCode" },
{ title: "宸烽亾缂栧彿", field: "roadwayNo" },
- { title: "璐т綅绫诲瀷", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
- { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
+ { title: "璐т綅绫诲瀷", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: []},
+ { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: []},
],
[
- { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
+ { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: []},
+ { title: "琛�", field: "row" },
+ { title: "灞�", field: "layer" },
],
]);
const columns = ref([
@@ -60,17 +62,17 @@
require: true,
align: "left",
},
- {
- field: "areaId",
- title: "鍖哄煙涓婚敭",
- type: "string",
- width: 90,
- align: "left",
- bind: {
- key: "areainfo",
- data: []
- }
- },
+ // {
+ // field: "areaId",
+ // title: "鍖哄煙涓婚敭",
+ // type: "string",
+ // width: 90,
+ // align: "left",
+ // bind: {
+ // key: "areainfo",
+ // data: []
+ // }
+ // },
{
field: "locationCode",
title: "璐т綅缂栧彿",
@@ -98,15 +100,14 @@
type: "string",
width: 90,
align: "left",
- hidden: true,
+
},
{
field: "column",
title: "璐т綅鍒�",
- type: "int",
+ type: "string",
width: 120,
align: "left",
- hidden: true,
},
{
field: "layer",
@@ -114,7 +115,6 @@
type: "string",
width: 200,
align: "left",
- hidden: true,
},
{
field: "depth",
--
Gitblit v1.9.3