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
       fields.floorDTO = this.floorList.find(item => item.id == this.validateForm.value.floorId);
109
       fields.floorDTO = this.floorList.find(item => item.id == this.validateForm.value.floorId);
110
     }
110
     }
111
     if(this.fieldConfig.config.company){
111
     if(this.fieldConfig.config.company){
112
+      fields.companyId = this.validateForm.value.companyId;
112
       fields.companyDTO = this.companyList.find(item => item.id == this.validateForm.value.companyId);
113
       fields.companyDTO = this.companyList.find(item => item.id == this.validateForm.value.companyId);
113
     }
114
     }
114
     if(this.fieldConfig.config.repairDept){
115
     if(this.fieldConfig.config.repairDept){
116
+      fields.repairDeptId = this.validateForm.value.repairDeptId;
115
       fields.repairDeptDTO = this.repairDeptList.find(item => item.id == this.validateForm.value.repairDeptId);
117
       fields.repairDeptDTO = this.repairDeptList.find(item => item.id == this.validateForm.value.repairDeptId);
116
     }
118
     }
117
     this.submitEvent.emit(fields);
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
       dutyId: this.dutyId || undefined,
109
       dutyId: this.dutyId || undefined,
110
       parentDutyId: this.parentDutyId || undefined,
110
       parentDutyId: this.parentDutyId || undefined,
111
       categoryId: this.fieldConfig.fields.categoryId || undefined,
111
       categoryId: this.fieldConfig.fields.categoryId || undefined,
112
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
112
     };
113
     };
