see999 3 anos atrás
pai
commit
936e76dd3b

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printFour.vue Ver arquivo

@@ -72,7 +72,7 @@
72 72
                             </div>
73 73
                             <div class="chargeUl" style="border-top:1px solid #000;">
74 74
                                 <p style="width:50%;">记账支付</p>
75
-                                <p style="width:50%;">{{info.fund_pay_sumamt?info.fund_pay_sumamt:0}}元</p>
75
+                                <p style="width:50%;">{{info.hifp_pay?info.hifp_pay:0}}元</p>
76 76
                             </div>
77 77
                             <div class="chargeUl" style="border-top:1px solid #000;">
78 78
                                 <p style="width:50%;">个人账号</p>

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue Ver arquivo

@@ -87,7 +87,7 @@
87 87
                       <td colspan="7">
88 88
                           <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
89 89
                               <div style="width:33%;">医疗费总额:{{info.medfee_sumamt?info.medfee_sumamt:0}}元</div>
90
-                              <div style="width:33%;">基金支付金额:{{info.fund_pay_sumamt?info.fund_pay_sumamt:0}}元</div>
90
+                              <div style="width:33%;">基金支付金额:{{info.hifp_pay?info.hifp_pay:0}}元</div>
91 91
                               <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:0}}元</div>
92 92
 
93 93
                           </div>