|  |  | 
 |  |  | var pageCurr; | 
 |  |  | var wrkNo; | 
 |  |  | var ioTime; | 
 |  |  | var wrkMastId; | 
 |  |  | layui.use(['table','laydate', 'form'], function(){ | 
 |  |  |     var table = layui.table; | 
 |  |  |     var $ = layui.jquery; | 
 |  |  | 
 |  |  | //             ,{field: 'id', align: 'center',title: '编号'} | 
 |  |  |             {field: 'wrkNo', align: 'center',title: '工作号',event: 'wrkNo', sort: true} | 
 |  |  |             ,{field: 'ioTime$', align: 'center',title: '工作时间', width:160, sort: true} | 
 |  |  |             ,{field: 'wrkSts$', align: 'center',title: '工作状态', width:160} | 
 |  |  |             ,{field: 'wrkSts', align: 'center',title: '工作状态', width:160} | 
 |  |  |             ,{field: 'ioType$', align: 'center',title: '入出库类型', width:160} | 
 |  |  |             ,{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: 'sourceStaNo', align: 'center',title: '源站'} | 
 |  |  |             ,{field: 'staNo', align: 'center',title: '目标站'} | 
 |  |  |             ,{field: 'sourceLocNo', align: 'center',title: '源库位'} | 
 |  |  |             ,{field: 'locNo', 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 ";} | 
 |  |  | 
 |  |  |             case 'detlShow': | 
 |  |  |                 wrkNo = data.wrkNo; | 
 |  |  |                 ioTime =  data.ioTime; | 
 |  |  |                 wrkMastId =  data.id; | 
 |  |  |                 // 表格下方显示 | 
 |  |  |                 // locDetl(data.wrkNo); | 
 |  |  |                 // 弹层显示 |