seimin 1 месяц назад
Родитель
Сommit
51f3c9aa4a
17 измененных файлов с 34 добавлено и 15 удалено
  1. 2 1
      src/app/views/new-statistics/maintenance-statistics/building-statistics/building-statistics.component.html
  2. 2 1
      src/app/views/new-statistics/maintenance-statistics/category-one-statistics/category-one-statistics.component.html
  3. 2 1
      src/app/views/new-statistics/maintenance-statistics/category-source-statistics/category-source-statistics.component.html
  4. 2 1
      src/app/views/new-statistics/maintenance-statistics/category-three-statistics/category-three-statistics.component.html
  5. 2 0
      src/app/views/new-statistics/maintenance-statistics/category-three-statistics/category-three-statistics.component.ts
  6. 2 1
      src/app/views/new-statistics/maintenance-statistics/category-two-statistics/category-two-statistics.component.html
  7. 2 0
      src/app/views/new-statistics/maintenance-statistics/category-two-statistics/category-two-statistics.component.ts
  8. 2 1
      src/app/views/new-statistics/maintenance-statistics/consumable-statistics/consumable-statistics.component.html
  9. 2 1
      src/app/views/new-statistics/maintenance-statistics/department-evaluate-statistics/department-evaluate-statistics.component.html
  10. 2 1
      src/app/views/new-statistics/maintenance-statistics/department-incident-statistics/department-incident-statistics.component.html
  11. 2 1
      src/app/views/new-statistics/maintenance-statistics/department-source-statistics/department-source-statistics.component.html
  12. 2 1
      src/app/views/new-statistics/maintenance-statistics/floor-statistics/floor-statistics.component.html
  13. 2 1
      src/app/views/new-statistics/maintenance-statistics/group-statistics/group-statistics.component.html
  14. 2 1
      src/app/views/new-statistics/maintenance-statistics/incident-statistics/incident-statistics.component.html
  15. 2 1
      src/app/views/new-statistics/maintenance-statistics/tripartite-company-statistics/tripartite-company-statistics.component.html
  16. 2 1
      src/app/views/new-statistics/maintenance-statistics/user-statistics/user-statistics.component.html
  17. 2 1
      src/app/views/new-statistics/maintenance-statistics/work-hour-statistics/work-hour-statistics.component.html

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/building-statistics/building-statistics.component.html

@@ -68,7 +68,8 @@
68 68
   </ng-template>
69 69
 </nz-table>
70 70
 <div class="pagination">
71
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
71
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
72
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
72 73
 </div>
73 74
 
74 75
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/category-one-statistics/category-one-statistics.component.html

@@ -71,7 +71,8 @@
71 71
   </ng-template>
72 72
 </nz-table>
73 73
 <div class="pagination">
74
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
74
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
75
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
75 76
 </div>
76 77
 
77 78
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/category-source-statistics/category-source-statistics.component.html

@@ -48,7 +48,8 @@
48 48
   </ng-template>
49 49
 </nz-table>
50 50
 <div class="pagination">
51
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
51
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
52
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
52 53
 </div>
53 54
 
54 55
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/category-three-statistics/category-three-statistics.component.html

@@ -91,7 +91,8 @@
91 91
   </ng-template>
92 92
 </nz-table>
93 93
 <div class="pagination">
94
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
94
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
95
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
95 96
 </div>
96 97
 
97 98
 <!-- 详细搜索 -->

+ 2 - 0
src/app/views/new-statistics/maintenance-statistics/category-three-statistics/category-three-statistics.component.ts

