无等级网格版合并
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<input placeholder="请输入" type="idcard" v-model="form.idNumber" :maxlength="20"
|
||||
placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" :disabled="isEdit"/>
|
||||
placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" disabled/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -100,18 +100,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<div class="form-item__wrapper">
|
||||
<div class="left">
|
||||
<i>*</i>
|
||||
<span>共同生活家庭人口数</span>
|
||||
</div>
|
||||
<div class="right">
|
||||
<input placeholder="请输入" type="idcard" v-model="form.familyCount" :maxlength="20"
|
||||
placeholder-style="color: #999; font-size: 30rpx;" :disabled="isEdit"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="form-item">
|
||||
@@ -495,7 +483,6 @@ export default {
|
||||
foreignWorkers: '',
|
||||
foreignWorkersAddress: '',
|
||||
houseIdNumber: '',
|
||||
familyCount: '',
|
||||
},
|
||||
$areaId: '',
|
||||
girdInfo: {},
|
||||
@@ -620,9 +607,6 @@ export default {
|
||||
if (!this.form.idNumber) {
|
||||
return this.$u.toast('请输入身份证号')
|
||||
}
|
||||
if (!this.form.familyCount) {
|
||||
return this.$u.toast('请输入家庭人口数')
|
||||
}
|
||||
if (!this.form.phone) {
|
||||
return this.$u.toast('请输入联系方式')
|
||||
}
|
||||
@@ -739,14 +723,14 @@ export default {
|
||||
this.guaranteeCheckList[index].checked = true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
if(res.data.healthyStatusList) {
|
||||
res.data.healthyStatusList = res.data.healthyStatus.split(',')
|
||||
this.helthList.map(items => {
|
||||
items.checked = res.data.healthyStatusList.includes(items.dictValue)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
this.form = { ...this.form, ...res.data }
|
||||
|
||||
if (this.form.photo) {
|
||||
|
||||
Reference in New Issue
Block a user