113
     if (field && sort) {
114
     if (field && sort) {
114
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
115
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
@@ -168,6 +169,7 @@ export class BuildingStatisticsComponent implements OnInit, AfterViewInit {
168
       dutyId: this.dutyId || undefined,
169
       dutyId: this.dutyId || undefined,
169
       parentDutyId: this.parentDutyId || undefined,
170
       parentDutyId: this.parentDutyId || undefined,
170
       categoryId: this.fieldConfig.fields.categoryId || undefined,
171
       categoryId: this.fieldConfig.fields.categoryId || undefined,
172
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
171
     };
173
     };
172
     if (this.sortCurrentKey && this.sortCurrentValue) {
174
     if (this.sortCurrentKey && this.sortCurrentValue) {
173
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`
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
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
111
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
112
       userId: this.fieldConfig.fields.userId || undefined,
112
       userId: this.fieldConfig.fields.userId || undefined,
113
       categoryId: this.fieldConfig.fields.categoryId || undefined,
113
       categoryId: this.fieldConfig.fields.categoryId || undefined,
114
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
114
       buildingId: this.fieldConfig.fields.buildingId || undefined,
115
       buildingId: this.fieldConfig.fields.buildingId || undefined,
115
       placeId: this.fieldConfig.fields.floorId || undefined,
116
       placeId: this.fieldConfig.fields.floorId || undefined,
116
     };
117
     };
@@ -174,6 +175,7 @@ export class CategorySourceStatisticsComponent implements OnInit, AfterViewInit
174
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
175
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
175
       userId: this.fieldConfig.fields.userId || undefined,
176
       userId: this.fieldConfig.fields.userId || undefined,
176
       categoryId: this.fieldConfig.fields.categoryId || undefined,
177
       categoryId: this.fieldConfig.fields.categoryId || undefined,
178
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
177
       buildingId: this.fieldConfig.fields.buildingId || undefined,
179
       buildingId: this.fieldConfig.fields.buildingId || undefined,
178
       placeId: this.fieldConfig.fields.floorId || undefined,
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
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
122
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
123
       userId: this.fieldConfig.fields.userId || undefined,
123
       userId: this.fieldConfig.fields.userId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125
       buildingId: this.fieldConfig.fields.buildingId || undefined,
126
       buildingId: this.fieldConfig.fields.buildingId || undefined,
126
       placeId: this.fieldConfig.fields.floorId || undefined,
127
       placeId: this.fieldConfig.fields.floorId || undefined,
127
       companyId: this.fieldConfig.fields.companyId || undefined,
128
       companyId: this.fieldConfig.fields.companyId || undefined,
@@ -187,6 +188,7 @@ export class ConsumableStatisticsComponent implements OnInit, AfterViewInit {
187
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
188
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
188
       userId: this.fieldConfig.fields.userId || undefined,
189
       userId: this.fieldConfig.fields.userId || undefined,
189
       categoryId: this.fieldConfig.fields.categoryId || undefined,
190
       categoryId: this.fieldConfig.fields.categoryId || undefined,
191
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
190
       buildingId: this.fieldConfig.fields.buildingId || undefined,
192
       buildingId: this.fieldConfig.fields.buildingId || undefined,
191
       placeId: this.fieldConfig.fields.floorId || undefined,
193
       placeId: this.fieldConfig.fields.floorId || undefined,
192
       companyId: this.fieldConfig.fields.companyId || undefined,
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
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
114
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
115
       userId: this.fieldConfig.fields.userId || undefined,
115
       userId: this.fieldConfig.fields.userId || undefined,
116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
117
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
117
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118
       placeId: this.fieldConfig.fields.floorId || undefined,
119
       placeId: this.fieldConfig.fields.floorId || undefined,
119
     };
120
     };
@@ -178,6 +179,7 @@ export class DepartmentEvaluateStatisticsComponent implements OnInit, AfterViewI
178
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179
       userId: this.fieldConfig.fields.userId || undefined,
180
       userId: this.fieldConfig.fields.userId || undefined,
180
       categoryId: this.fieldConfig.fields.categoryId || undefined,
181
       categoryId: this.fieldConfig.fields.categoryId || undefined,
182
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
181
       buildingId: this.fieldConfig.fields.buildingId || undefined,
183
       buildingId: this.fieldConfig.fields.buildingId || undefined,
182
       placeId: this.fieldConfig.fields.floorId || undefined,
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
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
114
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
115
       userId: this.fieldConfig.fields.userId || undefined,
115
       userId: this.fieldConfig.fields.userId || undefined,
116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
117
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
117
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118
       placeId: this.fieldConfig.fields.floorId || undefined,
119
       placeId: this.fieldConfig.fields.floorId || undefined,
119
     };
120
     };
@@ -178,6 +179,7 @@ export class DepartmentIncidentStatisticsComponent implements OnInit, AfterViewI
178
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179
       userId: this.fieldConfig.fields.userId || undefined,
180
       userId: this.fieldConfig.fields.userId || undefined,
180
       categoryId: this.fieldConfig.fields.categoryId || undefined,
181
       categoryId: this.fieldConfig.fields.categoryId || undefined,
182
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
181
       buildingId: this.fieldConfig.fields.buildingId || undefined,
183
       buildingId: this.fieldConfig.fields.buildingId || undefined,
182
       placeId: this.fieldConfig.fields.floorId || undefined,
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
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
114
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
115
       userId: this.fieldConfig.fields.userId || undefined,
115
       userId: this.fieldConfig.fields.userId || undefined,
116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
116
       categoryId: this.fieldConfig.fields.categoryId || undefined,
117
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
117
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118
       buildingId: this.fieldConfig.fields.buildingId || undefined,
118
       placeId: this.fieldConfig.fields.floorId || undefined,
119
       placeId: this.fieldConfig.fields.floorId || undefined,
119
     };
120
     };
@@ -178,6 +179,7 @@ export class DepartmentSourceStatisticsComponent implements OnInit, AfterViewIni
178
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
179
       userId: this.fieldConfig.fields.userId || undefined,
180
       userId: this.fieldConfig.fields.userId || undefined,
180
       categoryId: this.fieldConfig.fields.categoryId || undefined,
181
       categoryId: this.fieldConfig.fields.categoryId || undefined,
182
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
181
       buildingId: this.fieldConfig.fields.buildingId || undefined,
183
       buildingId: this.fieldConfig.fields.buildingId || undefined,
182
       placeId: this.fieldConfig.fields.floorId || undefined,
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
       parentDutyId: this.parentDutyId || undefined,
120
       parentDutyId: this.parentDutyId || undefined,
121
       buildingId: this.buildingId || undefined,
121
       buildingId: this.buildingId || undefined,
122
       categoryId: this.fieldConfig.fields.categoryId || undefined,
122
       categoryId: this.fieldConfig.fields.categoryId || undefined,
123
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
123
     };
124
     };
124
     if (field && sort) {
125
     if (field && sort) {
125
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
126
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
@@ -180,6 +181,7 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
180
       parentDutyId: this.parentDutyId || undefined,
181
       parentDutyId: this.parentDutyId || undefined,
181
       buildingId: this.buildingId || undefined,
182
       buildingId: this.buildingId || undefined,
182
       categoryId: this.fieldConfig.fields.categoryId || undefined,
183
       categoryId: this.fieldConfig.fields.categoryId || undefined,
184
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
183
     };
185
     };
184
     if (this.sortCurrentKey && this.sortCurrentValue) {
186
     if (this.sortCurrentKey && this.sortCurrentValue) {
185
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`
187
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`
@@ -214,7 +216,7 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
214
 		this.sortCurrent = {};
216
 		this.sortCurrent = {};
215
     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')]
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
     this.buildingId = undefined;
218
     this.buildingId = undefined;
217
-    this.fieldConfig.fields = {category123: true};
219
+    this.fieldConfig.fields = {categoryId: undefined};
218
     this.search();
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
       dutyId: this.dutyId || undefined,
109
       dutyId: this.dutyId || undefined,
110
       parentDutyId: this.parentDutyId || undefined,
110
       parentDutyId: this.parentDutyId || undefined,
111
       categoryId: this.fieldConfig.fields.categoryId || undefined,
111
       categoryId: this.fieldConfig.fields.categoryId || undefined,
112
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
112
       buildingId: this.fieldConfig.fields.buildingId || undefined,
113
       buildingId: this.fieldConfig.fields.buildingId || undefined,
113
       placeId: this.fieldConfig.fields.floorId || undefined,
114
       placeId: this.fieldConfig.fields.floorId || undefined,
114
     };
115
     };
@@ -170,6 +171,7 @@ export class GroupStatisticsComponent implements OnInit, AfterViewInit {
170
       dutyId: this.dutyId || undefined,
171
       dutyId: this.dutyId || undefined,
171
       parentDutyId: this.parentDutyId || undefined,
172
       parentDutyId: this.parentDutyId || undefined,
172
       categoryId: this.fieldConfig.fields.categoryId || undefined,
173
       categoryId: this.fieldConfig.fields.categoryId || undefined,
174
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
173
       buildingId: this.fieldConfig.fields.buildingId || undefined,
175
       buildingId: this.fieldConfig.fields.buildingId || undefined,
174
       placeId: this.fieldConfig.fields.floorId || undefined,
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
       parentDutyId: this.parentDutyId || undefined,
120
       parentDutyId: this.parentDutyId || undefined,
121
       repairDeptId: this.repairDeptId || undefined,
121
       repairDeptId: this.repairDeptId || undefined,
122
       categoryId: this.fieldConfig.fields.categoryId || undefined,
122
       categoryId: this.fieldConfig.fields.categoryId || undefined,
123
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
123
       buildingId: this.fieldConfig.fields.buildingId || undefined,
124
       buildingId: this.fieldConfig.fields.buildingId || undefined,
124
       placeId: this.fieldConfig.fields.floorId || undefined,
125
       placeId: this.fieldConfig.fields.floorId || undefined,
125
     };
126
     };
@@ -182,6 +183,7 @@ export class TripartiteCompanyStatisticsComponent implements OnInit, AfterViewIn
182
       parentDutyId: this.parentDutyId || undefined,
183
       parentDutyId: this.parentDutyId || undefined,
183
       repairDeptId: this.repairDeptId || undefined,
184
       repairDeptId: this.repairDeptId || undefined,
184
       categoryId: this.fieldConfig.fields.categoryId || undefined,
185
       categoryId: this.fieldConfig.fields.categoryId || undefined,
186
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
185
       buildingId: this.fieldConfig.fields.buildingId || undefined,
187
       buildingId: this.fieldConfig.fields.buildingId || undefined,
186
       placeId: this.fieldConfig.fields.floorId || undefined,
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
       buildingId: this.fieldConfig.fields.buildingId || undefined,
122
       buildingId: this.fieldConfig.fields.buildingId || undefined,
123
       placeId: this.fieldConfig.fields.buildingId || undefined,
123
       placeId: this.fieldConfig.fields.buildingId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125
     };
126
     };
126
     if (field && sort) {
127
     if (field && sort) {
127
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
128
       postData.sort = `${field} ${sort === "ascend" ? `asc` : `desc`}`
@@ -184,6 +185,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
184
       buildingId: this.fieldConfig.fields.buildingId || undefined,
185
       buildingId: this.fieldConfig.fields.buildingId || undefined,
185
       placeId: this.fieldConfig.fields.buildingId || undefined,
186
       placeId: this.fieldConfig.fields.buildingId || undefined,
186
       categoryId: this.fieldConfig.fields.categoryId || undefined,
187
       categoryId: this.fieldConfig.fields.categoryId || undefined,
188
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
187
     };
189
     };
188
     if (this.sortCurrentKey && this.sortCurrentValue) {
190
     if (this.sortCurrentKey && this.sortCurrentValue) {
189
       postData.sort = `${this.sortCurrentKey} ${this.sortCurrentValue === "ascend" ? `asc` : `desc`}`
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
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
122
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
123
       userId: this.fieldConfig.fields.userId || undefined,
123
       userId: this.fieldConfig.fields.userId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
124
       categoryId: this.fieldConfig.fields.categoryId || undefined,
125
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
125
       buildingId: this.fieldConfig.fields.buildingId || undefined,
126
       buildingId: this.fieldConfig.fields.buildingId || undefined,
126
       placeId: this.fieldConfig.fields.floorId || undefined,
127
       placeId: this.fieldConfig.fields.floorId || undefined,
127
       companyId: this.fieldConfig.fields.companyId || undefined,
128
       companyId: this.fieldConfig.fields.companyId || undefined,
@@ -187,6 +188,7 @@ export class WorkHourStatisticsComponent implements OnInit, AfterViewInit {
187
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
188
       groupId: this.fieldConfig.fields.userId ? undefined : (this.fieldConfig.fields.groupId || undefined),
188
       userId: this.fieldConfig.fields.userId || undefined,
189
       userId: this.fieldConfig.fields.userId || undefined,
189
       categoryId: this.fieldConfig.fields.categoryId || undefined,
190
       categoryId: this.fieldConfig.fields.categoryId || undefined,
191
+      hierarchy: this.fieldConfig.fields.hierarchy || undefined,
190
       buildingId: this.fieldConfig.fields.buildingId || undefined,
192
       buildingId: this.fieldConfig.fields.buildingId || undefined,
191
       placeId: this.fieldConfig.fields.floorId || undefined,
193
       placeId: this.fieldConfig.fields.floorId || undefined,
192
       companyId: this.fieldConfig.fields.companyId || undefined,
194
       companyId: this.fieldConfig.fields.companyId || undefined,