|  |  | 
 |  |  |             ,{field: 'sourceLocNo', align: 'center',title: '源库位'} | 
 |  |  |             ,{field: 'locNo', align: 'center',title: '目标库位'} | 
 |  |  |             //,{field: 'steNo', align: 'center',title: '小车', width: 70} | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '条码', hide: false} | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '料箱码', hide: false} | 
 |  |  |             ,{field: 'preHave', align: 'center',title: '先入品', hide: true} | 
 |  |  |             ,{field: 'takeNone', align: 'center',title: '空操作', hide: true} | 
 |  |  |             // ,{field: 'picking', align: 'center',title: '拣料', templet:function(row){ | 
 |  |  | 
 |  |  |                 if (data.length === 0){ | 
 |  |  |                     layer.msg('请选择数据'); | 
 |  |  |                 } else { | 
 |  |  |                     layer.confirm('确定删除'+(data.length===1?'此':data.length)+'条数据吗', function(){ | 
 |  |  |                     layer.confirm('确定启动'+(data.length===1?'此':data.length)+'条数据吗', function(){ | 
 |  |  |                         $.ajax({ | 
 |  |  |                             url: baseUrl+"/agv/wrkMast/delete/auth", | 
 |  |  |                             url: baseUrl+"/agv/wrkMast/startWrk/auth", | 
 |  |  |                             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                             data: {param: JSON.stringify(data)}, | 
 |  |  |                             method: 'POST', |