|  |  | 
 |  |  |     tableIns = table.render({ | 
 |  |  |         elem: '#wrkMast', | 
 |  |  |         headers: {token: localStorage.getItem('token')}, | 
 |  |  |         url: baseUrl+'/wrkMastLog/list/auth', | 
 |  |  |         url: baseUrl+'/agv/wrkMastLog/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         where: {manu_type : '手动'}, | 
 |  |  |         limit: 50, | 
 |  |  | 
 |  |  |                 ,{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: '备注'} | 
 |  |  |  |