瀏覽代碼

合并带嘛

csx 2 年之前
父節點
當前提交
3f7b699379
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      src/xt_pages/outpatientCharges/components/registerDialog.vue

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

@@ -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
         }