|  |  | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  |         cols: [[ | 
 |  |  |             {type: 'checkbox'} | 
 |  |  |             // {type: 'checkbox'} | 
 |  |  | //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
 |  |  |             ,{field: 'adjId', align: 'center',title: '序号'} | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '库位号'} | 
 |  |  |             ,{field: 'matNo$', align: 'center',title: '物料编号'} | 
 |  |  | //             {field: 'adjId', align: 'center',title: '序号'} | 
 |  |  |             {field: 'orderNo', align: 'center',title: '订单号'} | 
 |  |  |             ,{field: 'locNo', align: 'center',title: '库位号'} | 
 |  |  |             ,{field: 'matnr', align: 'center',title: '物料号'} | 
 |  |  |             ,{field: 'csocode', align: 'center',title: '销售订单号'} | 
 |  |  |             ,{field: 'isoseq', align: 'center',title: '销售订单行号'} | 
 |  |  |             ,{field: 'batch', align: 'center',title: '序列码',hide: true} | 
 |  |  |             // ,{field: 'oriCtns', align: 'center',title: '原箱数'} | 
 |  |  |             ,{field: 'oriQty', align: 'center',title: '原数量'} | 
 |  |  |             // ,{field: 'oriWt', align: 'center',title: '原重量'} | 
 |  |  | 
 |  |  |             // ,{field: 'appeUser', align: 'center',title: '创建者'} | 
 |  |  |             // ,{field: 'appeTime$', align: 'center',title: '添加时间'} | 
 |  |  |  | 
 |  |  |             ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:100} | 
 |  |  |             // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:100} | 
 |  |  |         ]], | 
 |  |  |         request: { | 
 |  |  |             pageName: 'curr', | 
 |  |  | 
 |  |  |                 break; | 
 |  |  |             case 'exportData': | 
 |  |  |                 layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ | 
 |  |  |                     layer.load(2, {time: 600*1000}); | 
 |  |  |                     var titles=[]; | 
 |  |  |                     var fields=[]; | 
 |  |  |                     obj.config.cols[0].map(function (col) { |