Browse Source

打印单

XMLWAN 4 years ago
parent
commit
b5f06ba208

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

1712
         this.add_weight = parseFloat(weight_before - last_weight_after).toFixed(
1712
         this.add_weight = parseFloat(weight_before - last_weight_after).toFixed(
1713
           2
1713
           2
1714
         );
1714
         );
1715
+        console.log("体重增加",this.add_weight)
1715
       }
1716
       }
1716
 
1717
 
1717
       this.isVisibility = true;
1718
       this.isVisibility = true;