|
@@ -843,6 +843,8 @@ created () {
|
843
|
843
|
this.formValue.last_after_weight = (this.last_record.weight_after - this.last_record.additional_weight).toFixed(1)
|
844
|
844
|
}
|
845
|
845
|
|
|
846
|
+
|
|
847
|
+
|
846
|
848
|
if(this.$store.getters.user.template_info.org_id == 10721){
|
847
|
849
|
|
848
|
850
|
if(this.formValue.temperature == '' || this.formValue.temperature ==0){
|
|
@@ -856,6 +858,10 @@ created () {
|
856
|
858
|
this.formValue.temperature = 36.5
|
857
|
859
|
}
|
858
|
860
|
}
|
|
861
|
+
|
|
862
|
+ if(this.$store.getters.user.template_info.org_id == 10597){
|
|
863
|
+ this.formValue.additional_weight = this.last_record.additional_weight
|
|
864
|
+ }
|
859
|
865
|
|
860
|
866
|
} else {
|
861
|
867
|
if (this.predialysis.id == undefined && this.last_predialysis.id != undefined) {
|