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 217
     this.search();
218 218
   }
219 219
 
220
+  // 科室搜索
221
+  changeRepairDeptInp(e) {
222
+    this.searchTimer(this.getRepairDeptList, e);
223
+  }
224
+
220 225
   // 防抖
221 226
   isLoading = false;
222 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 207
     this.search();
208 208
   }
209 209
 
210
+  // 楼栋搜索
211
+  changeBuildingInp(e) {
212
+    this.searchTimer(this.getBuildingList, e);
213
+  }
214
+
210 215
   // 防抖
211 216
   isLoading = false;
212 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 217
     this.search();
218 218
   }
219 219
 
220
+  // 科室搜索
221
+  changeRepairDeptInp(e) {
222
+    this.searchTimer(this.getRepairDeptList, e);
223
+  }
224
+
220 225
   // 防抖
221 226
   isLoading = false;
222 227
   searchTimer(fun, e) {