|
@@ -220,6 +220,15 @@
|
|
|
:disabled="disabled"
|
|
|
/>
|
|
|
</div>
|
|
|
+ <!-- <ws-form-item label="村委会电话" span="1" prop="villageCommitteePhone">
|
|
|
+ <ws-input
|
|
|
+ v-model="customerList.villageCommitteePhone"
|
|
|
+ placeholder="村委会电话"
|
|
|
+ maxlength="100"
|
|
|
+ size="small"
|
|
|
+ :disabled="disabled"
|
|
|
+ />
|
|
|
+ </ws-form-item> -->
|
|
|
</ws-info-table>
|
|
|
<div class="but">
|
|
|
<el-button
|
|
@@ -591,6 +600,13 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
+ // if (!this.customerList.villageCommitteePhone) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '请输入村委会电话',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
// 验证码校验
|
|
|
GetCustomerCodeJY({
|
|
|
phone: this.customerList.customerPhone,
|