|  |  |  | 
|---|
|  |  |  | ,{field: 'wrkSts$', align: 'center',title: '工作状态'} | 
|---|
|  |  |  | ,{field: 'ioType$', align: 'center',title: '入出库类型'} | 
|---|
|  |  |  | ,{field: 'ioPri', align: 'center',title: '优先级'} | 
|---|
|  |  |  | ,{field: 'taskType$', 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: '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} | 
|---|
|  |  |  | 
|---|
|  |  |  | table.on('tool(wrkMast)', function(obj){ | 
|---|
|  |  |  | let data = obj.data; | 
|---|
|  |  |  | switch (obj.event) { | 
|---|
|  |  |  | // 明细展示 todo | 
|---|
|  |  |  | // 明细展示 | 
|---|
|  |  |  | case 'detlShow': | 
|---|
|  |  |  | wrkNo = data.wrkNo; | 
|---|
|  |  |  | // 表格下方显示 | 
|---|