|  |  | 
 |  |  | var pageCurr; | 
 |  |  | var wrkNo; | 
 |  |  | var wrkMastId; | 
 |  |  | layui.use(['table','laydate', 'form'], function(){ | 
 |  |  |     var table = layui.table; | 
 |  |  |     var $ = layui.jquery; | 
 |  |  | 
 |  |  |             ,{field: 'wrkSts$', align: 'center',title: '工作状态'} | 
 |  |  |             ,{field: 'ioType$', align: 'center',title: '入出库类型'} | 
 |  |  |             ,{field: 'ioPri', 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: 'barcode', align: 'center',title: '条码'} | 
 |  |  |             ,{field: 'preHave', align: 'center',title: '先入品', hide: true} | 
 |  |  |             ,{field: 'takeNone', align: 'center',title: '空操作', hide: true} | 
 |  |  | 
 |  |  |             // 明细展示 | 
 |  |  |             case 'detlShow': | 
 |  |  |                 wrkNo = data.wrkNo; | 
 |  |  |                 wrkMastId = data.id; | 
 |  |  |                 // 表格下方显示 | 
 |  |  |                 // locDetl(data.wrkNo); | 
 |  |  |                 // 弹层显示 |