陈少旭 6 天前
父节点
当前提交
e372a34f34
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/xt_pages/hospitalStation/index.vue

+ 5 - 5
src/xt_pages/hospitalStation/index.vue 查看文件

61
             </el-select>
61
             </el-select>
62
           </el-form-item>
62
           </el-form-item>
63
 
63
 
64
-          <el-form-item label="是否已经申请无卡(广州地区用):" prop="id_no_card" >
64
+          <el-form-item   label="是否无卡(广州地区用):" prop="id_no_card" >
65
             <el-select v-model="form.id_no_card" placeholder="请选择">
65
             <el-select v-model="form.id_no_card" placeholder="请选择">
66
               <el-option
66
               <el-option
67
                 v-for="item in CardTypes"
67
                 v-for="item in CardTypes"
810
         return
810
         return
811
       }
811
       }
812
 
812
 
813
-      if (this.form.insuplc_admdvs == '') {
814
-        this.$message.error('参保地不能为空')
815
-        return
816
-      }
813
+      // if (this.form.insuplc_admdvs == '') {
814
+      //   this.$message.error('参保地不能为空')
815
+      //   return
816
+      // }
817
 
817
 
818
       if (this.form.sick_type == '') {
818
       if (this.form.sick_type == '') {
819
         this.$message.error('大病类别不能为空')
819
         this.$message.error('大病类别不能为空')