XMLWAN 2 vuotta sitten
vanhempi
commit
f298bc7a19

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Näytä tiedosto

2890
         }
2890
         }
2891
 
2891
 
2892
         if (this.hisPatientInfo.id_card_type == 1) {
2892
         if (this.hisPatientInfo.id_card_type == 1) {
2893
-          if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106 && this.$store.getters.xt_user.org_id != 10188 && this.$store.getters.xt_user.org_id != 10217) {
2893
+          if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106 && this.$store.getters.xt_user.org_id != 10188 && this.$store.getters.xt_user.org_id != 10217 && this.$store.getters.xt_user.org_id != 10191) {
2894
             this.pwdFormVisible = true
2894
             this.pwdFormVisible = true
2895
             this.pwd = ''
2895
             this.pwd = ''
2896
           } else {
2896
           } else {