|  |  | 
 |  |  |         {field: 'matnr', align: 'center',title: '商品编号', sort:true} | 
 |  |  |         ,{field: 'maktx', align: 'center',title: '商品名称', sort:true} | 
 |  |  |         ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false} | 
 |  |  |         ,{field: 'batch', align: 'center',title: '序列码', width: 300, sort:true} | 
 |  |  |         ,{field: 'batch', align: 'center',title: '批号', width: 300, sort:true} | 
 |  |  |         ,{field: 'anfme', align: 'center',title: '数量'} | 
 |  |  |         ,{field: 'zpallet', align: 'center',title: '托盘条码'} | 
 |  |  |  | 
 |  |  |         ,{field: 'specs', align: 'center',title: '配置'} | 
 |  |  |         ,{field: 'specs', align: 'center',title: '规格'} | 
 |  |  |         ,{field: 'model', align: 'center',title: '代码', hide: true} | 
 |  |  |         ,{field: 'color', align: 'center',title: '颜色', hide: true} | 
 |  |  |         ,{field: 'brand', align: 'center',title: '品牌', hide: true} | 
 |  |  | 
 |  |  |         headers: {token: localStorage.getItem('token')}, | 
 |  |  |         url: baseUrl+'/locDetl/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 20, | 
 |  |  |         where:{ | 
 |  |  |           unreason: false | 
 |  |  |         }, | 
 |  |  |         limits: [20, 30, 50, 100, 200, 500], | 
 |  |  |         limit: 16, | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |         even: true, | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  | 
 |  |  |         tableReload(false); | 
 |  |  |     }); | 
 |  |  |  | 
 |  |  |     //查看异常数据 | 
 |  |  |     form.on('submit(unreason)', function (data) { | 
 |  |  |         pageCurr = 1; | 
 |  |  |  | 
 |  |  |         tableIns.reload({ | 
 |  |  |             where: { | 
 |  |  |                 unreason: true | 
 |  |  |             }, | 
 |  |  |             page: { | 
 |  |  |                 curr: pageCurr | 
 |  |  |             }, | 
 |  |  |             done: function (res, curr, count) { | 
 |  |  |  | 
 |  |  |                 if (res.code === 403) { | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 } | 
 |  |  |                 pageCurr=curr; | 
 |  |  |  | 
 |  |  |                 limit(child); | 
 |  |  |             } | 
 |  |  |         }); | 
 |  |  |     }); | 
 |  |  |  | 
 |  |  |     // 时间选择器 | 
 |  |  |     layDate.render({ | 
 |  |  |         elem: '#modiTime\\$', | 
 |  |  | 
 |  |  |  | 
 |  |  | function tableReload(child) { | 
 |  |  |     var searchData = { | 
 |  |  |         unreason: false | 
 |  |  |     }; | 
 |  |  |     $.each($('#search-box [name]').serializeArray(), function() { | 
 |  |  |         searchData[this.name] = this.value; |