| | |
| | | // ,{field: 'mk', align: 'center',title: '标记'} |
| | | ,{field: 'wrkSts$', align: 'center',title: '工作状态'} |
| | | // ,{field: 'ioType$', align: 'center',title: '入出库类型'} |
| | | ,{field: 'crnNo$', align: 'center',title: '堆垛机'} |
| | | ,{field: 'steNo$', align: 'center',title: '穿梭车'} |
| | | ,{field: 'shuttleNo', align: 'center',title: '穿梭车'} |
| | | ,{field: 'charge', align: 'center',title: '充电桩'} |
| | | // ,{field: 'outMost', align: 'center',title: '巷道口'} |
| | | // ,{field: 'ioPri', align: 'center',title: '优先级'} |
| | |
| | | break; |
| | | case 'exportData': |
| | | admin.confirm('确定导出Excel吗', {shadeClose: true}, function(){ |
| | | layer.load(2, {time: 600*1000}); |
| | | var titles=[]; |
| | | var fields=[]; |
| | | obj.config.cols[0].map(function (col) { |