seimin 3 years ago
parent
commit
50b19224dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 2 - 2
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -791,7 +791,7 @@ export class HushijiandanComponent implements OnInit {
791
 
791
 
792
   // 切换左侧tab
792
   // 切换左侧tab
793
   changeInfo() {
793
   changeInfo() {
794
-    if (!this.deptTaskTypeRules.openInspection) return;
794
+    if (!this.deptTaskTypeRules.openInspection&&!this.deptTaskTypeRules.openPatientTransport) return;
795
     this.infoPageIdx = 1;
795
     this.infoPageIdx = 1;
796
     this.getPatient();
796
     this.getPatient();
797
   }
797
   }
@@ -850,7 +850,7 @@ export class HushijiandanComponent implements OnInit {
850
 
850
 
851
   // tab输入搜索节流阀
851
   // tab输入搜索节流阀
852
   searchTabInp(e) {
852
   searchTabInp(e) {
853
-    if (!this.deptTaskTypeRules.openInspection) return;
853
+    if (!this.deptTaskTypeRules.openInspection&&!this.deptTaskTypeRules.openPatientTransport) return;
854
     this.searchTabInpSubject.next(e);
854
     this.searchTabInpSubject.next(e);
855
   }
855
   }
856
   // 下一日(陪检)
856
   // 下一日(陪检)