yuyou_x
2024-03-16 cd8800f471c9d7ee62dd915c4407f809638471af
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 {