|
|
|
|
@ -68,10 +68,10 @@
|
|
|
|
|
<template v-slot:contact_phone>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>委托人手机号:
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>委托人电话:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input v-model="form.contact_phone " clearable placeholder="请输入委托人手机号" style="width: 300px;"></el-input>
|
|
|
|
|
<el-input v-model="form.contact_phone " clearable placeholder="请输入委托人电话" style="width: 300px;"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
@ -502,8 +502,7 @@ export default {
|
|
|
|
|
{required: true, message: '请填写联系人姓名'}
|
|
|
|
|
],
|
|
|
|
|
contact_phone: [
|
|
|
|
|
{required: true, message: '请填写手机号'},
|
|
|
|
|
{pattern: /^[1][3-9][\d]{9}/, message: '手机号格式错误'}
|
|
|
|
|
{validator: validatePhone}
|
|
|
|
|
],
|
|
|
|
|
idcard_address: [
|
|
|
|
|
{required: true, message: '请填写户籍地址'},
|
|
|
|
|
|