Selaa lähdekoodia

统计优化3

maotao 1 viikko sitten
vanhempi
commit
2af0c52f2a
12 muutettua tiedostoa jossa 101 lisäystä ja 96 poistoa
  1. 2 2
      src/app/views/new-statistics/components/query-range/query-range.component.html
  2. 3 3
      src/app/views/new-statistics/components/query-range/query-range.component.ts
  3. 25 25
      src/app/views/new-statistics/distribution-inspection-statistics/department-quality-control-statistics/department-quality-control-statistics.component.html
  4. 3 0
      src/app/views/new-statistics/distribution-inspection-statistics/department-quality-control-statistics/department-quality-control-statistics.component.ts
  5. 1 0
      src/app/views/new-statistics/distribution-inspection-statistics/distribution-synthesize-statistics/distribution-synthesize-statistics.component.less
  6. 26 26
      src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.html
  7. 1 1
      src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.less
  8. 5 5
      src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.ts
  9. 28 28
      src/app/views/new-statistics/maintenance-statistics/department-incident-statistics/department-incident-statistics.component.html
  10. 5 5
      src/app/views/new-statistics/maintenance-statistics/department-incident-statistics/department-incident-statistics.component.ts
  11. 1 1
      src/app/views/new-statistics/maintenance-statistics/department-source-statistics/department-source-statistics.component.ts
  12. 1 0
      src/app/views/new-statistics/maintenance-statistics/synthesize-statistics/synthesize-statistics.component.less

+ 2 - 2
src/app/views/new-statistics/components/query-range/query-range.component.html

@@ -42,7 +42,7 @@
42 42
             </nz-select>
43 43
           </nz-form-control>
44 44
         </nz-form-item>
45
-			<!-- 	<nz-form-item class="mb0">
45
+				<nz-form-item class="mb0">
46 46
 				  <nz-form-label [nzSpan]="7" nzRequired nzFor="parent">是否显示父级科室</nz-form-label>
47 47
 				  <nz-form-control [nzSpan]="15" nzErrorTip="请选择是否显示父级科室!">
48 48
 				    <nz-radio-group formControlName="parent">
@@ -50,7 +50,7 @@
50 50
 				      <label nz-radio [nzValue]="0">否</label>
51 51
 				    </nz-radio-group>
52 52
 				  </nz-form-control>
53
-				</nz-form-item> -->
53
+				</nz-form-item>
54 54
       </form>
55 55
     </div>
56 56
     <div class="display_flex justify-content_flex-center">

+ 3 - 3
src/app/views/new-statistics/components/query-range/query-range.component.ts

@@ -40,7 +40,7 @@ export class QueryRangeComponent implements OnInit {
40 40
       hospital: [(this.hospital && (this.queryType == 2 || this.queryType == 3)) ? this.hospital.id : null],
41 41
       duty: [(this.duty && this.queryType == 3) ? this.duty.id : null],
42 42
       dutyOne: [(this.duty && this.queryType == 4) ? this.duty.id : null],
43
-			// parent :[this.parent?1:0, [Validators.required]]
43
+			parent :[this.parent?1:0, [Validators.required]]
44 44
     });
45 45
   }
46 46
   // 表单提交
@@ -53,7 +53,7 @@ export class QueryRangeComponent implements OnInit {
53 53
     let queryType = this.validateForm.value.queryType;
54 54
     let hospital;
55 55
     let duty;
56
-		// let parent = this.validateForm.value.parent;
56
+		let parent = this.validateForm.value.parent;
57 57
     switch (queryType) {
58 58
       case 1:
59 59
         break;
@@ -69,7 +69,7 @@ export class QueryRangeComponent implements OnInit {
69 69
         duty = this.dutyOneList.find(v => v.id == this.validateForm.value.dutyOne);
70 70
         break;
71 71
     }
72
-    this.submitQueryRange.emit({queryType, hospital, duty});
72
+    this.submitQueryRange.emit({queryType, hospital, duty, parent});
73 73
     this.hideModal();
74 74
   }
75 75
 

+ 25 - 25
src/app/views/new-statistics/distribution-inspection-statistics/department-quality-control-statistics/department-quality-control-statistics.component.html

@@ -32,25 +32,25 @@
32 32
 	<span>{{fieldConfig.fields.buildingDTO?.buildingName}}</span>
33 33
 </div>
34 34
 <div class="tableWrap">
35
-	<nz-table class="table" [ngStyle]="{ width: widthValue + 'px' }" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzWidthConfig]="widthConfig" [nzFooter]="footerTpl">
35
+	<nz-table class="table" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzFooter]="footerTpl">
36 36
 		<thead (nzSortChange)="sort($event)" nzSingleSort>
