From ee4806a4b2ec94ec63b4cb9b58447d9863baebe5 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 27 三月 2025 09:02:41 +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