|  |  |  | 
|---|
|  |  |  | ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false, hide: true} | 
|---|
|  |  |  | ,{field: 'batch', align: 'center',title: '批号', width: 300, sort:true , hide: true} | 
|---|
|  |  |  | ,{field: 'anfme', align: 'center',title: '数量'} | 
|---|
|  |  |  | ,{field: 'zpallet', align: 'center',title: '托盘条码', hide: true} | 
|---|
|  |  |  | ,{field: 'zpallet', align: 'center',title: '货架条码', hide: true} | 
|---|
|  |  |  | ,{field: 'specs', align: 'center',title: '配置' , hide: true} | 
|---|
|  |  |  | ,{field: 'model', align: 'center',title: '代码', hide: true} | 
|---|
|  |  |  | ,{field: 'color', align: 'center',title: '颜色', hide: true} | 
|---|
|  |  |  | 
|---|
|  |  |  | 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) { | 
|---|