|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="content">
|
|
<view class="content">
|
|
- <view class="" v-if="state == 0 || state == 1">
|
|
|
|
- <view class="top hflex acenter" v-if="state == 1">
|
|
|
|
|
|
+ <view class="" v-if="state == 0 || state == 2">
|
|
|
|
+ <view class="top hflex acenter" v-if="state == 2">
|
|
<image src="/static/images/comment/person.png" class="top_img"></image>
|
|
<image src="/static/images/comment/person.png" class="top_img"></image>
|
|
<view class="top_text">你已成功加入人才库</view>
|
|
<view class="top_text">你已成功加入人才库</view>
|
|
</view>
|
|
</view>
|
|
@@ -14,13 +14,13 @@
|
|
<picker @change="bindSexChange" :value="index" :range="sexList">
|
|
<picker @change="bindSexChange" :value="index" :range="sexList">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="left">性别</view>
|
|
<view class="left">性别</view>
|
|
- <u-input border="none" v-model="sexList[userInfo.sex]" placeholder="请选择您的性别" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
|
|
|
|
+ <u-input border="none" v-model="userInfo.sex" placeholder="请选择您的性别" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
<picker @change="bindAgeChange" :value="index" :range="ageList">
|
|
<picker @change="bindAgeChange" :value="index" :range="ageList">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="left">年龄</view>
|
|
<view class="left">年龄</view>
|
|
- <u-input border="none" v-model="ageList[userInfo.age]" placeholder="请选择您的年龄" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
|
|
|
|
+ <u-input border="none" v-model="userInfo.age" placeholder="请选择您的年龄" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
@@ -43,12 +43,12 @@
|
|
</picker>
|
|
</picker>
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="left">详细地址</view>
|
|
<view class="left">详细地址</view>
|
|
- <u-input v-model="address" placeholder="街道,楼牌号等" inputAlign="right" border="none"></u-input>
|
|
|
|
|
|
+ <u-input v-model="userInfo.address" placeholder="街道,楼牌号等" inputAlign="right" border="none"></u-input>
|
|
</view>
|
|
</view>
|
|
<picker @change="bindEduChange" :value="index" :range="educationList">
|
|
<picker @change="bindEduChange" :value="index" :range="educationList">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="left">学历</view>
|
|
<view class="left">学历</view>
|
|
- <u-input border="none" v-model="educationList[userInfo.education]" placeholder="请选择您的学历" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
|
|
|
|
+ <u-input border="none" v-model="userInfo.education" placeholder="请选择您的学历" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
@@ -59,10 +59,10 @@
|
|
<view class="left">技能</view>
|
|
<view class="left">技能</view>
|
|
<u-input v-model="userInfo.skill" placeholder="请输入您的技能描述" inputAlign="right" border="none"></u-input>
|
|
<u-input v-model="userInfo.skill" placeholder="请输入您的技能描述" inputAlign="right" border="none"></u-input>
|
|
</view>
|
|
</view>
|
|
- <picker @change="bindTitleChange" :value="index" :range="titleList">
|
|
|
|
|
|
+ <picker @change="bindTitleChange" :value="index" :range="titleList" range-key="name">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="hflex acenter jbetween cell">
|
|
<view class="left">职称选择</view>
|
|
<view class="left">职称选择</view>
|
|
- <u-input border="none" v-model="titleList[userInfo.title]" placeholder="请选择您的职称" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
|
|
|
|
+ <u-input border="none" v-model="userInfo.title" placeholder="请选择您的职称" suffixIcon="arrow-right" suffixIconStyle="color: #b7b7b7" inputAlign="right"></u-input>
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
@@ -86,7 +86,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="box1 vflex acenter" v-if="state == 2">
|
|
|
|
|
|
+ <view class="box1 vflex acenter" v-if="state == 1">
|
|
<image src="/static/images/comment/wait.png" class="box1_img"></image>
|
|
<image src="/static/images/comment/wait.png" class="box1_img"></image>
|
|
<view class="box1_title">审核中</view>
|
|
<view class="box1_title">审核中</view>
|
|
<view class="box1_subTitle">预计审核时间3个工作日</view>
|
|
<view class="box1_subTitle">预计审核时间3个工作日</view>
|
|
@@ -117,47 +117,106 @@
|
|
phone: '', //电话
|
|
phone: '', //电话
|
|
email: '', //邮箱
|
|
email: '', //邮箱
|
|
region: '', //所在地区
|
|
region: '', //所在地区
|
|
|
|
+ province: '',
|
|
|
|
+ city:'',
|
|
|
|
+ area: '',
|
|
address: '', //详细地址
|
|
address: '', //详细地址
|
|
education: '', //学历
|
|
education: '', //学历
|
|
specialty: '', //特长
|
|
specialty: '', //特长
|
|
skill: '', //技能
|
|
skill: '', //技能
|
|
title: '', //职称
|
|
title: '', //职称
|
|
|
|
+ title_id: '',
|
|
work: '', //工作经历
|
|
work: '', //工作经历
|
|
imgList: [], //资质证明
|
|
imgList: [], //资质证明
|
|
train: '', //培训经历
|
|
train: '', //培训经历
|
|
},
|
|
},
|
|
sexList: ['男','女'],
|
|
sexList: ['男','女'],
|
|
- ageList: ['18','19','20','21','22','23','24','25','26','27','28','29','30','31','32','33','34','35','36','37','38','39','40','41','42','43','44','45','46','47','48','49','50'],
|
|
|
|
|
|
+ ageList: [],
|
|
educationList: ['初中','高中','专科','本科','研究生','博士'],
|
|
educationList: ['初中','高中','专科','本科','研究生','博士'],
|
|
- titleList: ['初级','中级','高级','特级'],
|
|
|
|
- state: 3, //0 未加入,1 已加入,2 审核中, 3审核失败
|
|
|
|
|
|
+ titleList: [],
|
|
|
|
+ state: 0, //0 未加入,1 待审核,2 审核成功, 3审核失败
|
|
reason: '资料填写不完整', //驳回原因
|
|
reason: '资料填写不完整', //驳回原因
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
that = this
|
|
that = this
|
|
|
|
+ that.getPrepage()
|
|
|
|
+ that.getzclist()
|
|
|
|
+ that.getageList()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ getPrepage() {
|
|
|
|
+ var pages = getCurrentPages()
|
|
|
|
+ var prePage = pages[pages.length - 2]
|
|
|
|
+ var pooltalent = prePage.$vm.user.pooltalent
|
|
|
|
+ if(pooltalent) {
|
|
|
|
+ that.userInfo = {
|
|
|
|
+ name: pooltalent.name, //姓名
|
|
|
|
+ sex: pooltalent.sex, //性别
|
|
|
|
+ age: pooltalent.age, //年龄
|
|
|
|
+ place: pooltalent.jg, //籍贯
|
|
|
|
+ phone: pooltalent.phone, //电话
|
|
|
|
+ email: pooltalent.email, //邮箱
|
|
|
|
+ region: pooltalent.province + pooltalent.city + pooltalent.area, //所在地区
|
|
|
|
+ province: pooltalent.province,
|
|
|
|
+ city:pooltalent.city,
|
|
|
|
+ area: pooltalent.area,
|
|
|
|
+ address: pooltalent.address, //详细地址
|
|
|
|
+ education: pooltalent.xl, //学历
|
|
|
|
+ specialty: pooltalent.tc, //特长
|
|
|
|
+ skill: pooltalent.jn, //技能
|
|
|
|
+ title: pooltalent.zc.name, //职称
|
|
|
|
+ title_id: pooltalent.zc.id,
|
|
|
|
+ work: pooltalent.gzll, //工作经历
|
|
|
|
+ train: pooltalent.pxjl,
|
|
|
|
+ id: pooltalent.id
|
|
|
|
+ }
|
|
|
|
+ that.userInfo.imgList = pooltalent.zz_imgs.split(',')
|
|
|
|
+ that.state = pooltalent.audit
|
|
|
|
+ that.reason = pooltalent.why
|
|
|
|
+ }
|
|
|
|
+ console.log(that.userInfo);
|
|
|
|
+ },
|
|
|
|
+ getzclist() {
|
|
|
|
+ $api.req({
|
|
|
|
+ url: '/data/api.auth.Center/zclist',
|
|
|
|
+ method: 'POST',
|
|
|
|
+ }, function(res) {
|
|
|
|
+ if(res.code == 1) {
|
|
|
|
+ that.titleList = res.data
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ getageList() {
|
|
|
|
+ for(var i=18;i<=60;i++) {
|
|
|
|
+ that.ageList.push(i)
|
|
|
|
+ }
|
|
|
|
+ console.log(that.ageList);
|
|
|
|
+ },
|
|
// 选择性别
|
|
// 选择性别
|
|
bindSexChange(e) {
|
|
bindSexChange(e) {
|
|
- that.userInfo.sex = e.detail.value
|
|
|
|
|
|
+ that.userInfo.sex = that.sexList[e.detail.value]
|
|
},
|
|
},
|
|
// 选择年龄
|
|
// 选择年龄
|
|
bindAgeChange(e) {
|
|
bindAgeChange(e) {
|
|
- that.userInfo.age = e.detail.value
|
|
|
|
|
|
+ that.userInfo.age = that.ageList[e.detail.value]
|
|
},
|
|
},
|
|
// 选择所在地区
|
|
// 选择所在地区
|
|
changeAddress(e) {
|
|
changeAddress(e) {
|
|
console.log(e);
|
|
console.log(e);
|
|
- that.userInfo.region = e.detail.value[0] + '-' + e.detail[1] + '-' + e.detail[2]
|
|
|
|
|
|
+ that.userInfo.region = e.detail.value[0] + '-' + e.detail.value[1] + '-' + e.detail.value[2]
|
|
|
|
+ that.userInfo.province = e.detail.value[0]
|
|
|
|
+ that.userInfo.city = e.detail.value[1]
|
|
|
|
+ that.userInfo.area = e.detail.value[2]
|
|
},
|
|
},
|
|
// 选择学历
|
|
// 选择学历
|
|
bindEduChange(e) {
|
|
bindEduChange(e) {
|
|
- that.userInfo.education = e.detail.value
|
|
|
|
|
|
+ that.userInfo.education = that.educationList[e.detail.value]
|
|
},
|
|
},
|
|
// 选择职称
|
|
// 选择职称
|
|
bindTitleChange(e) {
|
|
bindTitleChange(e) {
|
|
- that.userInfo.title = e.detail.value
|
|
|
|
|
|
+ that.userInfo.title = that.titleList[e.detail.value].name
|
|
|
|
+ that.userInfo.title_id = that.titleList[e.detail.value].id
|
|
},
|
|
},
|
|
// 删除图片
|
|
// 删除图片
|
|
deletePic(event) {
|
|
deletePic(event) {
|
|
@@ -167,21 +226,21 @@
|
|
async afterRead(event) {
|
|
async afterRead(event) {
|
|
// 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
|
|
// 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
|
|
let lists = [].concat(event.file)
|
|
let lists = [].concat(event.file)
|
|
- let imgListLen = this.userInfo.imgList.length
|
|
|
|
|
|
+ let imgListLen = that.userInfo.imgList.length
|
|
lists.map((item) => {
|
|
lists.map((item) => {
|
|
- this.userInfo.imgList.push({
|
|
|
|
|
|
+ that.userInfo.imgList.push({
|
|
...item,
|
|
...item,
|
|
status: 'uploading',
|
|
status: 'uploading',
|
|
message: '上传中'
|
|
message: '上传中'
|
|
})
|
|
})
|
|
})
|
|
})
|
|
for (let i = 0; i < lists.length; i++) {
|
|
for (let i = 0; i < lists.length; i++) {
|
|
- const result = await this.uploadFilePromise(lists[i].url)
|
|
|
|
- let item = this.userInfo.imgList[imgListLen]
|
|
|
|
- this.userInfo.imgList.splice(imgListLen, 1, Object.assign(item, {
|
|
|
|
|
|
+ const result = await that.uploadFilePromise(lists[i].url)
|
|
|
|
+ let item = that.userInfo.imgList[imgListLen]
|
|
|
|
+ that.userInfo.imgList.splice(imgListLen, 1, Object.assign(item, {
|
|
status: 'success',
|
|
status: 'success',
|
|
message: '',
|
|
message: '',
|
|
- url: result
|
|
|
|
|
|
+ url: result.url
|
|
}))
|
|
}))
|
|
imgListLen++
|
|
imgListLen++
|
|
}
|
|
}
|
|
@@ -190,15 +249,21 @@
|
|
uploadFilePromise(url) {
|
|
uploadFilePromise(url) {
|
|
return new Promise((resolve, reject) => {
|
|
return new Promise((resolve, reject) => {
|
|
let a = uni.uploadFile({
|
|
let a = uni.uploadFile({
|
|
- url: 'http://192.168.2.21:7001/upload', // 仅为示例,非真实的接口地址
|
|
|
|
|
|
+ url: $api.config.baseUrl + '/data/api.auth.Center/upload',
|
|
filePath: url,
|
|
filePath: url,
|
|
name: 'file',
|
|
name: 'file',
|
|
|
|
+ header: {
|
|
|
|
+ 'content-type': 'application/x-www-form-urlencoded',
|
|
|
|
+ 'api-token': uni.getStorageSync('token').token?uni.getStorageSync('token').token:'',
|
|
|
|
+ 'api-name': 'wxapp'
|
|
|
|
+ },
|
|
formData: {
|
|
formData: {
|
|
user: 'test'
|
|
user: 'test'
|
|
},
|
|
},
|
|
success: (res) => {
|
|
success: (res) => {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
- resolve(res.data.data)
|
|
|
|
|
|
+ var data = JSON.parse(res.data)
|
|
|
|
+ resolve(data.data)
|
|
}, 1000)
|
|
}, 1000)
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -215,8 +280,47 @@
|
|
// 提交
|
|
// 提交
|
|
submit() {
|
|
submit() {
|
|
var u = that.userInfo
|
|
var u = that.userInfo
|
|
|
|
+ var zz_imgs = ""
|
|
if ($api.formCheck(u.name,'truename') && $api.formCheck(u.sex,'required') && $api.formCheck(u.age,'required') && $api.formCheck(u.phone,'mobile') && $api.formCheck(u.email,'email')) {
|
|
if ($api.formCheck(u.name,'truename') && $api.formCheck(u.sex,'required') && $api.formCheck(u.age,'required') && $api.formCheck(u.phone,'mobile') && $api.formCheck(u.email,'email')) {
|
|
- $api.jump('/pages/tabbar/mine/mine',3)
|
|
|
|
|
|
+ if(u.imgList.length > 0) {
|
|
|
|
+ for(var i=0;i<u.imgList.length;i++) {
|
|
|
|
+ if(i == u.imgList.length - 1) {
|
|
|
|
+ zz_imgs += u.imgList[i].url
|
|
|
|
+ } else {
|
|
|
|
+ zz_imgs += u.imgList[i].url + ','
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ $api.req({
|
|
|
|
+ url: '/data/api.auth.Center/adduppooltalent',
|
|
|
|
+ method: 'POST',
|
|
|
|
+ data: {
|
|
|
|
+ id: u.id?u.id: '',
|
|
|
|
+ name: u.name,
|
|
|
|
+ sex: u.sex,
|
|
|
|
+ age: u.age,
|
|
|
|
+ jg: u.place,
|
|
|
|
+ phone: u.phone,
|
|
|
|
+ email: u.email,
|
|
|
|
+ province: u.province,
|
|
|
|
+ city: u.city,
|
|
|
|
+ area: u.area,
|
|
|
|
+ address: u.address,
|
|
|
|
+ xl: u.education,
|
|
|
|
+ tc: u.specialty,
|
|
|
|
+ jn: u.skill,
|
|
|
|
+ zc_id: u.title_id,
|
|
|
|
+ gzll: u.work,
|
|
|
|
+ zz_imgs: zz_imgs,
|
|
|
|
+ pxjl: u.train
|
|
|
|
+ }
|
|
|
|
+ }, function(res) {
|
|
|
|
+ if(res.code == 1) {
|
|
|
|
+ $api.info(res.info)
|
|
|
|
+ that.state = 2
|
|
|
|
+ // $api.jump('/pages/tabbar/mine/mine',3)
|
|
|
|
+ }
|
|
|
|
+ })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -267,7 +371,7 @@
|
|
}
|
|
}
|
|
.u-input {
|
|
.u-input {
|
|
width: 100%;
|
|
width: 100%;
|
|
- margin-top: 30rpx;
|
|
|
|
|
|
+ // margin-top: 30rpx;
|
|
}
|
|
}
|
|
.cell {
|
|
.cell {
|
|
width: 100%;
|
|
width: 100%;
|