| | |
| | | |
| | | //移入中 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 { |