|
@@ -412,6 +412,7 @@ export class HushijiandanComponent implements OnInit {
|
412
|
412
|
idx: 0,
|
413
|
413
|
sum: 1,
|
414
|
414
|
taskType: {
|
|
415
|
+ patientInspectQuery: true,
|
415
|
416
|
hosIds: this.currentHospital.id + "",
|
416
|
417
|
associationType: {
|
417
|
418
|
id: 260,
|
|
@@ -742,13 +743,13 @@ export class HushijiandanComponent implements OnInit {
|
742
|
743
|
this.appointmentBuildFlag =
|
743
|
744
|
result.list[0].appointmentSwitch + ""; //是否开启护士端预约建单
|
744
|
745
|
this.leadTime = result.list[0].appointmentTime; //是否开启护士端预约建单
|
745
|
|
- this.followFlag = result.list[0].focusSwitch + ""; //是否开启护士端终点关注
|
|
746
|
+ this.followFlag = result.list[0].focusSwitch + ""; //是否开启护士端重点关注
|
746
|
747
|
this.allowUrgentFlag =
|
747
|
748
|
result.list[0].allowUrgent == 1 ? true : false; //是否允许加急(检查列表)
|
748
|
749
|
} else {
|
749
|
750
|
this.appointmentBuildFlag = "0"; //是否开启护士端预约建单
|
750
|
751
|
this.leadTime = 0; //是否开启护士端预约建单
|
751
|
|
- this.followFlag = "0"; //是否开启护士端终点关注
|
|
752
|
+ this.followFlag = "0"; //是否开启护士端重点关注
|
752
|
753
|
this.allowUrgentFlag = false; //是否允许加急(检查列表)
|
753
|
754
|
}
|
754
|
755
|
this.pLoading = true;
|