| | |
| | | cols: [[ |
| | | // {type: 'checkbox', fixed: 'left'} |
| | | {field: 'row1', title: '钢架号', sort: true, align: 'center'} |
| | | ,{field: 'total_qty', align: 'center',title: '库位总数'} |
| | | ,{field: 'full_qty', align: 'center',title: '在库数量'} |
| | | ,{field: 'null_qty', align: 'center',title: '空库位数量'} |
| | | ,{field: 'forbid_qty', align: 'center',title: '禁用库位数量'} |
| | | ,{field: 'empty_qty', align: 'center',title: '空容器数量'} |
| | | ,{field: 'full_rate', align: 'center',title: '在库率(%)'} |
| | | ,{field: 'occ_rate', align: 'center',title: '使用率(%)'} |
| | | ,{field: 'totalQty', align: 'center',title: '库位总数'} |
| | | ,{field: 'fullQty', align: 'center',title: '在库数量'} |
| | | ,{field: 'nullQty', align: 'center',title: '空库位数量'} |
| | | ,{field: 'forbidQty', align: 'center',title: '禁用库位数量'} |
| | | ,{field: 'emptyQty', align: 'center',title: '空容器数量'} |
| | | ,{field: 'fullRate', align: 'center',title: '在库率(%)'} |
| | | ,{field: 'occRate', align: 'center',title: '使用率(%)'} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |