| | |
| | | if(d.PalletStatus=='0'){ |
| | | html = `净桶`; |
| | | } else if(d.PalletStatus=='1') { |
| | | html = `预混`; |
| | | html = `清洗中`; |
| | | } else if(d.PalletStatus=='2') { |
| | | html = `半成品`; |
| | | html = `满桶`; |
| | | }else if(d.PalletStatus=='3') { |
| | | html = `脏桶`; |
| | | } |
| | |
| | | {field: 'LocatNo', title: '储位地址', align: 'center'}, |
| | | {field: 'PalletNo', title: '桶号', align: 'center'}, |
| | | {field: 'PalletStatus', title: '桶状态', align: 'center', templet: '#InspectPalletStatus'}, |
| | | {field: 'Standard',title: '桶规格',align: 'center'}, |
| | | {field: 'SkuNo', title: '物料编码', align: 'center'}, |
| | | {field: 'SkuName', title: '物料名称', align: 'center'}, |
| | | {field: 'SkuName', title: '物料名称', align: 'center'}, |
| | | //{field: 'OwnerNo',title: '货主编码',align: 'center'}, |
| | | //{field: 'OwnerName',title: '货主名称',align: 'center'}, |
| | | //{field: 'SupplierNo',title: '供应商编码',align: 'center'}, |
| | |
| | | {field: 'LotText', title: '批次描述', align: 'center'}, |
| | | //{field: 'SupplierLot', title: '供货批次', align: 'center'}, |
| | | {field: 'Status', title: '分配状态', align: 'center', templet: '#TempletStatus'}, |
| | | {field: 'Qty', title: '数量', align: 'center'}, |
| | | {field: 'Qty', title: '重量(KG)', align: 'center'}, |
| | | {field: 'LockQty', title: '锁定数量', align: 'center',}, |
| | | {field: 'FrozenQty', title: '冻结数量', align: 'center'}, |
| | | {field: 'InspectStatus', title: '质检状态', align: 'center', templet: '#InspectStatus1'}, |