| | |
| | | {{ GetBtn11(d) }} |
| | | </script> |
| | | |
| | | <script type="text/html" id="WareHouseButton"> |
| | | {{# |
| | | switch (d.WareHouseNo) { |
| | | case "W01": return '力诺立体库'; |
| | | case "W02": return '力诺平库'; |
| | | default: return ""; |
| | | } |
| | | |
| | | }} |
| | | </script> |
| | | |
| | | <script type="text/html" id="RoadwayButton"> |
| | | {{# |
| | | switch (d.RoadwayNo) { |
| | |
| | | { field: 'PalletNo3', title: '托盘号LV3', align: 'center' }, |
| | | { field: 'LocatNo', title: '储位地址', align: 'center', width: 90 }, |
| | | { field: 'RoadwayNo', title: '所属巷道', align: 'center', width: 90, templet: '#RoadwayButton' }, |
| | | { field: 'WareHouseNo', title: '所属仓库', align: 'center', width: 90, templet: '#WareHouseButton' }, |
| | | { field: 'WareHouseName', title: '所属仓库', align: 'center', width: 90}, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 110 }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center' }, |
| | | { field: 'LotNo', title: '批次号', align: 'center',width: 120 }, |