|
@@ -2616,7 +2616,7 @@ export default {
|
2616
|
2616
|
}else{
|
2617
|
2617
|
preTime = this.record_date + ' ' + '17:00'
|
2618
|
2618
|
}
|
2619
|
|
-
|
|
2619
|
+
|
2620
|
2620
|
}
|
2621
|
2621
|
|
2622
|
2622
|
if(this.org_id == 10510 || this.org_id == 0){
|
|
@@ -2767,8 +2767,8 @@ export default {
|
2767
|
2767
|
|
2768
|
2768
|
}
|
2769
|
2769
|
}
|
2770
|
|
-
|
2771
|
|
-
|
|
2770
|
+
|
|
2771
|
+
|
2772
|
2772
|
this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
|
2773
|
2773
|
}
|
2774
|
2774
|
})
|
|
@@ -6487,7 +6487,7 @@ export default {
|
6487
|
6487
|
if (val.length == 0) {
|
6488
|
6488
|
this.selecting_schs3 = []
|
6489
|
6489
|
} else {
|
6490
|
|
- if (this.org_id == 10402 ) {
|
|
6490
|
+ if (this.org_id == 10402 || this.org_id == 10653 || this.org_id == 0) {
|
6491
|
6491
|
this.selecting_schs3 = val
|
6492
|
6492
|
|
6493
|
6493
|
} else {
|
|
@@ -6521,7 +6521,6 @@ export default {
|
6521
|
6521
|
})
|
6522
|
6522
|
}
|
6523
|
6523
|
}
|
6524
|
|
-
|
6525
|
6524
|
},
|
6526
|
6525
|
savePrint() {
|
6527
|
6526
|
//处方
|