|
@@ -4920,7 +4920,7 @@ mu
|
4920
|
4920
|
|
4921
|
4921
|
}
|
4922
|
4922
|
|
4923
|
|
- if(this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10164 || this.$store.getters.xt_user.template_info.org_id==10635 || this.$store.getters.xt_user.template_info.org_id==0){
|
|
4923
|
+ if(this.$store.getters.xt_user.template_info.org_id==10722 || this.$store.getters.xt_user.template_info.org_id==10164 || this.$store.getters.xt_user.template_info.org_id==10635 || this.$store.getters.xt_user.template_info.org_id==0){
|
4924
|
4924
|
this.dialysisPrescription.target_ultrafiltration = (patientBefor.weight_before - patientBefor.dry_weight - patientBefor.additional_weight).toFixed(1)
|
4925
|
4925
|
this.dialysisPrescription.prescription_water = (patientBefor.weight_before - patientBefor.dry_weight - patientBefor.additional_weight).toFixed(1)
|
4926
|
4926
|
|