Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
9155182ec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -2001,7 +2001,7 @@
2001 2001
           }
2002 2002
 
2003 2003
           if (this.hisPatientInfo.id_card_type == 1) {
2004
-            if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id == 10088) {
2004
+            if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10088) {
2005 2005
               this.pwdFormVisible = true
2006 2006
               this.pwd = ''
2007 2007
             } else {