|  |  | 
 |  |  |             ,{field: 'sourceLocNo$', align: 'center',title: '源库位'} | 
 |  |  |             ,{field: 'locNo$', align: 'center',title: '目标库位'} | 
 |  |  |             ,{field: 'barcode', align: 'center',title: '条码'} | 
 |  |  |             // ,{field: 'sheetNo$', align: 'center',title: '机械臂', hide: false} | 
 |  |  |             ,{field: 'preHave', align: 'center',title: '先入品', hide: true} | 
 |  |  |             ,{field: 'takeNone', align: 'center',title: '空操作', hide: true} | 
 |  |  |             // ,{field: 'picking', align: 'center',title: '拣料', templet:function(row){ | 
 |  |  | 
 |  |  |                 layer.confirm('任务发送空操作异常!是否。。。。。。。。?', {title: '工作号:'+data.wrkNo, shadeClose: true}, function(){ | 
 |  |  |                 }); | 
 |  |  |                 break; | 
 |  |  |  | 
 |  |  |             case 'priWrkMast': | 
 |  |  |                 layer.open({ | 
 |  |  |                     type: 2, | 
 |  |  |                     title: '维护工作档', | 
 |  |  |                     maxmin: true, | 
 |  |  |                     area: ['500px', top.detailHeight], | 
 |  |  |                     shadeClose: false, | 
 |  |  |                     content: 'wrkMast_detail.html', | 
 |  |  |                     success: function(layero, index){ | 
 |  |  |                         layer.getChildFrame('#data-detail-submit-save', index).hide(); | 
 |  |  |                         setFormVal(layer.getChildFrame('#detail', index), data, false); | 
 |  |  |                         // top.convertDisabled(layer.getChildFrame('#data-detail :input', index), false); | 
 |  |  |                         top.convertDisabled(layer.getChildFrame('#locNo', index), true); | 
 |  |  |                         layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); | 
 |  |  |                         layero.find('iframe')[0].contentWindow.layui.form.render('select'); | 
 |  |  |                         layero.find('iframe')[0].contentWindow.layui.form.render('checkbox'); | 
 |  |  |                     } | 
 |  |  |                 }); | 
 |  |  |                 break; | 
 |  |  |         } | 
 |  |  |     }); | 
 |  |  |  |