陈少旭 1 day ago
parent
commit
e372a34f34
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/xt_pages/hospitalStation/index.vue

+ 5 - 5
src/xt_pages/hospitalStation/index.vue View File

@@ -61,7 +61,7 @@
61 61
             </el-select>
62 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 65
             <el-select v-model="form.id_no_card" placeholder="请选择">
66 66
               <el-option
67 67
                 v-for="item in CardTypes"
@@ -810,10 +810,10 @@ export default {
810 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 818
       if (this.form.sick_type == '') {
819 819
         this.$message.error('大病类别不能为空')