2 Révisions 909cc358dc ... ccf08548b1

Auteur 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 il y a 1 semaine
  陈少旭 336adcfcda 1111 il y a 1 semaine
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/xt_pages/outpatientCharges/summary.vue

+ 4 - 4
src/xt_pages/outpatientCharges/summary.vue Voir le fichier

@@ -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