From 0651efda1f08d417c82994887c68dfea2c9b4235 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期三, 11 十二月 2024 11:28:37 +0800
Subject: [PATCH] 修改问题
---
HTML/views/WareHouseSetting/Locate.html | 48 +++++++++++++++++++++++++++++++-----------------
1 files changed, 31 insertions(+), 17 deletions(-)
diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html
index c4fd05a..7a95e2e 100644
--- a/HTML/views/WareHouseSetting/Locate.html
+++ b/HTML/views/WareHouseSetting/Locate.html
@@ -344,7 +344,7 @@
field: 'AreaName',
title: '鎵�灞炲尯鍩�',
align: 'center',
- width: 130,
+ width: 180,
templet: function(d) {
return d.AreaNo + '-' + d.AreaName;
@@ -353,6 +353,7 @@
field: 'LocatNo',
title: '鍌ㄤ綅缂栫爜',
align: 'center',
+ width: 160,
}, {
field: 'StatusName',
title: '鍌ㄤ綅鐘舵��',
@@ -362,28 +363,42 @@
field: 'FlagName',
title: '鍌ㄤ綅鏍囪瘑',
align: 'center',
- width: 90,
+ width: 110,
}, {
field: 'Row',
- title: '鎺�',
+ title: '缁�',
align: 'center',
- width: 70,
+ width: 90,
}, {
field: 'Column',
- title: '鍒�',
+ title: '浣嶇疆',
align: 'center',
- width: 70,
- }, {
- field: 'Layer',
- title: '灞�',
- align: 'center',
- width: 70,
- }, {
- field: 'Depth',
- title: '娣卞害',
- align: 'center',
- width: 70,
+ width: 90,
},
+ {
+ field: 'AisleOne',
+ title: '閫氶亾鍙�1',
+ align: 'center',
+ width: 160,
+ },
+ {
+ field: 'AisleTwo',
+ title: '閫氶亾鍙�2',
+ align: 'center',
+ width: 160,
+ },
+ // {
+ // field: 'Layer',
+ // title: '灞�',
+ // align: 'center',
+ // width: 70,
+ // },
+ // {
+ // field: 'Depth',
+ // title: '娣卞害',
+ // align: 'center',
+ // width: 70,
+ // },
// {
// field: 'Height',
// title: '楂樺害',
@@ -403,7 +418,6 @@
{
title: '鎿嶄綔',
fixed: 'right',
- width: 120,
align: 'center',
toolbar: '#table-content-list'
}
--
Gitblit v1.8.0