| | |
| | | var cols = [ |
| | | {field: 'wrkNo', align: 'center',title: '工作号'} |
| | | ,{field: 'ioTime$', align: 'center',title: '工作时间'} |
| | | ,{field: 'allQty', align: 'center',title: '总数量'} |
| | | ,{field: 'allWeight', align: 'center',title: '总重量'} |
| | | ,{field: 'qtyBox', align: 'center',title: '每箱数量(PCS)'} |
| | | ,{field: 'allQty', align: 'center',title: '总数量(PCS)'} |
| | | ,{field: 'weight', align: 'center',title: '每箱重量(KG)'} |
| | | ,{field: 'allWeight', align: 'center',title: '总重量(KG)'} |
| | | ,{field: 'source', align: 'center',title: '来源'} |
| | | ,{field: 'vendor', align: 'center',title: '供应商'} |
| | | ]; |