| | |
| | | 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: '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'}, |