|
@@ -140,7 +140,7 @@ |
|
|
:on-remote-response="'data'" |
|
|
:on-remote-response="'data'" |
|
|
/> |
|
|
/> |
|
|
<van-field required v-model="item.sfzh" label="身份证号" placeholder="身份证号" input-align="right" :rules="[{pattern: /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/}]" @input="updateMemberInfo(index)"/> |
|
|
<van-field required v-model="item.sfzh" label="身份证号" placeholder="身份证号" input-align="right" :rules="[{pattern: /^[1-9]\d{5}(18|19|20|(3\d))\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/}]" @input="updateMemberInfo(index)"/> |
|
|
<van-field required v-model="applicationDetail.sqhhzhkszd" label="户口所在地" placeholder="户口所在地" input-align="right" :rules="[{ required: true }]"/> |
|
|
|
|
|
|
|
|
<van-field required v-model="item.hkszd" label="户口所在地" placeholder="户口所在地" input-align="right" :rules="[{ required: true }]"/> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</van-tab> |
|
|
</van-tab> |
|
@@ -2090,7 +2090,6 @@ export default { |
|
|
}else{ |
|
|
}else{ |
|
|
this.sysFarmer = JSON.parse(Cookies.get('user')); |
|
|
this.sysFarmer = JSON.parse(Cookies.get('user')); |
|
|
} |
|
|
} |
|
|
console.info( this.sysFarmer); |
|
|
|
|
|
this.getFormIntent(); |
|
|
this.getFormIntent(); |
|
|
this.getDetail(); |
|
|
this.getDetail(); |
|
|
// this.getLandCoord(); |
|
|
// this.getLandCoord(); |
|
@@ -4226,6 +4225,7 @@ export default { |
|
|
for(let i in this.applicationDetail.sqrjtcyList) |
|
|
for(let i in this.applicationDetail.sqrjtcyList) |
|
|
{ |
|
|
{ |
|
|
let v = this.applicationDetail.sqrjtcyList[i]; |
|
|
let v = this.applicationDetail.sqrjtcyList[i]; |
|
|
|
|
|
console.info(v); |
|
|
if (this.checkString(v.xm)) { |
|
|
if (this.checkString(v.xm)) { |
|
|
return "成员姓名不能为空"; |
|
|
return "成员姓名不能为空"; |
|
|
} |
|
|
} |
|
|