|  |  | 
 |  |  |         headers: {token: localStorage.getItem('token')}, | 
 |  |  |         url: baseUrl+'/wrkMast/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 10, | 
 |  |  |         limit: 16, | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |         even: true, | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  |         cols: [[ | 
 |  |  |             {type: 'checkbox'} | 
 |  |  |             ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true,event: 'detlShow'} | 
 |  |  |             ,{field: 'ioTime$', align: 'center',title: '工作时间',sort: true,event: 'detlShow', width:200} | 
 |  |  |             ,{field: 'wrkSts$', align: 'center',title: '工作状态',event: 'detlShow', width:150} | 
 |  |  |             ,{field: 'ioType$', align: 'center',title: '入出库类型',event: 'detlShow', width:150} | 
 |  |  |             ,{field: 'ioPri', align: 'center',title: '优先级',event: 'detlShow'} | 
 |  |  |             ,{field: 'crnNo$', align: 'center',title: '堆垛机',event: 'detlShow'} | 
 |  |  |             ,{field: 'sourceStaNo$', align: 'center',title: '源站',event: 'detlShow'} | 
 |  |  |             ,{field: 'staNo$', align: 'center',title: '目标站',event: 'detlShow'} | 
 |  |  |             ,{field: 'sourceLocNo$', align: 'center',title: '源库位',event: 'detlShow', width:100} | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '目标库位',event: 'detlShow', width:100} | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '条码',event: 'detlShow'} | 
 |  |  |             ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true} | 
 |  |  |             ,{field: 'ioTime$', align: 'center',title: '工作时间',sort: true, width: 160} | 
 |  |  |             ,{field: 'wrkSts$', align: 'center',title: '工作状态'} | 
 |  |  |             ,{field: 'ioType$', align: 'center',title: '入出库类型'} | 
 |  |  |             ,{field: 'ioPri', align: 'center',title: '优先级'} | 
 |  |  |             ,{field: 'crnNo$', align: 'center',title: '堆垛机'} | 
 |  |  |             ,{field: 'sourceStaNo$', align: 'center',title: '源站'} | 
 |  |  |             ,{field: 'staNo$', align: 'center',title: '目标站'} | 
 |  |  |             ,{field: 'sourceLocNo$', align: 'center',title: '源库位'} | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '目标库位'} | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '条码'} | 
 |  |  |             // ,{field: 'picking', align: 'center',title: '拣料', templet:function(row){ | 
 |  |  |             //         var html = "<input value='picking' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; | 
 |  |  |             //         if(row.picking === 'Y'){html += " checked ";} | 
 |  |  | 
 |  |  |             //         return html; | 
 |  |  |             //     }} | 
 |  |  |  | 
 |  |  |             ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} | 
 |  |  |             ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:200} | 
 |  |  |         ]], | 
 |  |  |         request: { | 
 |  |  |             pageName: 'curr', | 
 |  |  | 
 |  |  |         }, | 
 |  |  |         done: function(res, curr, count) { | 
 |  |  |             if (res.code === 403) { | 
 |  |  |                 top.location.href = baseUrl; | 
 |  |  |                 top.location.href = baseUrl+"/"; | 
 |  |  |             } | 
 |  |  |             pageCurr=curr; | 
 |  |  |             limit(); | 
 |  |  | 
 |  |  |             }, | 
 |  |  |             done: function (res, curr, count) { | 
 |  |  |                 if (res.code === 403) { | 
 |  |  |                     top.location.href = baseUrl; | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 } | 
 |  |  |                 pageCurr=curr; | 
 |  |  |                 limit(); | 
 |  |  | 
 |  |  |                         ioPri: track.ioPri | 
 |  |  |                     }); | 
 |  |  |                 }); | 
 |  |  |                 if (list.length === 0){ | 
 |  |  |                     layer.msg('请选择数据'); | 
 |  |  |                 } else { | 
 |  |  |                     layer.confirm('确定增加'+(list.length===1?'此':list.length)+'条数据的优先级吗', function(){ | 
 |  |  |                         $.ajax({ | 
 |  |  |                             url: baseUrl+"/wrkMast/add/pri/auth", | 
 |  |  |                             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                             contentType:'application/json;charset=UTF-8', | 
 |  |  |                             data: JSON.stringify(list), | 
 |  |  |                             method: 'POST', | 
 |  |  |                             traditional:true, | 
 |  |  |                             success: function (res) { | 
 |  |  |                                 layer.closeAll(); | 
 |  |  |                                 if (res.code === 200){ | 
 |  |  |                                     $(".layui-laypage-btn")[0].click(); | 
 |  |  |                                     layer.msg(res.msg); | 
 |  |  |                                 } else if (res.code === 403){ | 
 |  |  |                                     top.location.href = baseUrl; | 
 |  |  |                                 } else { | 
 |  |  |                                     layer.msg(res.msg) | 
 |  |  |                                 } | 
 |  |  |                             } | 
 |  |  |                         }) | 
 |  |  |                     }); | 
 |  |  |                 } | 
 |  |  |                 $.ajax({ | 
 |  |  |                     url: baseUrl+"/wrkMast/add/pri/auth", | 
 |  |  |                     headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                     contentType:'application/json;charset=UTF-8', | 
 |  |  |                     data: JSON.stringify(list), | 
 |  |  |                     method: 'POST', | 
 |  |  |                     traditional:true, | 
 |  |  |                     success: function (res) { | 
 |  |  |                         layer.closeAll(); | 
 |  |  |                         if (res.code === 200){ | 
 |  |  |                             $(".layui-laypage-btn")[0].click(); | 
 |  |  |                             layer.msg(res.msg); | 
 |  |  |                         } else if (res.code === 403){ | 
 |  |  |                             top.location.href = baseUrl+"/"; | 
 |  |  |                         } else { | 
 |  |  |                             layer.msg(res.msg) | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 }) | 
 |  |  |                 break; | 
 |  |  |             // 降低优先级 | 
 |  |  |             case 'priRed': | 
 |  |  | 
 |  |  |                         ioPri: track.ioPri | 
 |  |  |                     }); | 
 |  |  |                 }); | 
 |  |  |                 if (list.length === 0){ | 
 |  |  |                     layer.msg('请选择数据'); | 
 |  |  |                 } else { | 
 |  |  |                     layer.confirm('确定降低'+(list.length===1?'此':list.length)+'条数据的优先级吗', function(){ | 
 |  |  |                         $.ajax({ | 
 |  |  |                             url: baseUrl+"/wrkMast/red/pri/auth", | 
 |  |  |                             headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                             contentType:'application/json;charset=UTF-8', | 
 |  |  |                             data: JSON.stringify(list), | 
 |  |  |                             method: 'POST', | 
 |  |  |                             traditional:true, | 
 |  |  |                             success: function (res) { | 
 |  |  |                                 layer.closeAll(); | 
 |  |  |                                 if (res.code === 200){ | 
 |  |  |                                     $(".layui-laypage-btn")[0].click(); | 
 |  |  |                                     layer.msg(res.msg); | 
 |  |  |                                 } else if (res.code === 403){ | 
 |  |  |                                     top.location.href = baseUrl; | 
 |  |  |                                 } else { | 
 |  |  |                                     layer.msg(res.msg) | 
 |  |  |                                 } | 
 |  |  |                             } | 
 |  |  |                         }) | 
 |  |  |                     }); | 
 |  |  |                 } | 
 |  |  |                 $.ajax({ | 
 |  |  |                     url: baseUrl+"/wrkMast/red/pri/auth", | 
 |  |  |                     headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                     contentType:'application/json;charset=UTF-8', | 
 |  |  |                     data: JSON.stringify(list), | 
 |  |  |                     method: 'POST', | 
 |  |  |                     traditional:true, | 
 |  |  |                     success: function (res) { | 
 |  |  |                         layer.closeAll(); | 
 |  |  |                         if (res.code === 200){ | 
 |  |  |                             $(".layui-laypage-btn")[0].click(); | 
 |  |  |                             layer.msg(res.msg); | 
 |  |  |                         } else if (res.code === 403){ | 
 |  |  |                             top.location.href = baseUrl+"/"; | 
 |  |  |                         } else { | 
 |  |  |                             layer.msg(res.msg) | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 }) | 
 |  |  |                 break; | 
 |  |  |             case 'addData': | 
 |  |  |                 layer.open({ | 
 |  |  | 
 |  |  |                                     layer.closeAll(); | 
 |  |  |                                     tableReload(false); | 
 |  |  |                                 } else if (res.code === 403){ | 
 |  |  |                                     top.location.href = baseUrl; | 
 |  |  |                                     top.location.href = baseUrl+"/"; | 
 |  |  |                                 } else { | 
 |  |  |                                     layer.msg(res.msg) | 
 |  |  |                                 } | 
 |  |  | 
 |  |  |                 } | 
 |  |  |                 break; | 
 |  |  |             case 'exportData': | 
 |  |  |                 layer.confirm('确定导出Excel吗', function(){ | 
 |  |  |                 layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ | 
 |  |  |                     var titles=[]; | 
 |  |  |                     var fields=[]; | 
 |  |  |                     obj.config.cols[0].map(function (col) { | 
 |  |  | 
 |  |  |                             if (res.code === 200) { | 
 |  |  |                                 table.exportFile(titles,res.data,'xls'); | 
 |  |  |                             } else if (res.code === 403) { | 
 |  |  |                                 top.location.href = baseUrl; | 
 |  |  |                                 top.location.href = baseUrl+"/"; | 
 |  |  |                             } else { | 
 |  |  |                                 layer.msg(res.msg) | 
 |  |  |                             } | 
 |  |  | 
 |  |  |                     content: 'wrkDetl.html', | 
 |  |  |                     success: function(layero, index){ | 
 |  |  |                     } | 
 |  |  |                 }); | 
 |  |  |                 break; | 
 |  |  |             // 完成 | 
 |  |  |             case 'complete': | 
 |  |  |                 layer.confirm('确认完成该笔工作档?', {title: '工作号:'+data.wrkNo, shadeClose: true}, function(){ | 
 |  |  |                     http.post(baseUrl+"/hand/control/wrkMast", {workNo: data.wrkNo, type:1}, function (res) { | 
 |  |  |                         $(".layui-laypage-btn")[0].click(); | 
 |  |  |                         layer.msg(data.wrkNo + res.msg); | 
 |  |  |                     }) | 
 |  |  |                     layer.closeAll(); | 
 |  |  |  | 
 |  |  |                 }); | 
 |  |  |                 break; | 
 |  |  |             // 取消 | 
 |  |  |             case 'cancel': | 
 |  |  |                 layer.confirm('确认取消该笔工作档?', {title: '工作号:'+data.wrkNo, shadeClose: true}, function(){ | 
 |  |  |                     http.post(baseUrl+"/hand/control/wrkMast", {workNo: data.wrkNo, type:2}, function (res) { | 
 |  |  |                         $(".layui-laypage-btn")[0].click(); | 
 |  |  |                         layer.msg(data.wrkNo + res.msg); | 
 |  |  |                     }) | 
 |  |  |                     layer.closeAll(); | 
 |  |  |                 }); | 
 |  |  |                 break; | 
 |  |  |             // 详情 | 
 |  |  | 
 |  |  |                         $(this).val(""); | 
 |  |  |                     }); | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     top.location.href = baseUrl; | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 }else { | 
 |  |  |                     layer.msg(res.msg) | 
 |  |  |                 } | 
 |  |  | 
 |  |  |             where: {wrk_no: param}, | 
 |  |  |             page: true, | 
 |  |  |             limit: 16, | 
 |  |  |             limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |             even: true, | 
 |  |  |             toolbar: '#toolbar', | 
 |  |  |             cellMinWidth: 50, | 
 |  |  | 
 |  |  |             }, | 
 |  |  |             done: function(res, curr, count) { | 
 |  |  |                 if (res.code === 403) { | 
 |  |  |                     top.location.href = baseUrl; | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 } | 
 |  |  |                 pageCur=curr; | 
 |  |  |                 form.on('checkbox(tableCheckbox)', function (data) { | 
 |  |  | 
 |  |  |         }, | 
 |  |  |         done: function (res, curr, count) { | 
 |  |  |             if (res.code === 403) { | 
 |  |  |                 top.location.href = baseUrl; | 
 |  |  |                 top.location.href = baseUrl+"/"; | 
 |  |  |             } | 
 |  |  |             pageCurr=curr; | 
 |  |  |             if (res.data.length === 0 && count !== 0) { |