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