2 Commits 909cc358dc ... ccf08548b1

Autor SHA1 Nachricht Datum
  陈少旭 ccf08548b1 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch vor 1 Woche
  陈少旭 336adcfcda 1111 vor 1 Woche
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/xt_pages/outpatientCharges/summary.vue

+ 4 - 4
src/xt_pages/outpatientCharges/summary.vue Datei anzeigen

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