浏览代码

合并带嘛

csx 3 年前
父节点
当前提交
3f7b699379
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      src/xt_pages/outpatientCharges/components/registerDialog.vue

+ 2 - 4
src/xt_pages/outpatientCharges/components/registerDialog.vue 查看文件

714
         this.form.p_type = 14
714
         this.form.p_type = 14
715
         this.form.sick_type = this.sick[0].id
715
         this.form.sick_type = this.sick[0].id
716
         this.form.diagnosis = this.diagnoses[0].id
716
         this.form.diagnosis = this.diagnoses[0].id
717
-        this.form.id_card_type = 1
717
+        this.form.id_card_type = 2
718
         this.form.certificates = 1
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
           this.form.id_card_type = 1
720
           this.form.id_card_type = 1
722
         }
721
         }
723
-
724
         if (departments.length > 0) {
722
         if (departments.length > 0) {
725
           this.form.department = departments[0].id
723
           this.form.department = departments[0].id
726
         }
724
         }