|  |  |  | 
|---|
|  |  |  | cellMinWidth: 50, | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | {field: 'wrkNo', align: 'center',title: '工作号',event: 'wrkNo', sort: true} | 
|---|
|  |  |  | ,{field: 'ioTime$', align: 'center',title: '工作时间', width:160, sort: true} | 
|---|
|  |  |  | ,{field: 'modiTime$', align: 'center',title: '工作时间', width:160, sort: true} | 
|---|
|  |  |  | ,{field: 'wrkSts$', align: 'center',title: '工作状态', width:160} | 
|---|
|  |  |  | ,{field: 'ioType$', align: 'center',title: '入出库类型', width:160} | 
|---|
|  |  |  | ,{field: 'ioPri', align: 'center',title: '优先级'} | 
|---|
|  |  |  | ,{field: 'sourceLocNo', align: 'center',title: '源库位'} | 
|---|
|  |  |  | ,{field: 'locNo', align: 'center',title: '目标库位'} | 
|---|
|  |  |  | ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true} | 
|---|
|  |  |  | ,{field: 'appeUser$', align: 'center',title: '用户'} | 
|---|
|  |  |  | ,{field: 'appeTime$', align: 'center',title: '开始时间', hide:false} | 
|---|
|  |  |  | ,{field: 'barcode', align: 'center',title: '货架码'} | 
|---|
|  |  |  | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width: 80} | 
|---|
|  |  |  | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case 'exportData': | 
|---|
|  |  |  | layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ | 
|---|
|  |  |  | layer.load(2, {time: 600*1000}); | 
|---|
|  |  |  | var titles=[]; | 
|---|
|  |  |  | var fields=[]; | 
|---|
|  |  |  | obj.config.cols[0].map(function (col) { | 
|---|