yuyou_x
2024-03-16 cd8800f471c9d7ee62dd915c4407f809638471af
调整储位图例 有移入移除状态 整排不显示
1个文件已修改
4 ■■■■ 已修改文件
HTML/views/WareHouseSetting/StorageLegend.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {