Browse Source

宅基地调查

wulanhaote
yujk 3 years ago
parent
commit
26465a661c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/homesteadSurvey/add.vue

+ 2
- 2
src/views/homesteadSurvey/add.vue View File

@@ -1117,7 +1117,7 @@
label="户主证件号码"
placeholder="户主证件号码"
required
:rules="[{ required: true, message: '户主证件号码不能为空' },,{validator:validatorIdcard1,message:'身份证号格式错误!'}]"
:rules="[{ required: true, message: '户主证件号码不能为空' },{validator:validatorIdcard1,message:'身份证号格式错误!'}]"
/>
<van-field
autocomplete="off"
@@ -3367,7 +3367,7 @@
}
},
validatorIdcard1(val){
if(this.nhform.hzzljx=='01'){
if(this.nhform.hzzjlx=='01'){
if(this.vcheckID(val)){
return true
}else {


Loading…
Cancel
Save