|  |  | 
 |  |  |                         'wrkMast': exportData, | 
 |  |  |                         'fields': fields | 
 |  |  |                     }; | 
 |  |  |  | 
 |  |  |                     $.ajax({ | 
 |  |  |                         url: baseUrl+"/wrkMast/export/auth", | 
 |  |  |                         headers: {'token': localStorage.getItem('token')}, | 
 |  |  | 
 |  |  |                     maxmin: true, | 
 |  |  |                     area: [top.detailWidth, top.detailHeight], | 
 |  |  |                     shadeClose: true, | 
 |  |  |                     content: 'wrkDetlLog.html', | 
 |  |  |                     content: 'wrkLog.html', | 
 |  |  |                     success: function(layero, index){ | 
 |  |  |                     } | 
 |  |  |                 }); | 
 |  |  | 
 |  |  |                 ,{field: 'werks', align: 'center',title: '工厂'} | 
 |  |  |                 ,{field: 'anfme', align: 'center',title: '数量'} | 
 |  |  |                 ,{field: 'altme', align: 'center',title: '单位'} | 
 |  |  |                 ,{field: 'zpallet', align: 'center',title: '托盘条码'} | 
 |  |  |                 ,{field: 'zpallet', align: 'center',title: '货架条码'} | 
 |  |  |                 ,{field: 'bname', align: 'center',title: '用户ID'} | 
 |  |  |                 ,{field: 'memo', align: 'center',title: '备注'} | 
 |  |  |  |