| | |
| | | toolbar: '#toolbar', |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | {type: 'numbers', fixed: 'left'} |
| | | ,{field: 'matnr', align: 'center',title: '商品编号'} |
| | | ,{field: 'maktx', align: 'center',title: '商品名称'} |
| | | // ,{field: 'nodeId$', align: 'center',title: '关联货位'} |
| | | ,{field: 'nodeId', align: 'center',title: '货位名称'} |
| | | ,{field: 'safeQua', align: 'center',title: '安全库存'} |
| | | ,{field: 'node_name', align: 'center',title: '货位'} |
| | | ,{field: 'safe_qua', align: 'center',title: '安全库存'} |
| | | ,{field: 'amount', align: 'center',title: '实际库存'} |
| | | ,{field: 'progress', align: 'center',title: '进度', templet: '#progressTpl'} |
| | | |