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