|
@@ -3211,7 +3211,7 @@ export default {
|
3211
|
3211
|
}
|
3212
|
3212
|
|
3213
|
3213
|
if (this.hisPatientInfo.id_card_type == 1) {
|
3214
|
|
- 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 && this.$store.getters.xt_user.org_id != 10318 && this.$store.getters.xt_user.org_id != 10210) {
|
|
3214
|
+ if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10510 && 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 && this.$store.getters.xt_user.org_id != 10318 && this.$store.getters.xt_user.org_id != 10210) {
|
3215
|
3215
|
this.pwdFormVisible = true
|
3216
|
3216
|
this.pwd = ''
|
3217
|
3217
|
} else {
|