Browse Source

合并带嘛

csx 2 years ago
parent
commit
3f7b699379
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/xt_pages/outpatientCharges/components/registerDialog.vue

+ 2 - 4
src/xt_pages/outpatientCharges/components/registerDialog.vue View File

@@ -714,13 +714,11 @@
714 714
         this.form.p_type = 14
715 715
         this.form.sick_type = this.sick[0].id
716 716
         this.form.diagnosis = this.diagnoses[0].id
717
-        this.form.id_card_type = 1
717
+        this.form.id_card_type = 2
718 718
         this.form.certificates = 1
719
-
720
-        if (this.$store.getters.xt_user.org_id == 10188  || this.$store.getters.xt_user.org_id == 10217){
719
+        if (this.$store.getters.xt_user.org_id == 10188  || this.$store.getters.xt_user.org_id == 10217 || this.$store.getters.xt_user.org_id == 10191){
721 720
           this.form.id_card_type = 1
722 721
         }
723
-
724 722
         if (departments.length > 0) {
725 723
           this.form.department = departments[0].id
726 724
         }