|  |  | 
 |  |  |     table.on('tool(wrkMast)', function(obj){ | 
 |  |  |         let data = obj.data; | 
 |  |  |         switch (obj.event) { | 
 |  |  |             // 明细展示 todo | 
 |  |  |             // 明细展示 | 
 |  |  |             case 'detlShow': | 
 |  |  |                 wrkNo = data.wrkNo; | 
 |  |  |                 // 表格下方显示 | 
 |  |  | 
 |  |  |                 ,{field: 'wrkNo', align: 'center',title: '工作号'} | 
 |  |  |                 ,{field: 'ioTime$', align: 'center',title: '工作时间'} | 
 |  |  |                 ,{field: 'matnr', align: 'center',title: '物料'} | 
 |  |  |                 ,{field: 'sku', align: 'center',title: '工序', hide: false} | 
 |  |  |                 ,{field: 'lgnum', align: 'center',title: '仓库号'} | 
 |  |  |                 ,{field: 'tbnum', align: 'center',title: '转储请求编号'} | 
 |  |  |                 ,{field: 'tbpos', align: 'center',title: '行项目'} | 
 |  |  | 
 |  |  |                 ,{field: 'altme', align: 'center',title: '单位'} | 
 |  |  |                 ,{field: 'zpallet', align: 'center',title: '托盘条码'} | 
 |  |  |                 ,{field: 'bname', align: 'center',title: '用户ID'} | 
 |  |  |                 ,{field: 'memo', align: 'center',title: '备注'} | 
 |  |  |                 ,{field: 'memo', align: 'center',title: '备注', hide: false} | 
 |  |  |  | 
 |  |  |                 ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:50} | 
 |  |  |             ]], |