个体招工添加联系人
This commit is contained in:
@@ -72,6 +72,18 @@
|
|||||||
border="none"></u--input>
|
border="none"></u--input>
|
||||||
<u-icon slot="right" name="arrow-right"></u-icon>
|
<u-icon slot="right" name="arrow-right"></u-icon>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
|
<u-form-item label="联系人" prop="callName" borderBottom labelWidth="80" ref="item1">
|
||||||
|
<u--input v-model="info.callName" border="none" placeholder="请输入联系人"></u--input>
|
||||||
|
</u-form-item>
|
||||||
|
<u-form-item label="手机号" prop="callTel" borderBottom labelWidth="80" ref="item1">
|
||||||
|
<u--input v-model="info.callTel" border="none" placeholder="请输入手机号"></u--input>
|
||||||
|
</u-form-item>
|
||||||
|
<u-form-item label="座机" prop="callNumber" borderBottom labelWidth="80" ref="item1">
|
||||||
|
<u--input v-model="info.callNumber" border="none" placeholder="请输入座机"></u--input>
|
||||||
|
</u-form-item>
|
||||||
|
<u-form-item label="详细地址" prop="address" borderBottom labelWidth="80" ref="item1">
|
||||||
|
<u--input v-model="info.address" border="none" placeholder="请输入详细地址"></u--input>
|
||||||
|
</u-form-item>
|
||||||
<map class="map" :latitude="latitude" :longitude="longitude" :markers="covers"></map>
|
<map class="map" :latitude="latitude" :longitude="longitude" :markers="covers"></map>
|
||||||
</u--form>
|
</u--form>
|
||||||
<u-button type="primary" text="提交" customStyle="margin-top: 50px" @click="submit"></u-button>
|
<u-button type="primary" text="提交" customStyle="margin-top: 50px" @click="submit"></u-button>
|
||||||
@@ -147,6 +159,10 @@
|
|||||||
education: '', // 学历要求
|
education: '', // 学历要求
|
||||||
educationLabel: '', // 学历要求前端显示
|
educationLabel: '', // 学历要求前端显示
|
||||||
experienceDesc: '', // 经验要求
|
experienceDesc: '', // 经验要求
|
||||||
|
callName: '', // 联系人
|
||||||
|
callTel: '', // 手机号
|
||||||
|
callNumber: '', // 座机
|
||||||
|
address: '', // 公司详细地址
|
||||||
// userInfo: {
|
// userInfo: {
|
||||||
// name: '楼兰',
|
// name: '楼兰',
|
||||||
// sex: '',
|
// sex: '',
|
||||||
@@ -396,7 +412,11 @@
|
|||||||
'ageDesc',
|
'ageDesc',
|
||||||
'education',
|
'education',
|
||||||
'educationLabel',
|
'educationLabel',
|
||||||
'experienceDesc'
|
'experienceDesc',
|
||||||
|
'callName',
|
||||||
|
'callTel',
|
||||||
|
'callNumber',
|
||||||
|
'address'
|
||||||
]
|
]
|
||||||
this.$refs.form1.resetFields()
|
this.$refs.form1.resetFields()
|
||||||
this.$refs.form1.clearValidate()
|
this.$refs.form1.clearValidate()
|
||||||
|
|||||||
Reference in New Issue
Block a user