陈少旭 2 周前
父节点
当前提交
336adcfcda
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/xt_pages/outpatientCharges/summary.vue

+ 4 - 4
src/xt_pages/outpatientCharges/summary.vue 查看文件

3452
             }
3452
             }
3453
 
3453
 
3454
             if (order.his_patient != null) {
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