陈少旭 2 weeks ago
parent
commit
34a272fcc2

+ 1 - 0
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -3761,6 +3761,7 @@ export default {
3761 3761
         this.newLoading = true
3762 3762
         var that = this
3763 3763
         let form = {}
3764
+        form['acct_used_flag'] = this.form.acct_used_flag
3764 3765
         form['id'] = this.patientInfo.id
3765 3766
         form['his_patient_id'] = this.hisPatientInfo.id
3766 3767
         form['record_time'] = this.record_date

+ 5 - 0
src/xt_pages/outpatientCharges/statementTemplate/printOne.vue View File

@@ -301,6 +301,11 @@
301 301
         <td colspan="3" style="text-align:left;padding-left:10px;">个人账户支付</td>
302 302
         <td colspan="3">{{info.acct_pay}}</td>
303 303
       </tr>
304
+      <tr>
305
+        <td colspan="3" style="text-align:left;padding-left:10px;">个人共济支付</td>
306
+        <td colspan="3">{{info.acct_mulaid_pay}}</td>
307
+
308
+      </tr>
304 309
       <tr>
305 310
         <td>收款人:</td>
306 311
         <td colspan="2">{{info.charge_admin.user_name}}</td>