From c949a33f6b5b4f1c0f41a9c1caa220da25ecbfa8 Mon Sep 17 00:00:00 2001
From: Tiandele <tiandele@hnkhzn.com>
Date: 星期二, 17 三月 2026 15:22:08 +0800
Subject: [PATCH] 前端界面优化
---
项目代码/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"
index d54dd3f..6279625 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"
@@ -52,7 +52,7 @@
{ "title": "璐т綅缂栧彿", "field": "locationCode", type: "text" },
{ "title": "璐т綅鐘舵��", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
{ "title": "璐т綅绫诲瀷", "field": "LocationType", "type": "select", dataKey: "LocationType", data: [] },
- //{ "title": "宸烽亾缂栧彿", "field": "roadwayNo", type: "text" },
+
],
[
{ "title": "琛�", "field": "row", type: "int" },
@@ -61,6 +61,7 @@
],
[
{ "title": "鏄惁绂佺敤", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
+ { "title": "宸烽亾缂栧彿", "field": "roadwayNo", type: "text" },
//{ "title": "娣卞害", "field": "depth", "type": "text" },
// { "title": "灞�", "field": "layer", type: "text" },
]
@@ -68,13 +69,13 @@
const columns = ref([{ field: 'id', title: '璐т綅ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
{ field: 'locationCode', title: '璐т綅缂栧彿', type: 'string', width: 100, require: true, align: 'left' },
{ field: 'locationName', title: '璐т綅鍚嶇О', type: 'string', width: 130, align: 'left' },
- //{ field: 'roadwayNo', title: '宸烽亾鍙�', type: 'string', width: 110, require: true, align: 'left' },
+ { field: 'roadwayNo', title: '宸烽亾鍙�', type: 'string', width: 70, require: true, align: 'left' },
{ field: 'row', title: '琛�', type: 'int', width: 70, align: 'left' },
{ field: 'column', title: '鍒�', type: 'int', width: 70, align: 'left' },
{ field: 'layer', title: '灞�', type: 'int', width: 70, align: 'left' },
//{ field: 'depth', title: '娣卞害', type: 'string', width: 110, align: 'left' },
{ field: 'scNo', title: '瀵瑰簲鍫嗗灈鏈哄彿', type: 'string', width: 110, align: 'left', hidden: true },
- { field: 'locationType', title: '璐т綅绫诲瀷', type: 'int', width: 90, align: 'left', bind: { key: "LocationType", data: [] } },
+ { field: 'locationType', title: '璐т綅绫诲瀷', type: 'int', width: 100, align: 'left', bind: { key: "LocationType", data: [] } },
{ field: 'locationStatus', title: '璐т綅鐘舵��', type: 'int', width: 90, align: 'left', bind: { key: "LocationState", data: [] } },
{ field: 'enalbeStatus', title: '鏄惁绂佺敤', type: 'int', width: 75, align: 'left', bind: { key: "EnalbeStatus", data: [] } },
// { field: 'isLocked', title: '鏄惁閿佸畾', type: 'bool', width: 110, align: 'left', bind: { key: "IsLocked", data: [] } },
--
Gitblit v1.9.3