|
@@ -72,19 +72,17 @@ export class DataVWorkstationComponent implements OnInit, AfterViewInit { |
|
|
valueGetter: function (params: any) { |
|
|
valueGetter: function (params: any) { |
|
|
return parseInt(params.node.id) + 1; |
|
|
return parseInt(params.node.id) + 1; |
|
|
}, |
|
|
}, |
|
|
// width: 90, |
|
|
|
|
|
// flex: 2, |
|
|
|
|
|
sortable: true, |
|
|
sortable: true, |
|
|
unSortIcon: true, |
|
|
unSortIcon: true, |
|
|
field: 'xh' |
|
|
|
|
|
|
|
|
field: 'xh', |
|
|
|
|
|
flex: 1 |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ headerName: '任务名称', unSortIcon: true, field: 'rwmc' }, |
|
|
|
|
|
{ headerName: '任务描述', unSortIcon: true, field: 'rwms' }, |
|
|
|
|
|
{ headerName: '开始时间', headerClass: 'ag-header-center', unSortIcon: true, field: 'kssj' }, |
|
|
|
|
|
{ headerName: '计划完成时间', unSortIcon: true, field: 'jhwcsj' }, |
|
|
|
|
|
{ headerName: '超期', field: 'sfcq' }, |
|
|
|
|
|
{ headerName: '操作', autoHeaderHeight: true, field: 'cz', cellRenderer: GridButtonValueRenderer } |
|
|
|
|
|
|
|
|
{ headerName: '任务名称', unSortIcon: true, field: 'rwmc', flex: 2 }, |
|
|
|
|
|
{ headerName: '任务描述', unSortIcon: true, field: 'rwms', flex: 3 }, |
|
|
|
|
|
{ headerName: '开始时间', headerClass: 'ag-header-center', unSortIcon: true, field: 'kssj', flex: 2 }, |
|
|
|
|
|
{ headerName: '计划完成时间', unSortIcon: true, field: 'jhwcsj', flex: 2 }, |
|
|
|
|
|
{ headerName: '超期', field: 'sfcq', flex: 1 }, |
|
|
|
|
|
{ headerName: '操作', autoHeaderHeight: true, field: 'cz', cellRenderer: GridButtonValueRenderer, flex: 1 } |
|
|
]; |
|
|
]; |
|
|
colDefs2: ColDef[] = [ |
|
|
colDefs2: ColDef[] = [ |
|
|
{ |
|
|
{ |
|
@@ -102,7 +100,7 @@ export class DataVWorkstationComponent implements OnInit, AfterViewInit { |
|
|
{ headerName: '当前状态', field: 'dqzt' }, |
|
|
{ headerName: '当前状态', field: 'dqzt' }, |
|
|
{ headerName: '当前节点', field: 'dqjd' }, |
|
|
{ headerName: '当前节点', field: 'dqjd' }, |
|
|
{ headerName: '实际完成时间', field: 'sjwcsj', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '实际完成时间', field: 'sjwcsj', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '操作', autoHeight: true, width: 110, field: 'cz', cellRenderer: GridButtonValueRenderer } |
|
|
|
|
|
|
|
|
{ headerName: '操作', autoHeaderHeight: true, width: 110, field: 'cz', cellRenderer: GridButtonValueRenderer } |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
colDefs3: ColDef[] = [ |
|
|
colDefs3: ColDef[] = [ |
|
@@ -119,7 +117,7 @@ export class DataVWorkstationComponent implements OnInit, AfterViewInit { |
|
|
{ headerName: '报警等级', unSortIcon: true, field: 'bjdg' }, |
|
|
{ headerName: '报警等级', unSortIcon: true, field: 'bjdg' }, |
|
|
{ headerName: '报警描述', unSortIcon: true, field: 'bjms', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '报警描述', unSortIcon: true, field: 'bjms', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '报警时间', unSortIcon: true, field: 'bjsj', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '报警时间', unSortIcon: true, field: 'bjsj', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '操作', autoHeight: true, width: 110, field: 'cz', cellRenderer: GridButtonValueRenderer }, |
|
|
|
|
|
|
|
|
{ headerName: '操作', autoHeaderHeight: true, width: 110, field: 'cz', cellRenderer: GridButtonValueRenderer }, |
|
|
|
|
|
|
|
|
{ headerName: '故障原因', field: 'gzyy' }, |
|
|
{ headerName: '故障原因', field: 'gzyy' }, |
|
|
{ headerName: '处理方法', field: 'clff' }, |
|
|
{ headerName: '处理方法', field: 'clff' }, |
|
@@ -142,7 +140,7 @@ export class DataVWorkstationComponent implements OnInit, AfterViewInit { |
|
|
{ headerName: '通知名称', unSortIcon: true, field: 'tzmc' }, |
|
|
{ headerName: '通知名称', unSortIcon: true, field: 'tzmc' }, |
|
|
{ headerName: '通知内容', unSortIcon: true, field: 'tznr', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '通知内容', unSortIcon: true, field: 'tznr', minWidth: 170, flex: 1 }, |
|
|
{ headerName: '附件', field: 'fj' }, |
|
|
{ headerName: '附件', field: 'fj' }, |
|
|
{ headerName: '操作', autoHeight: true, width: 110, field: 'cz', cellRenderer: GridButtonValueRenderer } |
|
|
|
|
|
|
|
|
{ headerName: '操作', autoHeaderHeight: true, width: 110, field: 'cz', cellRenderer: GridButtonValueRenderer } |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
client: any; |
|
|
client: any; |
|
|