test_user před 2 roky
rodič
revize
8c07e0ca82

+ 1 - 1
src/xt_pages/outpatientCharges/components/chargeDialog.vue Zobrazit soubor

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

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -1265,9 +1265,9 @@ export default {
1265 1265
               } else {
1266 1266
                 that.pwdFormVisible = false
1267 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 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 Zobrazit soubor

@@ -127,7 +127,8 @@
127 127
                 <td colspan="7">
128 128
                   <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
129 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 132
                     <div style="width:33%;">个人账户支付金额:{{infos.order.acct_pay?infos.order.acct_pay:""}}元</div>
132 133
 
133 134
                   </div>
@@ -136,9 +137,9 @@
136 137
                     <div style="width:33%;">个人支付金额:{{ infos.order.psn_cash_pay}}元</div>
137 138
                     <div style="width:33%;">个人账户金额:{{infos.order.balc}}元</div>
138 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 143
                 </td>
143 144
                 <td style="font-size:16px;">合计:{{infos.order.medfee_sumamt}}元</td>
144 145
               </tr>

+ 4 - 4
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue Zobrazit soubor

@@ -123,7 +123,7 @@
123 123
                         <td colspan="7">
124 124
                             <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
125 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 127
                                 <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:info.new_order.acct_pay}}元</div>
128 128
 
129 129
                             </div>
@@ -132,9 +132,9 @@
132 132
                                 <div style="width:33%;">个人支付金额:{{ info.new_order.psn_cash_pay}}元</div>
133 133
                                 <div style="width:33%;">个人账户金额:{{info.new_order.balc}}元</div>
134 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 138
                         </td>
139 139
                         <td style="font-size:16px;">合计:{{info.new_order.medfee_sumamt}}元</td>
140 140
                     </tr>