seimin 1 月之前
父節點
當前提交
0e8b257a9a

+ 2 - 0
src/app/views/new-statistics/components/search-more/search-more.component.ts

@@ -109,9 +109,11 @@ export class SearchMoreComponent implements OnInit {
109 109
       fields.floorDTO = this.floorList.find(item => item.id == this.validateForm.value.floorId);
110 110
     }
111 111
     if(this.fieldConfig.config.company){
112
+      fields.companyId = this.validateForm.value.companyId;
112 113
       fields.companyDTO = this.companyList.find(item => item.id == this.validateForm.value.companyId);
113 114
     }
114 115
     if(this.fieldConfig.config.repairDept){
116
+      fields.repairDeptId = this.validateForm.value.repairDeptId;
115 117
       fields.repairDeptDTO = this.repairDeptList.find(item => item.id == this.validateForm.value.repairDeptId);
116 118
     }
117 119
     this.submitEvent.emit(fields);

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

@@ -109,6 +109,7 @@ export class BuildingStatisticsComponent implements OnInit, AfterViewInit {
109 109
       dutyId: this.dutyId || undefined,
110 110
       parentDutyId: this.parentDutyId || undefined,
111 111
       categoryId: this.fieldConfig.fields.categoryId || undefined,
112
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
112 113
     };
113 114
     if (field && sort) {
114 115
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
@@ -168,6 +169,7 @@ export class BuildingStatisticsComponent implements OnInit, AfterViewInit {
168 169
       dutyId: this.dutyId || undefined,
169 170
       parentDutyId: this.parentDutyId || undefined,
170 171
       categoryId: this.fieldConfig.fields.categoryId || undefined,
172
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
171 173
     };
172 174
     if (this.sortCurrentKey && this.sortCurrentValue) {
173 175
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`

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

@@ -111,6 +111,7 @@ export class CategorySourceStatisticsComponent implements OnInit, AfterViewInit
111 111
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
112 112
       userId: this.fieldConfig.fields.userId || undefined,
113 113
       categoryId: this.fieldConfig.fields.categoryId || undefined,
114
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
114 115
       buildingId: this.fieldConfig.fields.buildingId || undefined,
115 116
       placeId: this.fieldConfig.fields.floorId || undefined,
116 117
     };
@@ -174,6 +175,7 @@ export class CategorySourceStatisticsComponent implements OnInit, AfterViewInit
174 175
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
175 176
       userId: this.fieldConfig.fields.userId || undefined,
176 177
       categoryId: this.fieldConfig.fields.categoryId || undefined,
178
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
177 179
       buildingId: this.fieldConfig.fields.buildingId || undefined,
178 180
       placeId: this.fieldConfig.fields.floorId || undefined,
179 181
     };

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

@@ -122,6 +122,7 @@ export class ConsumableStatisticsComponent implements OnInit, AfterViewInit {
122 122
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
123 123
       userId: this.fieldConfig.fields.userId || undefined,
124 124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125 126
       buildingId: this.fieldConfig.fields.buildingId || undefined,
126 127
       placeId: this.fieldConfig.fields.floorId || undefined,
127 128
       companyId: this.fieldConfig.fields.companyId || undefined,
@@ -187,6 +188,7 @@ export class ConsumableStatisticsComponent implements OnInit, AfterViewInit {
187 188
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
188 189
       userId: this.fieldConfig.fields.userId || undefined,
189 190
       categoryId: this.fieldConfig.fields.categoryId || undefined,
191
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
190 192
       buildingId: this.fieldConfig.fields.buildingId || undefined,
191 193
       placeId: this.fieldConfig.fields.floorId || undefined,
192 194
       companyId: this.fieldConfig.fields.companyId || undefined,

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

@@ -114,6 +114,7 @@ export class DepartmentEvaluateStatisticsComponent implements OnInit, AfterViewI
114 114
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
115 115
       userId: this.fieldConfig.fields.userId || undefined,
116 116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
117
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
117 118
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118 119
       placeId: this.fieldConfig.fields.floorId || undefined,
119 120
     };
@@ -178,6 +179,7 @@ export class DepartmentEvaluateStatisticsComponent implements OnInit, AfterViewI
178 179
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179 180
       userId: this.fieldConfig.fields.userId || undefined,
180 181
       categoryId: this.fieldConfig.fields.categoryId || undefined,
182
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
181 183
       buildingId: this.fieldConfig.fields.buildingId || undefined,
182 184
       placeId: this.fieldConfig.fields.floorId || undefined,
183 185
     };

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

@@ -114,6 +114,7 @@ export class DepartmentIncidentStatisticsComponent implements OnInit, AfterViewI
114 114
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
115 115
       userId: this.fieldConfig.fields.userId || undefined,
116 116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
117
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
117 118
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118 119
       placeId: this.fieldConfig.fields.floorId || undefined,
119 120
     };
@@ -178,6 +179,7 @@ export class DepartmentIncidentStatisticsComponent implements OnInit, AfterViewI
178 179
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179 180
       userId: this.fieldConfig.fields.userId || undefined,
180 181
       categoryId: this.fieldConfig.fields.categoryId || undefined,
182
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
181 183
       buildingId: this.fieldConfig.fields.buildingId || undefined,
182 184
       placeId: this.fieldConfig.fields.floorId || undefined,
183 185
     };

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

@@ -114,6 +114,7 @@ export class DepartmentSourceStatisticsComponent implements OnInit, AfterViewIni
114 114
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
115 115
       userId: this.fieldConfig.fields.userId || undefined,
116 116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
117
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
117 118
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118 119
       placeId: this.fieldConfig.fields.floorId || undefined,
119 120
     };
@@ -178,6 +179,7 @@ export class DepartmentSourceStatisticsComponent implements OnInit, AfterViewIni
178 179
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179 180
       userId: this.fieldConfig.fields.userId || undefined,
180 181
       categoryId: this.fieldConfig.fields.categoryId || undefined,
182
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
181 183
       buildingId: this.fieldConfig.fields.buildingId || undefined,
182 184
       placeId: this.fieldConfig.fields.floorId || undefined,
183 185
     };

+ 3 - 1
src/app/views/new-statistics/maintenance-statistics/floor-statistics/floor-statistics.component.ts

@@ -120,6 +120,7 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
120 120
       parentDutyId: this.parentDutyId || undefined,
121 121
       buildingId: this.buildingId || undefined,
122 122
       categoryId: this.fieldConfig.fields.categoryId || undefined,
123
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
123 124
     };
124 125
     if (field && sort) {
125 126
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
@@ -180,6 +181,7 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
180 181
       parentDutyId: this.parentDutyId || undefined,
181 182
       buildingId: this.buildingId || undefined,
182 183
       categoryId: this.fieldConfig.fields.categoryId || undefined,
184
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
183 185
     };
184 186
     if (this.sortCurrentKey && this.sortCurrentValue) {
185 187
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`
@@ -214,7 +216,7 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
214 216
 		this.sortCurrent = {};
215 217
     this.dateRange = [format(startOfMonth(addMonths(new Date(), -1)), 'yyyy-MM-dd HH:mm:ss'), format(endOfMonth(addMonths(new Date(), -1)), 'yyyy-MM-dd HH:mm:ss')]
216 218
     this.buildingId = undefined;
217
-    this.fieldConfig.fields = {category123: true};
219
+    this.fieldConfig.fields = {categoryId: undefined};
218 220
     this.search();
219 221
   }
220 222
 

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

@@ -109,6 +109,7 @@ export class GroupStatisticsComponent implements OnInit, AfterViewInit {
109 109
       dutyId: this.dutyId || undefined,
110 110
       parentDutyId: this.parentDutyId || undefined,
111 111
       categoryId: this.fieldConfig.fields.categoryId || undefined,
112
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
112 113
       buildingId: this.fieldConfig.fields.buildingId || undefined,
113 114
       placeId: this.fieldConfig.fields.floorId || undefined,
114 115
     };
@@ -170,6 +171,7 @@ export class GroupStatisticsComponent implements OnInit, AfterViewInit {
170 171
       dutyId: this.dutyId || undefined,
171 172
       parentDutyId: this.parentDutyId || undefined,
172 173
       categoryId: this.fieldConfig.fields.categoryId || undefined,
174
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
173 175
       buildingId: this.fieldConfig.fields.buildingId || undefined,
174 176
       placeId: this.fieldConfig.fields.floorId || undefined,
175 177
     };

+ 2 - 0
src/app/views/new-statistics/maintenance-statistics/tripartite-company-statistics/tripartite-company-statistics.component.ts

@@ -120,6 +120,7 @@ export class TripartiteCompanyStatisticsComponent implements OnInit, AfterViewIn
120 120
       parentDutyId: this.parentDutyId || undefined,
121 121
       repairDeptId: this.repairDeptId || undefined,
122 122
       categoryId: this.fieldConfig.fields.categoryId || undefined,
123
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
123 124
       buildingId: this.fieldConfig.fields.buildingId || undefined,
124 125
       placeId: this.fieldConfig.fields.floorId || undefined,
125 126
     };
