Parcourir la source

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

XMLWAN il y a 4 ans
Parent
révision
903f6656ce

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue Voir le fichier

@@ -352,7 +352,7 @@
352 352
                             <td width="70">透前体重:</td>
353 353
                             <td width="50">
354 354
                                 <div class="under-line">
355
-                                    &nbsp;{{ predialysis.weight_before ? (predialysis.weight_before - predialysis.additional_weight) : "" }}
355
+                                    &nbsp;{{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "" }}
356 356
                                 </div>
357 357
                             </td>
358 358
                             <td width="20">Kg</td>