|
@@ -669,10 +669,46 @@
|
669
|
669
|
this.assessmentBeforeDislysis.dry_weight = this.lastPredialysisEvaluation.dry_weight
|
670
|
670
|
}
|
671
|
671
|
}
|
|
672
|
+ if (this.lastPredialysisEvaluation != null) {
|
|
673
|
+ this.$set(
|
|
674
|
+ this.assessmentBeforeDislysis,
|
|
675
|
+ 'additional_weight',
|
|
676
|
+ this.lastPredialysisEvaluation['additional_weight'].toString()
|
|
677
|
+ )
|
|
678
|
+
|
|
679
|
+ this.$set(
|
|
680
|
+ this.assessmentBeforeDislysis,
|
|
681
|
+ 'internal_fistula',
|
|
682
|
+ this.lastPredialysisEvaluation['internal_fistula']
|
|
683
|
+ )
|
|
684
|
+ this.$set(
|
|
685
|
+ this.assessmentBeforeDislysis,
|
|
686
|
+ 'internal_fistula_skin',
|
|
687
|
+ this.lastPredialysisEvaluation['internal_fistula_skin']
|
|
688
|
+ )
|
|
689
|
+ this.$set(
|
|
690
|
+ this.assessmentBeforeDislysis,
|
|
691
|
+ 'blood_access_part_id',
|
|
692
|
+ this.lastPredialysisEvaluation['blood_access_part_id']
|
|
693
|
+ )
|
|
694
|
+ this.$set(
|
|
695
|
+ this.assessmentBeforeDislysis,
|
|
696
|
+ 'blood_access_part_opera_id',
|
|
697
|
+ this.lastPredialysisEvaluation['blood_access_part_opera_id']
|
|
698
|
+ )
|
|
699
|
+ }
|
|
700
|
+
|
672
|
701
|
} else {
|
673
|
702
|
this.assessmentBeforeDislysis.dry_weight = this.predialysis_evaluation['dry_weight']
|
674
|
703
|
this.weight_adjust.weight = this.predialysis_evaluation['dry_weight']
|
675
|
704
|
}
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
676
|
712
|
},
|
677
|
713
|
hide() {
|
678
|
714
|
this.isVisibility = false
|