@@ -182,6 +183,7 @@ export class TripartiteCompanyStatisticsComponent implements OnInit, AfterViewIn
182 183
       parentDutyId: this.parentDutyId || undefined,
183 184
       repairDeptId: this.repairDeptId || undefined,
184 185
       categoryId: this.fieldConfig.fields.categoryId || undefined,
186
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
185 187
       buildingId: this.fieldConfig.fields.buildingId || undefined,
186 188
       placeId: this.fieldConfig.fields.floorId || undefined,
187 189
     };

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

@@ -122,6 +122,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
122 122
       buildingId: this.fieldConfig.fields.buildingId || undefined,
123 123
       placeId: this.fieldConfig.fields.buildingId || undefined,
124 124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125 126
     };
126 127
     if (field && sort) {
127 128
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
@@ -184,6 +185,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
184 185
       buildingId: this.fieldConfig.fields.buildingId || undefined,
185 186
       placeId: this.fieldConfig.fields.buildingId || undefined,
186 187
       categoryId: this.fieldConfig.fields.categoryId || undefined,
188
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
187 189
     };
188 190
     if (this.sortCurrentKey && this.sortCurrentValue) {
189 191
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`

+ 2 - 0
src/app/views/new-statistics/maintenance-statistics/work-hour-statistics/work-hour-statistics.component.ts

@@ -122,6 +122,7 @@ export class WorkHourStatisticsComponent implements OnInit, AfterViewInit {
122 122
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
123 123
       userId: this.fieldConfig.fields.userId || undefined,
124 124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125 126
       buildingId: this.fieldConfig.fields.buildingId || undefined,
126 127
       placeId: this.fieldConfig.fields.floorId || undefined,
127 128
       companyId: this.fieldConfig.fields.companyId || undefined,
@@ -187,6 +188,7 @@ export class WorkHourStatisticsComponent implements OnInit, AfterViewInit {
187 188
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
188 189
       userId: this.fieldConfig.fields.userId || undefined,
189 190
       categoryId: this.fieldConfig.fields.categoryId || undefined,
191
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
190 192
       buildingId: this.fieldConfig.fields.buildingId || undefined,
191 193
       placeId: this.fieldConfig.fields.floorId || undefined,
192 194
       companyId: this.fieldConfig.fields.companyId || undefined,