37 37
 			<tr>
38
-				<th rowspan="2" *ngIf="parent==1">父级科室(编码)</th>
39
-				<th rowspan="2">科室(编码)</th>
40
-				<th rowspan="2" nzShowSort nzSortKey="totalCount" [(nzSort)]="sortCurrent.totalCount">工单数量</th>
41
-				<th rowspan="2" nzShowSort nzSortKey="totalGrade" [(nzSort)]="sortCurrent.totalGrade">总积分</th>
42
-				<th rowspan="2" nzShowSort nzSortKey="totalPrice" [(nzSort)]="sortCurrent.totalPrice">总费用</th>
43
-				<th rowspan="2" nzShowSort nzSortKey="response_time_num" [(nzSort)]="sortCurrent.response_time_num">平均响应时间</th>
44
-				<th rowspan="2" nzShowSort nzSortKey="execution_time_num" [(nzSort)]="sortCurrent.execution_time_num">平均送达时间</th>
45
-				<th rowspan="2" nzShowSort nzSortKey="aveper" [(nzSort)]="sortCurrent.aveper">按时完成达标率</th>
46
-				<th rowspan="2" nzShowSort nzSortKey="total_time" [(nzSort)]="sortCurrent.total_time">平均总时间</th>
47
-				<th rowspan="2" nzShowSort nzSortKey="five_count" [(nzSort)]="sortCurrent.five_count">五分钟内工单</th>
48
-				<th rowspan="2" nzShowSort nzSortKey="special_close" [(nzSort)]="sortCurrent.special_close">特殊关闭数</th>
38
+				<th [nzWidth]="widthStyle" *ngIf="parent==1">父级科室(编码)</th>
39
+				<th [nzWidth]="widthStyle">科室(编码)</th>
40
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="totalCount" [(nzSort)]="sortCurrent.totalCount">工单数量</th>
41
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="totalGrade" [(nzSort)]="sortCurrent.totalGrade">总积分</th>
42
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="totalPrice" [(nzSort)]="sortCurrent.totalPrice">总费用</th>
43
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="response_time_num" [(nzSort)]="sortCurrent.response_time_num">平均响应时间</th>
44
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="execution_time_num" [(nzSort)]="sortCurrent.execution_time_num">平均送达时间</th>
45
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="aveper" [(nzSort)]="sortCurrent.aveper">按时完成达标率</th>
46
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="total_time" [(nzSort)]="sortCurrent.total_time">平均总时间</th>
47
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="five_count" [(nzSort)]="sortCurrent.five_count">五分钟内工单</th>
48
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="special_close" [(nzSort)]="sortCurrent.special_close">特殊关闭数</th>
49 49
 			</tr>
50 50
 		</thead>
51 51
 		<tbody>
52 52
 			<tr *ngFor="let data of listOfData">
53
-				<td class="width150" *ngIf="parent==1">{{ data.parentName || '无' }}</td>
53
+				<td *ngIf="parent==1">{{ data.parentName || '无' }}</td>
54 54
 				<td>{{ data.name }}</td>
55 55
 				<td>{{ data.totalCount }}</td>
56 56
 				<td>{{ data.totalGrade }}</td>
@@ -66,18 +66,18 @@
66 66
 		<ng-template #footerTpl>
67 67
 			<table class="footTable">
68 68
 				<tr *ngFor="let data of listOfDataEnd">
