seimin 1 月之前
父节点
当前提交
35eee8cc47

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

@@ -217,6 +217,11 @@ export class ConsumableStatisticsComponent implements OnInit, AfterViewInit {
217
     this.search();
217
     this.search();
218
   }
218
   }
219
 
219
 
220
+  // 科室搜索
221
+  changeRepairDeptInp(e) {
222
+    this.searchTimer(this.getRepairDeptList, e);
223
+  }
224
+
220
   // 防抖
225
   // 防抖
221
   isLoading = false;
226
   isLoading = false;
222
   searchTimer(fun, e) {
227
   searchTimer(fun, e) {

+ 5 - 0
src/app/views/new-statistics/maintenance-statistics/floor-statistics/floor-statistics.component.ts

@@ -207,6 +207,11 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
207
     this.search();
207
     this.search();
208
   }
208
   }
209
 
209
 
210
+  // 楼栋搜索
211
+  changeBuildingInp(e) {
212
+    this.searchTimer(this.getBuildingList, e);
213
+  }
214
+
210
   // 防抖
215
   // 防抖
211
   isLoading = false;
216
   isLoading = false;
212
   searchTimer(fun, e) {
217
   searchTimer(fun, e) {

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

@@ -217,6 +217,11 @@ export class WorkHourStatisticsComponent implements OnInit, AfterViewInit {
217
     this.search();
217
     this.search();
218
   }
218
   }
219
 
219
 
220
+  // 科室搜索
221
+  changeRepairDeptInp(e) {
222
+    this.searchTimer(this.getRepairDeptList, e);
223
+  }
224
+
220
   // 防抖
225
   // 防抖
221
   isLoading = false;
226
   isLoading = false;
222
   searchTimer(fun, e) {
227
   searchTimer(fun, e) {