test_user 2 år sedan
förälder
incheckning
8c07e0ca82

+ 1 - 1
src/xt_pages/outpatientCharges/components/chargeDialog.vue Visa fil

349
         //初始化
349
         //初始化
350
         this.form.tmp_decimal = 0
350
         this.form.tmp_decimal = 0
351
         this.tmp_pay = 0
351
         this.tmp_pay = 0
352
-        this.id = id
352
+        this.id =id
353
         this.form.dec_way = false
353
         this.form.dec_way = false
354
         this.updateconfig()
354
         this.updateconfig()
355
         this.form.total = total
355
         this.form.total = total

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Visa fil

1265
               } else {
1265
               } else {
1266
                 that.pwdFormVisible = false
1266
                 that.pwdFormVisible = false
1267
                 if (that.activeName == 'first') {
1267
                 if (that.activeName == 'first') {
1268
-                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder)
1268
+                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder,that.patientInfo.id)
1269
                 } else {
1269
                 } else {
1270
-                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder)
1270
+                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder,that.patientInfo.id)
1271
                 }
1271
                 }
1272
               }
1272
               }
1273
 
1273
 

+ 5 - 4
src/xt_pages/outpatientCharges/statementTemplate/batchPrint.vue Visa fil

127
                 <td colspan="7">
127
                 <td colspan="7">
128
                   <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
128
                   <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
129
                     <div style="width:33%;">医疗费总额:{{infos.order.medfee_sumamt?infos.order.medfee_sumamt:""}}元</div>
129
                     <div style="width:33%;">医疗费总额:{{infos.order.medfee_sumamt?infos.order.medfee_sumamt:""}}元</div>
130
-                    <div style="width:33%;">基金支付金额:{{infos.order.fund_pay_sumamt?infos.order.fund_pay_sumamt:""}}元</div>
130
+                    <div style="width:33%;">基金支付金额:{{ (infos.order.hifp_pay + infos.order.maf_pay + infos.order.hifmi_pay).toFixed(2)}}元</div>
131
+
131
                     <div style="width:33%;">个人账户支付金额:{{infos.order.acct_pay?infos.order.acct_pay:""}}元</div>
132
                     <div style="width:33%;">个人账户支付金额:{{infos.order.acct_pay?infos.order.acct_pay:""}}元</div>
132
 
133
 
133
                   </div>
134
                   </div>
136
                     <div style="width:33%;">个人支付金额:{{ infos.order.psn_cash_pay}}元</div>
137
                     <div style="width:33%;">个人支付金额:{{ infos.order.psn_cash_pay}}元</div>
137
                     <div style="width:33%;">个人账户金额:{{infos.order.balc}}元</div>
138
                     <div style="width:33%;">个人账户金额:{{infos.order.balc}}元</div>
138
                   </div>
139
                   </div>
139
-                  <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">
140
-                    <div style="width:33%;">基金统筹支付金额:{{infos.order.hifp_pay?infos.order.hifp_pay:""}}元</div>
141
-                  </div>
140
+<!--                  <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">-->
141
+<!--&lt;!&ndash;                    <div style="width:33%;">基金统筹支付金额:{{infos.order.hifp_pay?infos.order.hifp_pay:""}}元</div>&ndash;&gt;-->
142
+<!--                  </div>-->
142
                 </td>
143
                 </td>
143
                 <td style="font-size:16px;">合计:{{infos.order.medfee_sumamt}}元</td>
144
                 <td style="font-size:16px;">合计:{{infos.order.medfee_sumamt}}元</td>
144
               </tr>
145
               </tr>

+ 4 - 4
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue Visa fil

123
                         <td colspan="7">
123
                         <td colspan="7">
124
                             <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
124
                             <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
125
                                 <div style="width:33%;">医疗费总额:{{info.medfee_sumamt?info.medfee_sumamt:info.new_order.medfee_sumamt}}元</div>
125
                                 <div style="width:33%;">医疗费总额:{{info.medfee_sumamt?info.medfee_sumamt:info.new_order.medfee_sumamt}}元</div>
126
-                                <div style="width:33%;">基金支付金额:{{info.fund_pay_sumamt?info.fund_pay_sumamt:info.new_order.fund_pay_sumamt}}元</div>
126
+                                <div style="width:33%;">基金支付金额:{{ (info.new_order.hifp_pay + info.new_order.maf_pay + info.new_order.hifmi_pay).toFixed(2)}}元</div>
127
                                 <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:info.new_order.acct_pay}}元</div>
127
                                 <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:info.new_order.acct_pay}}元</div>
128
 
128
 
129
                             </div>
129
                             </div>
132
                                 <div style="width:33%;">个人支付金额:{{ info.new_order.psn_cash_pay}}元</div>
132
                                 <div style="width:33%;">个人支付金额:{{ info.new_order.psn_cash_pay}}元</div>
133
                                 <div style="width:33%;">个人账户金额:{{info.new_order.balc}}元</div>
133
                                 <div style="width:33%;">个人账户金额:{{info.new_order.balc}}元</div>
134
                             </div>
134
                             </div>
135
-                          <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">
136
-                            <div style="width:33%;">基金统筹支付金额:{{info.hifp_pay?info.hifp_pay:info.new_order.hifp_pay}}元</div>
137
-                          </div>
135
+<!--                          <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">-->
136
+<!--&lt;!&ndash;                            <div style="width:33%;">基金统筹支付金额:{{info.hifp_pay?info.hifp_pay:info.new_order.hifp_pay}}元</div>&ndash;&gt;-->
137
+<!--                          </div>-->
138
                         </td>
138
                         </td>
139
                         <td style="font-size:16px;">合计:{{info.new_order.medfee_sumamt}}元</td>
139
                         <td style="font-size:16px;">合计:{{info.new_order.medfee_sumamt}}元</td>
140
                     </tr>
140
                     </tr>