69
-					<td class="width150" *ngIf="parent==1">{{ data.parentName }}</td>
70
-					<td class="width150" *ngIf="parent==0">{{ data.name }}</td>
71
-					<td class="width150" *ngIf="parent==1"></td>
72
-					<td>{{ data.totalCount }}</td>
73
-					<td>{{ data.totalGrade }}</td>
74
-					<td>{{ data.totalPrice }}</td>
75
-					<td>{{ data.response_time_num }}</td>
76
-					<td>{{ data.execution_time_num }}</td>
77
-					<td>{{ data.aveper }}</td>
78
-					<td>{{ data.total_time }}</td>
79
-					<td>{{ data.five_count }}</td>
80
-					<td>{{ data.special_close }}</td>
69
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==1">{{ data.parentName }}</td>
70
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==0">{{ data.name }}</td>
71
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==1"></td>
72
+					<td [ngStyle]="{width:widthStyle}">{{ data.totalCount }}</td>
73
+					<td [ngStyle]="{width:widthStyle}">{{ data.totalGrade }}</td>
74
+					<td [ngStyle]="{width:widthStyle}">{{ data.totalPrice }}</td>
75
+					<td [ngStyle]="{width:widthStyle}">{{ data.response_time_num }}</td>
76
+					<td [ngStyle]="{width:widthStyle}">{{ data.execution_time_num }}</td>
77
+					<td [ngStyle]="{width:widthStyle}">{{ data.aveper }}</td>
78
+					<td [ngStyle]="{width:widthStyle}">{{ data.total_time }}</td>
79
+					<td [ngStyle]="{width:widthStyle}">{{ data.five_count }}</td>
80
+					<td [ngStyle]="{width:widthStyle}">{{ data.special_close }}</td>
81 81
 				</tr>
82 82
 			</table>
83 83
 		</ng-template>

+ 3 - 0
src/app/views/new-statistics/distribution-inspection-statistics/department-quality-control-statistics/department-quality-control-statistics.component.ts

@@ -115,6 +115,7 @@ export class DepartmentQualityControlStatisticsComponent implements OnInit, Afte
115 115
   loading1 = false;
116 116
 	widthValue:any;
117 117
 	widthConfig:any = [];
