From cd8800f471c9d7ee62dd915c4407f809638471af Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期六, 16 三月 2024 11:01:24 +0800
Subject: [PATCH] 调整储位图例 有移入移除状态 整排不显示

---
 HTML/views/WareHouseSetting/StorageLegend.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HTML/views/WareHouseSetting/StorageLegend.html b/HTML/views/WareHouseSetting/StorageLegend.html
index 4823a11..1baef7c 100644
--- a/HTML/views/WareHouseSetting/StorageLegend.html
+++ b/HTML/views/WareHouseSetting/StorageLegend.html
@@ -574,11 +574,11 @@
 									
 									//绉诲叆涓� 4
 									if (statu.Status == 4) {
-										html += '<td style="height:auto;width:auto"><button value=' + statu.LocatNo + '  class="btnShow four" style="height:' + height3 + 'px;width:' + svmwidth + 'px"></button></td>'
+										html += '<td><button value=' + statu.LocatNo + '  class="btnShow four"></button></td>'
 									}
 									//绉诲嚭涓� 5
 									if (statu.Status == 5) {
-										html += '<td style="height:auto;width:auto"><button value=' + statu.LocatNo + '  class="btnShow five" style="height:' + height3 + 'px;width:' + svmwidth + 'px"></button></td>'
+										html += '<td><button value=' + statu.LocatNo + '  class="btnShow five"></button></td>'
 									}
 
 								} else {

--
Gitblit v1.8.0