陈少旭 1 week ago
parent
commit
336adcfcda
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientCharges/summary.vue

+ 4 - 4
src/xt_pages/outpatientCharges/summary.vue View File

@@ -3452,12 +3452,12 @@ export default {
3452 3452
             }
3453 3453
 
3454 3454
             if (order.his_patient != null) {
3455
-              if (order.his_patient.balance_accounts_type == 2) {
3456
-                balance_accounts = '自费'
3455
+              if (order.is_medicine_insurance == 1) {
3456
+                balance_accounts = '医保'
3457 3457
               }
3458 3458
 
3459
-              if (order.his_patient.balance_accounts_type == 1) {
3460
-                balance_accounts = '医保'
3459
+              if (order.is_medicine_insurance != 1) {
3460
+                balance_accounts = '自费'
3461 3461
               }
3462 3462
             }
3463 3463