118
+	widthStyle:any;
118 119
   getList(num?: number, field?: string, sort?: string) {
119 120
     if (num !== undefined) {
120 121
       this.pageIndex = num;
@@ -139,9 +140,11 @@ export class DepartmentQualityControlStatisticsComponent implements OnInit, Afte
139 140
 		if(this.parent==1){
140 141
 			this.widthConfig = new Array(11).fill('100px').map((v, i) => { return (i == 0 || i == 1 && this.parent==1) || (i == 0 && this.parent==0) ? '150px' : '100px' });;
141 142
 			this.widthValue = 11 * 100 + 300 * 1 + 20
143
+			this.widthStyle = '9%'
142 144
 		}else{
143 145
 			this.widthConfig = new Array(10).fill('100px').map((v, i) => { return (i == 0 || i == 1 && this.parent==1) || (i == 0 && this.parent==0) ? '150px' : '100px' });;
144 146
 			this.widthValue = 10 * 100 + 162 * 1 + 20
147
+			this.widthStyle = '10%'
145 148
 		}
146 149
     this.loading1 = true;
147 150
     this.mainService

+ 1 - 0
src/app/views/new-statistics/distribution-inspection-statistics/distribution-synthesize-statistics/distribution-synthesize-statistics.component.less

@@ -159,6 +159,7 @@
159 159
 						display: flex;
160 160
 						height: 45px;
161 161
 						border-bottom: 1px solid #D9D9D9;
162
+						background: #FAFAFA;
162 163
 						.table-td{
163 164
 							line-height: 45px;
164 165
 							text-align: center;

+ 26 - 26
src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.html

@@ -35,26 +35,26 @@
35 35
 	<span>{{fieldConfig.fields.deptTypeDTO?.name}}</span>
36 36
 </div>
37 37
 <div class="tableWrap">
38
-	<nz-table class="table" [ngStyle]="{ width: widthValue + 'px' }" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzWidthConfig]="widthConfig" [nzFooter]="footerTpl">
38
+	<nz-table class="table" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }"  [nzFooter]="footerTpl">
39 39
 		<thead (nzSortChange)="sort($event)" nzSingleSort>
40 40
 			<tr>
41
-				<th rowspan="2" *ngIf="parent==1">父级科室(编码)</th>
42
-				<th rowspan="2">科室名称(编码)</th>
43
-				<th rowspan="2" nzShowSort nzSortKey="sum" [(nzSort)]="sortCurrent.sum">工单总数</th>
44
-				<th rowspan="2" nzShowSort nzSortKey="degreeCount" [(nzSort)]="sortCurrent.degreeCount">评价工单数</th>
45
-				<th rowspan="2" nzShowSort nzSortKey="oneStar" [(nzSort)]="sortCurrent.oneStar">一星</th>
46
-				<th rowspan="2" nzShowSort nzSortKey="twoStar" [(nzSort)]="sortCurrent.twoStar">二星</th>
47
-				<th rowspan="2" nzShowSort nzSortKey="threeStar" [(nzSort)]="sortCurrent.threeStar">三星</th>
48
-				<th rowspan="2" nzShowSort nzSortKey="fourStar" [(nzSort)]="sortCurrent.fourStar">四星</th>
49
-				<th rowspan="2" nzShowSort nzSortKey="fiveStar" [(nzSort)]="sortCurrent.fiveStar">五星</th>
50
-				<th rowspan="2" nzShowSort nzSortKey="totalStar" [(nzSort)]="sortCurrent.totalStar">评价总星数</th>
51
-				<th rowspan="2" nzShowSort nzSortKey="avgStar" [(nzSort)]="sortCurrent.avgStar">平均总星数</th>
41
+				<th [nzWidth]="widthStyle" *ngIf="parent==1">父级科室(编码)</th>
42
+				<th [nzWidth]="widthStyle">科室名称(编码)</th>
43
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="sum" [(nzSort)]="sortCurrent.sum">工单总数</th>
44
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="degreeCount" [(nzSort)]="sortCurrent.degreeCount">评价工单数</th>
45
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="oneStar" [(nzSort)]="sortCurrent.oneStar">一星</th>
46
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="twoStar" [(nzSort)]="sortCurrent.twoStar">二星</th>
47
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="threeStar" [(nzSort)]="sortCurrent.threeStar">三星</th>
48
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="fourStar" [(nzSort)]="sortCurrent.fourStar">四星</th>
49
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="fiveStar" [(nzSort)]="sortCurrent.fiveStar">五星</th>
50
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="totalStar" [(nzSort)]="sortCurrent.totalStar">评价总星数</th>
51
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="avgStar" [(nzSort)]="sortCurrent.avgStar">平均总星数</th>
52 52
 			</tr>
53 53
 		</thead>
54 54
 		<tbody>
55 55
 			<tr *ngFor="let data of listOfData">
56
-				<td class="width150" *ngIf="parent==1">{{ data.parentName || '无' }}<ng-container *ngIf="parent==1 && data.parentName">({{ data.parentCode }})</ng-container></td>
57
-				<td class="width150">{{ data.deptName }}<ng-container *ngIf="data.deptCode">({{ data.deptCode }})</ng-container></td>
56
+				<td *ngIf="parent==1">{{ data.parentName || '无' }}<ng-container *ngIf="parent==1 && data.parentName">({{ data.parentCode }})</ng-container></td>
57
+				<td>{{ data.deptName }}<ng-container *ngIf="data.deptCode">({{ data.deptCode }})</ng-container></td>
58 58
 				<td>{{ data.sum }}</td>
59 59
 				<td>{{ data.degreeCount }}</td>
60 60
 				<td>{{ data.oneStar }}</td>
@@ -69,18 +69,18 @@
69 69
 		<ng-template #footerTpl>
70 70
 			<table class="footTable">
71 71
 				<tr *ngFor="let data of listOfDataEnd">
72
-					<td class="width150" *ngIf="parent==1">{{ data.parentCode }}</td>
73
-					<td class="width150" *ngIf="parent==0">{{ data.deptCode }}</td>
74
-					<td class="width150" *ngIf="parent==1"></td>
75
-					<td>{{ data.sum }}</td>
76
-					<td>{{ data.degreeCount }}</td>
77
-					<td>{{ data.oneStar }}</td>
78
-					<td>{{ data.twoStar }}</td>
79
-					<td>{{ data.threeStar }}</td>
80
-					<td>{{ data.fourStar }}</td>
81
-					<td>{{ data.fiveStar }}</td>
82
-					<td>{{ data.totalStar }}</td>
83
-					<td>{{ data.avgStar }}</td>
72
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==1">{{ data.parentCode }}</td>
73
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==0">{{ data.deptCode }}</td>
74
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==1"></td>
75
+					<td [ngStyle]="{width:widthStyle}">{{ data.sum }}</td>
76
+					<td [ngStyle]="{width:widthStyle}">{{ data.degreeCount }}</td>
77
+					<td [ngStyle]="{width:widthStyle}">{{ data.oneStar }}</td>
78
+					<td [ngStyle]="{width:widthStyle}">{{ data.twoStar }}</td>
79
+					<td [ngStyle]="{width:widthStyle}">{{ data.threeStar }}</td>
80
+					<td [ngStyle]="{width:widthStyle}">{{ data.fourStar }}</td>
81
+					<td [ngStyle]="{width:widthStyle}">{{ data.fiveStar }}</td>
82
+					<td [ngStyle]="{width:widthStyle}">{{ data.totalStar }}</td>
83
+					<td [ngStyle]="{width:widthStyle}">{{ data.avgStar }}</td>
84 84
 				</tr>
85 85
 			</table>
86 86
 		</ng-template>

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.less

@@ -55,7 +55,7 @@
55 55
   }