@@ -120,6 +120,7 @@ export class CategoryThreeStatisticsComponent implements OnInit, AfterViewInit {
120 120
       dutyId: this.dutyId || undefined,
121 121
       parentDutyId: this.parentDutyId || undefined,
122 122
       categoryId: this.category2Id || this.category1Id || undefined,
123
+      hierarchy: this.category2Id ? 2 : (this.category1Id ? 1 : undefined),
123 124
       groupId: this.fieldConfig.fields.groupId || undefined,
124 125
       userId: this.fieldConfig.fields.userId || undefined,
125 126
       buildingId: this.fieldConfig.fields.buildingId || undefined,
@@ -186,6 +187,7 @@ export class CategoryThreeStatisticsComponent implements OnInit, AfterViewInit {
186 187
       dutyId: this.dutyId || undefined,
187 188
       parentDutyId: this.parentDutyId || undefined,
188 189
       categoryId: this.category2Id || this.category1Id || undefined,
190
+      hierarchy: this.category2Id ? 2 : (this.category1Id ? 1 : undefined),
189 191
       groupId: this.fieldConfig.fields.groupId || undefined,
190 192
       userId: this.fieldConfig.fields.userId || undefined,
191 193
       buildingId: this.fieldConfig.fields.buildingId || undefined,

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/category-two-statistics/category-two-statistics.component.html

@@ -81,7 +81,8 @@
81 81
   </ng-template>
82 82
 </nz-table>
83 83
 <div class="pagination">
84
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
84
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
85
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
85 86
 </div>
86 87
 
87 88
 <!-- 详细搜索 -->

+ 2 - 0
src/app/views/new-statistics/maintenance-statistics/category-two-statistics/category-two-statistics.component.ts

@@ -119,6 +119,7 @@ export class CategoryTwoStatisticsComponent implements OnInit, AfterViewInit {
119 119
       dutyId: this.dutyId || undefined,
120 120
       parentDutyId: this.parentDutyId || undefined,
121 121
       categoryId: this.category1Id || undefined,
122
+      hierarchy: this.category1Id ? 1 : undefined,
122 123
       groupId: this.fieldConfig.fields.groupId || undefined,
123 124
       userId: this.fieldConfig.fields.userId || undefined,
124 125
       buildingId: this.fieldConfig.fields.buildingId || undefined,
@@ -185,6 +186,7 @@ export class CategoryTwoStatisticsComponent implements OnInit, AfterViewInit {
185 186
       dutyId: this.dutyId || undefined,
186 187
       parentDutyId: this.parentDutyId || undefined,
187 188
       categoryId: this.category1Id || undefined,
189
+      hierarchy: this.category1Id ? 1 : undefined,
188 190
       groupId: this.fieldConfig.fields.groupId || undefined,
189 191
       userId: this.fieldConfig.fields.userId || undefined,
190 192
       buildingId: this.fieldConfig.fields.buildingId || undefined,

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/consumable-statistics/consumable-statistics.component.html

@@ -63,7 +63,8 @@
63 63
   </ng-template>
64 64
 </nz-table>
65 65
 <div class="pagination">
66
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
66
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
67
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
67 68
 </div>
68 69
 
69 70
 <!-- 详细搜索 -->

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

@@ -80,7 +80,8 @@
80 80
   </ng-template>
81 81
 </nz-table>
82 82
 <div class="pagination">
83
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
83
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
84
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
84 85
 </div>
85 86
 
86 87
 <!-- 详细搜索 -->

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

@@ -83,7 +83,8 @@
83 83
   </ng-template>
84 84
 </nz-table>
85 85
 <div class="pagination">
86
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
86
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
87
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
87 88
 </div>
88 89
 
89 90
 <!-- 详细搜索 -->

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

@@ -68,7 +68,8 @@
68 68
   </ng-template>
69 69
 </nz-table>
70 70
 <div class="pagination">
71
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
71
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
72
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
72 73
 </div>
73 74
 
74 75
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/floor-statistics/floor-statistics.component.html

@@ -79,7 +79,8 @@
79 79
   </ng-template>
80 80
 </nz-table>
81 81
 <div class="pagination">
82
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
82
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
83
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
83 84
 </div>
84 85
 
85 86
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/group-statistics/group-statistics.component.html

@@ -70,7 +70,8 @@
70 70
   </ng-template>
71 71
 </nz-table>
72 72
 <div class="pagination">
73
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
73
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
74
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
74 75
 </div>
75 76
 
76 77
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/incident-statistics/incident-statistics.component.html

@@ -82,7 +82,8 @@
82 82
   </ng-template>
83 83
 </nz-table>
84 84
 <div class="pagination">
85
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
85
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
86
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
86 87
 </div>
87 88
 
88 89
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/tripartite-company-statistics/tripartite-company-statistics.component.html

@@ -81,7 +81,8 @@
81 81
   </ng-template>
82 82
 </nz-table>
83 83
 <div class="pagination">
84
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
84
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
85
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
85 86
 </div>
86 87
 
87 88
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/user-statistics/user-statistics.component.html

@@ -81,7 +81,8 @@
81 81
   </ng-template>
82 82
 </nz-table>
83 83
 <div class="pagination">
84
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
84
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
85
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
85 86
 </div>
86 87
 
87 88
 <!-- 详细搜索 -->

+ 2 - 1
src/app/views/new-statistics/maintenance-statistics/work-hour-statistics/work-hour-statistics.component.html

@@ -63,7 +63,8 @@
63 63
   </ng-template>
64 64
 </nz-table>
65 65
 <div class="pagination">
66
-  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)"></nz-pagination>
66
+  <ng-template #totalTemplate let-total> 共 {{ total }} 条 </ng-template>
67
+  <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" [(nzPageSize)]="pageSize" (nzPageIndexChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" (nzPageSizeChange)="getList(pageIndex, sortCurrentKey, sortCurrentValue)" nzShowSizeChanger [nzPageSizeOptions]="[30,50,100,200]" [nzShowTotal]="totalTemplate"></nz-pagination>
67 68
 </div>
68 69
 
69 70
 <!-- 详细搜索 -->