|  |  |  | 
|---|
|  |  |  | height: 'full-120', | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | // {type: 'checkbox'} | 
|---|
|  |  |  | // ,{field: 'id', align: 'center',title: ''} | 
|---|
|  |  |  | ,{field: 'uuid', align: 'center',title: '编号'} | 
|---|
|  |  |  | {field: 'id', align: 'center',title: '编号'} | 
|---|
|  |  |  | // ,{field: 'uuid', align: 'center',title: '编号'} | 
|---|
|  |  |  | ,{field: 'wrkNo', align: 'center',title: '工作号'} | 
|---|
|  |  |  | ,{field: 'startTime$', align: 'center',title: '发生时间'} | 
|---|
|  |  |  | ,{field: 'endTime$', align: 'center',title: '结束时间'} | 
|---|
|  |  |  | 
|---|
|  |  |  | ,{field: 'errCode', align: 'center',title: '异常码'} | 
|---|
|  |  |  | ,{field: 'error', align: 'center',title: '异常'} | 
|---|
|  |  |  | ,{field: 'status$', align: 'center',title: '异常情况'} | 
|---|
|  |  |  | ,{field: 'systemStatus', align: 'center',title: '系统状态'} | 
|---|
|  |  |  | ,{field: 'createTime$', align: 'center',title: '添加时间'} | 
|---|
|  |  |  | ,{field: 'createBy$', align: 'center',title: '添加人员'} | 
|---|
|  |  |  | ,{field: 'updateTime$', align: 'center',title: '修改时间'} | 
|---|
|  |  |  | ,{field: 'updateBy$', align: 'center',title: '修改人员'} | 
|---|
|  |  |  | ,{field: 'memo', align: 'center',title: '备注'} | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} | 
|---|
|  |  |  | // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} | 
|---|
|  |  |  | ]], | 
|---|
|  |  |  | request: { | 
|---|
|  |  |  | pageName: 'curr', | 
|---|
|  |  |  | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case 'exportData': | 
|---|
|  |  |  | admin.confirm('确定导出Excel吗', {shadeClose: true}, function(){ | 
|---|
|  |  |  | layer.load(2, {time: 600*1000}); | 
|---|
|  |  |  | var titles=[]; | 
|---|
|  |  |  | var fields=[]; | 
|---|
|  |  |  | obj.config.cols[0].map(function (col) { | 
|---|