56 56
 	
57 57
 	.tableWrap{
58
-	  margin: 0 8px;
58
+	  // margin: 0 8px;
59 59
 	  overflow-x: auto;
60 60
 	  .footTable, tbody{
61 61
 	    td{

+ 5 - 5
src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.ts

@@ -143,12 +143,12 @@ export class DepartmentEvaluateStatisticsComponent implements OnInit, AfterViewI
143 143
     }
144 144
 		if(this.parent==1){
145 145
 			this.widthConfig = new Array(11).fill('100px').map((v, i) => { return (i == 0 || i == 1 && this.parent==1) || (i == 0 && this.parent==0) ? '150px' : '100px' });;
146
-			this.widthStyle = '10%'
147
-			this.widthValue = 11 * 100 + 300 * 1 + 20
146
+			this.widthStyle = '9%'
147
+			this.widthValue = 12 * 100 + 300 * 1 + 20
148 148
 		}else{
149 149
 			this.widthConfig = new Array(10).fill('100px').map((v, i) => { return (i == 0 || i == 1 && this.parent==1) || (i == 0 && this.parent==0) ? '150px' : '100px' });;
150
-			this.widthStyle = '20%'
151
-			this.widthValue = 10 * 100 + 162 * 1 + 20
150
+			this.widthStyle = '10%'
151
+			this.widthValue = 11 * 100 + 150 * 1 + 20
152 152
 		}
153 153
     this.loading1 = true;
154 154
     this.mainService
@@ -205,7 +205,7 @@ export class DepartmentEvaluateStatisticsComponent implements OnInit, AfterViewI
205 205
       hosId: this.hosId || undefined,
206 206
       dutyId: this.dutyId || undefined,
207 207
       parentDutyId: this.parentDutyId || undefined,
208
-      deptTypeId: this.fieldConfig.deptTypeId || undefined,
208
+      deptTypeId: this.fieldConfig.fields.deptTypeId || undefined,
209 209
       repairDeptId: this.deptId || undefined,
210 210
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
211 211
       userId: this.fieldConfig.fields.userId || undefined,

+ 28 - 28
src/app/views/new-statistics/maintenance-statistics/department-incident-statistics/department-incident-statistics.component.html

@@ -35,27 +35,27 @@
35 35
 	<span>{{fieldConfig.fields.deptTypeDTO?.name}}</span>
36 36
 </div>
37 37
 <div class="tableWrap">
38
-	<nz-table class="table" [ngStyle]="{ width: widthValue + 'px' }" accesskey=""[nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzWidthConfig]="widthConfig" [nzFooter]="footerTpl">
38
+	<nz-table class="table" accesskey=""[nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzFooter]="footerTpl">
39 39
 		<thead (nzSortChange)="sort($event)" nzSingleSort>
40 40
 			<tr>
41
-				<th rowspan="2" *ngIf="parent==1">父级科室(编码)</th>
42
-				<th rowspan="2">科室名称(编码)</th>
43
-				<th rowspan="2" nzShowSort nzSortKey="sum" [(nzSort)]="sortCurrent.sum">工单总数</th>
44
-				<th rowspan="2" nzShowSort nzSortKey="avgResponseTime" [(nzSort)]="sortCurrent.avgResponseTime">平均接单时长</th>
45
-				<th rowspan="2" nzShowSort nzSortKey="avgResolvedTime" [(nzSort)]="sortCurrent.avgResolvedTime">平均解决时长</th>
46
-				<th rowspan="2" nzShowSort nzSortKey="resolvedOverNum" [(nzSort)]="sortCurrent.resolvedOverNum">超时单数</th>
47
-				<th rowspan="2" nzShowSort nzSortKey="overTimeNum" [(nzSort)]="sortCurrent.overTimeNum">挂起单数</th>
48
-				<th rowspan="2" nzShowSort nzSortKey="consumablePrice" [(nzSort)]="sortCurrent.consumablePrice">耗材费用(元)</th>
49
-				<th rowspan="2" nzShowSort nzSortKey="workHourPrice" [(nzSort)]="sortCurrent.workHourPrice">工时费用(元)</th>
50
-				<th rowspan="2" nzShowSort nzSortKey="totalPrice" [(nzSort)]="sortCurrent.totalPrice">总费用(元)</th>
51
-				<th rowspan="2" nzShowSort nzSortKey="negativeNum" [(nzSort)]="sortCurrent.negativeNum">差评单数</th>
52
-				<th rowspan="2" nzShowSort nzSortKey="favorableRate" [(nzSort)]="sortCurrent.favorableRate">好评率</th>
41
+				<th [nzWidth]="widthStyle" *ngIf="parent==1">父级科室(编码)</th>
42
+				<th [nzWidth]="widthStyle">科室名称(编码)</th>
43
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="sum" [(nzSort)]="sortCurrent.sum">工单总数</th>
44
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="avgResponseTime" [(nzSort)]="sortCurrent.avgResponseTime">平均接单时长</th>
45
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="avgResolvedTime" [(nzSort)]="sortCurrent.avgResolvedTime">平均解决时长</th>
46
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="resolvedOverNum" [(nzSort)]="sortCurrent.resolvedOverNum">超时单数</th>
47
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="overTimeNum" [(nzSort)]="sortCurrent.overTimeNum">挂起单数</th>
48
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="consumablePrice" [(nzSort)]="sortCurrent.consumablePrice">耗材费用(元)</th>
49
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="workHourPrice" [(nzSort)]="sortCurrent.workHourPrice">工时费用(元)</th>
50
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="totalPrice" [(nzSort)]="sortCurrent.totalPrice">总费用(元)</th>
51
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="negativeNum" [(nzSort)]="sortCurrent.negativeNum">差评单数</th>
52
+				<th [nzWidth]="widthStyle" nzShowSort nzSortKey="favorableRate" [(nzSort)]="sortCurrent.favorableRate">好评率</th>
53 53
 			</tr>
54 54
 		</thead>
55 55
 		<tbody>
56 56
 			<tr *ngFor="let data of listOfData">
57
-				<td class="width150" *ngIf="parent==1">{{ data.parentName || '无' }}<ng-container *ngIf="parent==1 && data.parentName">({{ data.parentCode }})</ng-container></td>
58
-				<td class="width150">{{ data.deptName }}<ng-container *ngIf="data.deptCode">({{ data.deptCode }})</ng-container></td>
57
+				<td *ngIf="parent==1">{{ data.parentName || '无' }}<ng-container *ngIf="parent==1 && data.parentName">({{ data.parentCode }})</ng-container></td>
58
+				<td>{{ data.deptName }}<ng-container *ngIf="data.deptCode">({{ data.deptCode }})</ng-container></td>
59 59
 				<td>{{ data.sum }}</td>
60 60
 				<td>{{ data.avgResponseTime }}</td>
61 61
 				<td>{{ data.avgResolvedTime }}</td>
@@ -71,19 +71,19 @@
71 71
 		<ng-template #footerTpl>
72 72
 			<table class="footTable">
73 73
 				<tr *ngFor="let data of listOfDataEnd">
74
-					<td class="width150" *ngIf="parent==1">{{ data.parentCode }}</td>
75
-					<td class="width150" *ngIf="parent==0">{{ data.deptCode}}</td>
76
-					<td class="width150" *ngIf="parent==1"></td>
77
-					<td>{{ data.sum }}</td>
78
-					<td>{{ data.avgResponseTime }}</td>
79
-					<td>{{ data.avgResolvedTime }}</td>
80
-					<td>{{ data.resolvedOverNum }}</td>
81
-					<td>{{ data.overTimeNum }}</td>
82
-					<td>{{ data.consumablePrice }}</td>
83
-					<td>{{ data.workHourPrice }}</td>
84
-					<td>{{ data.totalPrice }}</td>
85
-					<td>{{ data.negativeNum }}</td>
86
-					<td>{{ data.favorableRate }}</td>
74
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==1">{{ data.parentCode }}</td>
75
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==0">{{ data.deptCode}}</td>
76
+					<td [ngStyle]="{width:widthStyle}" *ngIf="parent==1"></td>
77
+					<td [ngStyle]="{width:widthStyle}">{{ data.sum }}</td>
78
+					<td [ngStyle]="{width:widthStyle}">{{ data.avgResponseTime }}</td>
79
+					<td [ngStyle]="{width:widthStyle}">{{ data.avgResolvedTime }}</td>
80
+					<td [ngStyle]="{width:widthStyle}">{{ data.resolvedOverNum }}</td>
81
+					<td [ngStyle]="{width:widthStyle}">{{ data.overTimeNum }}</td>
82
+					<td [ngStyle]="{width:widthStyle}">{{ data.consumablePrice }}</td>
83
+					<td [ngStyle]="{width:widthStyle}">{{ data.workHourPrice }}</td>
84
+					<td [ngStyle]="{width:widthStyle}">{{ data.totalPrice }}</td>
85
+					<td [ngStyle]="{width:widthStyle}">{{ data.negativeNum }}</td>
86
+					<td [ngStyle]="{width:widthStyle}">{{ data.favorableRate }}</td>
87 87
 				</tr>
88 88
 			</table>
89 89
 		</ng-template>

+ 5 - 5
src/app/views/new-statistics/maintenance-statistics/department-incident-statistics/department-incident-statistics.component.ts

@@ -143,12 +143,12 @@ export class DepartmentIncidentStatisticsComponent implements OnInit, AfterViewI
143 143
     }
144 144
 		if(this.parent==1){
145 145
 			this.widthConfig = new Array(12).fill('100px').map((v, i) => { return (i == 0 || i == 1 && this.parent==1) || (i == 0 && this.parent==0) ? '150px' : '100px' });;
146
-			this.widthStyle = '10%'
147
-			this.widthValue = 12 * 100 + 300 * 1 + 20
146
+			this.widthStyle = '8%'
147
+			this.widthValue = 1920
148 148
 		}else{
149 149
 			this.widthConfig = new Array(11).fill('100px').map((v, i) => { return (i == 0 || i == 1 && this.parent==1) || (i == 0 && this.parent==0) ? '150px' : '100px' });;
150
-			this.widthStyle = '20%'
151
-			this.widthValue = 11 * 100 + 149 * 1 + 20
150
+			this.widthStyle = '9%'
151
+			this.widthValue = 1920
152 152
 		}
153 153
     this.loading1 = true;
154 154
     this.mainService
@@ -205,7 +205,7 @@ export class DepartmentIncidentStatisticsComponent implements OnInit, AfterViewI
205 205
       hosId: this.hosId || undefined,
206 206
       dutyId: this.dutyId || undefined,
207 207
       parentDutyId: this.parentDutyId || undefined,
208
-      deptTypeId: this.fieldConfig.deptTypeId || undefined,
208
+			deptTypeId: this.fieldConfig.fields.deptTypeId || undefined,
209 209
 			repairDeptId: this.deptId || undefined,
210 210
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
211 211
       userId: this.fieldConfig.fields.userId || undefined,

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/department-source-statistics/department-source-statistics.component.ts

@@ -193,7 +193,7 @@ export class DepartmentSourceStatisticsComponent implements OnInit, AfterViewIni
193 193
 			hosId: this.hosId || undefined,
194 194
 			dutyId: this.dutyId || undefined,
195 195
 			parentDutyId: this.parentDutyId || undefined,
196
-			deptTypeId: this.fieldConfig.deptTypeId || undefined,
196
+			deptTypeId: this.fieldConfig.fields.deptTypeId || undefined,
197 197
 			repairDeptId: this.deptId || undefined,
198 198
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
199 199
       userId: this.fieldConfig.fields.userId || undefined,

+ 1 - 0
src/app/views/new-statistics/maintenance-statistics/synthesize-statistics/synthesize-statistics.component.less

@@ -133,6 +133,7 @@
133 133
 						display: flex;
134 134
 						height: 45px;
135 135
 						border-bottom: 1px solid #D9D9D9;
136
+						background: #FAFAFA;
136 137
 						.table-td{
137 138
 							line-height: 45px;
138 139
 							text-align: center;