2 Commits 909cc358dc ... ccf08548b1

Author SHA1 Message Date
  陈少旭 ccf08548b1 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch 1 week ago
  陈少旭 336adcfcda 1111 1 week ago
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