| | |
| | | {{ 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 }, |
| | | { field: 'Qty', title: '数量', align: 'center', width: 90 }, |
| | | { field: 'FullQty', title: '整托数量', align: 'center', width: 90 }, |
| | | { field: 'SamplingQty', title: '取样数量', align: 'center', width: 90 }, |
| | | //{ field: 'SamplingQty', title: '取样数量', align: 'center', width: 90 }, // 取样数量放到请验处显示 |
| | | { field: 'InspectMark', title: '抽检标记', align: 'center', width: 90, templet: '#templetInspectMark' }, |
| | | //{ field: 'Status', title: '执行状态', align: 'center', width: 90, templet: '#templetStatus' }, // 都是入库完成 |
| | | { field: 'BitPalletMark', title: '零托标记', align: 'center', width: 90, templet: '#templetBitPalletMark' }, |
| | |
| | | var DetailColsArr = [[ |
| | | { field: '', title: '序号', type: 'numbers', width: 60, align: 'center', fixed: 'left', "disabled": true }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 95 }, |
| | | { field: 'PalletNo2', title: '托盘编号LV2', align: 'center', width: 120 }, |
| | | { field: 'PalletNo3', title: '托盘编号LV3', align: 'center', width: 120 }, |
| | | // { field: 'PalletNo2', title: '托盘编号LV2', align: 'center', width: 120 }, |
| | | // { field: 'PalletNo3', title: '托盘编号LV3', align: 'center', width: 120 }, |
| | | { field: 'BoxNo', title: '箱号', align: 'center', width: 220 }, |
| | | { field: 'BoxNo2', title: '盒号', align: 'center', width: 220 }, |
| | | { field: 'BoxNo3', title: '支号', align: 'center', width: 220 }, |
| | | // { field: 'BoxNo2', title: '盒号', align: 'center', width: 220 }, |
| | | // { field: 'BoxNo3', title: '支号', align: 'center', width: 220 }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 150 }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center', align: 'center', width: 226 }, |
| | | { field: 'LotNo', title: '批次号', align: 'center', width: 150, }, |
| | | { field: 'Qty', title: '数量', align: 'center', width: 105, }, |
| | | { field: 'FullQty', title: '整箱数量', align: 'center', width: 105, }, |
| | | { field: 'SamplingQty', title: '取样数量', align: 'center', width: 105, }, |
| | | //{ field: 'SamplingQty', title: '取样数量', align: 'center', width: 105, }, // 取样数量放到请验页面显示。 |
| | | { field: 'ProductionTime', title: '生产日期', align: 'center', width: 160, templet: '#templetProductionTime' }, |
| | | { field: 'ExpirationTime', title: '过期日期', align: 'center', width: 180, templet: '#templetExpirationTime' }, |
| | | { field: 'LotText', title: '批次描述', align: 'center', width: 150, }, |