浏览代码

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

28169 1年前
父节点
当前提交
9d8e11177b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue

+ 2 - 2
src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue 查看文件

@@ -43,12 +43,12 @@
43 43
         <div style="width: 150px;margin:0 30px;">其他费 {{ list.otherCostTotal }}</div>
44 44
       </div>
45 45
       <div style="position: absolute;top:220px;left:540px">
46
-        {{ totalPrice }}
46
+        {{ totalPrice.toFixed(2) }}
47 47
       </div>
48 48
 
49 49
       <div style="position: absolute;top:250px;width: 100%;">
50 50
         <div style="display: flex;">
51
-          <div style="width: 230px;"> 费用总额:{{totalPrice?totalPrice:'0'}}</div>
51
+          <div style="width: 230px;"> 费用总额:{{(totalPrice).toFixed(2)?totalPrice.toFixed(2):'0'}}</div>
52 52
           <div style="width: 230px;margin-left: 20px;">
53 53
             基本医疗统筹范围:
54 54
             {{list.order.hifp_pay?list.order.hifp_pay:'0'}}