浏览代码

打印单

XMLWAN 5 年前
父节点
当前提交
b5f06ba208
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

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;