|
@@ -1,4 +1,4 @@
|
|
|
-<template>
|
|
|
+1<template>
|
|
|
<view class="content vflex jbetween">
|
|
|
<view >
|
|
|
<view class="box" v-show="index == '1'">
|
|
@@ -23,7 +23,7 @@
|
|
|
<view @click="open('birthday')">
|
|
|
<u-input v-model="base_info.date_birth" disabled disabledColor="#fff" border="none" placeholder="请选择你的出生年月" suffixIcon="arrow-right"></u-input>
|
|
|
</view>
|
|
|
- <u-datetime-picker :minDate="minDate" title="生日" :show="birthday_show" v-model="newDate" ref="datetimePicker" @confirm="confirmAge" @cancel="cancel" :formatter="formatter" mode="date"></u-datetime-picker>
|
|
|
+ <u-datetime-picker :minDate="minDate" :maxDate="maxDate" title="生日" :show="birthday_show" v-model="newDate" ref="datetimePicker" @confirm="confirmAge" @cancel="cancel" :formatter="formatter" mode="date"></u-datetime-picker>
|
|
|
</view>
|
|
|
<view class="cell">
|
|
|
<view class="label">学历</view>
|
|
@@ -91,28 +91,28 @@
|
|
|
<view @click="open('time1')">
|
|
|
<u-input v-model="experience.content.on_job_start" disabled disabledColor="#fff" border="none" placeholder="入职时间"></u-input>
|
|
|
</view>
|
|
|
- <u-datetime-picker :minDate="minDate" title="入职时间" :show="show_time1" v-model="newDate" ref="datetimePicker" @confirm="confirmTime1" @cancel="cancel" :formatter="formatter" mode="year-month"></u-datetime-picker>
|
|
|
+ <u-datetime-picker :minDate="minDate" :maxDate="maxDate2" title="入职时间" :show="show_time1" v-model="newDate" ref="datetimePicker" @confirm="confirmTime1" @cancel="cancel" :formatter="formatter" mode="year-month"></u-datetime-picker>
|
|
|
<view style="margin: 0 20rpx;">-</view>
|
|
|
<view @click="open('time2')">
|
|
|
<u-input v-model="experience.content.on_job_end" disabled disabledColor="#fff" border="none" placeholder="离职时间"></u-input>
|
|
|
</view>
|
|
|
- <u-datetime-picker :minDate="minDate" title="离职时间" :show="show_time2" v-model="newDate" ref="datetimePicker" @confirm="confirmTime2" @cancel="cancel" :formatter="formatter" mode="year-month"></u-datetime-picker>
|
|
|
+ <u-datetime-picker :maxDate="maxDate2" title="离职时间" :show="show_time2" v-model="newDate" ref="datetimePicker" @confirm="confirmTime2" @cancel="cancel" :formatter="formatter" mode="year-month"></u-datetime-picker>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="cell">
|
|
|
<view class="label">工作内容</view>
|
|
|
- <u-input v-model="experience.content.job_description" border="none" placeholder="请详细描述你在公司的主要工作内容以及…" suffixIcon="arrow-right"></u-input>
|
|
|
+ <u-input v-model="experience.content.job_description" border="none" placeholder="请详细描述你在公司的主要工作内容以及…"></u-input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box" v-if="index == '4'">
|
|
|
<view class="cell">
|
|
|
<view class="label">技能名称</view>
|
|
|
- <u-input v-model="skills.skills_name" border="none" placeholder="掌握的技能名称"></u-input>
|
|
|
+ <u-input v-model="skills.skill_name" border="none" placeholder="掌握的技能名称"></u-input>
|
|
|
</view>
|
|
|
<view class="cell">
|
|
|
<view class="label">掌握程度</view>
|
|
|
- <view @click="open('skills_degree')">
|
|
|
- <u-input v-model="skills.skills_degree" disabled disabledColor="#fff" border="none" placeholder="如:精通" suffixIcon="arrow-right"></u-input>
|
|
|
+ <view @click="open('degree')">
|
|
|
+ <u-input v-model="skills.degree" disabled disabledColor="#fff" border="none" placeholder="如:精通" suffixIcon="arrow-right"></u-input>
|
|
|
</view>
|
|
|
<u-picker :show="degree_show" title="掌握程度" ref="uPicker" :columns="degreeList" @confirm="confirmSkill" @cancel="cancel"></u-picker>
|
|
|
</view>
|
|
@@ -124,10 +124,10 @@
|
|
|
</view>
|
|
|
<view class="cell">
|
|
|
<view class="label">获得时间</view>
|
|
|
- <view @click="open('certificate_date')">
|
|
|
- <u-input v-model="certificate.certificate_date" disabled disabledColor="#fff" border="none" placeholder="年/月" suffixIcon="arrow-right"></u-input>
|
|
|
+ <view @click="open('gain_time')">
|
|
|
+ <u-input v-model="certificate.gain_time" disabled disabledColor="#fff" border="none" placeholder="年/月" suffixIcon="arrow-right"></u-input>
|
|
|
</view>
|
|
|
- <u-datetime-picker :minDate="minDate" title="获得时间" :show="certificate_show" v-model="newDate" ref="datetimePicker" @confirm="confirmDate" @cancel="cancel" :formatter="formatter" mode="year-month"></u-datetime-picker>
|
|
|
+ <u-datetime-picker :minDate="minDate" :maxDate="maxDate2" title="获得时间" :show="certificate_show" v-model="newDate" ref="datetimePicker" @confirm="confirmDate" @cancel="cancel" :formatter="formatter" mode="year-month"></u-datetime-picker>
|
|
|
</view>
|
|
|
<view class="cell">
|
|
|
<view class="hflex acenter">
|
|
@@ -137,15 +137,21 @@
|
|
|
<view class="label2">只能上传一张</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <u-upload :fileList="certificate.certificate_img" @afterRead="afterRead" @delete="deletePic" :maxCount="1" name="1" multiple :previewFullImage="true" width="100" height="100">
|
|
|
- <image src="https://ship-expert.zhousi.hdlkeji.com/common/upload.png" style="width: 200rpx;height: 200rpx;"></image>
|
|
|
+ <u-upload :fileList="certificate.img" @afterRead="afterRead" @delete="deletePic" :maxCount="1" name="1" :previewFullImage="true" width="100" height="100">
|
|
|
+ <!-- <image src="https://ship.shipcc.cn/common/upload.png" style="width: 200rpx;height: 200rpx;"></image> -->
|
|
|
+ <view class="vflex acenter jcenter upload_bg" style="background: #F4F4F4;border-radius: 16rpx;width: 200rpx;height: 200rpx;">
|
|
|
+ <u-icon name="plus" color="#ADADAD" size="32"></u-icon>
|
|
|
+ <view class="" style="font-size: 26rpx;padding-top: 8px;color: #ADADAD;">
|
|
|
+ 上传图片
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</u-upload>
|
|
|
- <!-- <view class="upload vflex acenter jcenter" @click="uploadImg" v-if="certificate.certificate_img == ''">
|
|
|
+ <!-- <view class="upload vflex acenter jcenter" @click="uploadImg" v-if="certificate.img == ''">
|
|
|
<u-icon name="plus" color="#CACACA" size="25"></u-icon>
|
|
|
<view class="text_style1">添加图片</view>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
- <image :src="certificate.certificate_img" mode="aspectFill" class="upload"></image>
|
|
|
+ <image :src="certificate.img" mode="aspectFill" class="upload"></image>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
@@ -191,10 +197,7 @@
|
|
|
work_time: '',
|
|
|
work_nature: '',
|
|
|
},
|
|
|
- salaryList: [
|
|
|
- ['1k','2k','3k','4k','5k','6k','7k','8k'],
|
|
|
- ['3k','4k','5k','6k','7k','8k','9k','10k']
|
|
|
- ],
|
|
|
+ salaryList: [],
|
|
|
natureList: [
|
|
|
['兼职','全职']
|
|
|
],
|
|
@@ -210,12 +213,12 @@
|
|
|
},
|
|
|
certificate: {
|
|
|
certificate_name: '',
|
|
|
- certificate_date: '',
|
|
|
- certificate_img: [],
|
|
|
+ gain_time: '',
|
|
|
+ img: [],
|
|
|
},
|
|
|
skills: {
|
|
|
- skills_name: '',
|
|
|
- skills_degree:'',
|
|
|
+ skill_name: '',
|
|
|
+ degree:'',
|
|
|
},
|
|
|
degreeList: [
|
|
|
['熟悉','掌握','精通']
|
|
@@ -230,7 +233,9 @@
|
|
|
education_show: false,
|
|
|
certificate_show: false,
|
|
|
newDate: Number(new Date()),
|
|
|
- minDate: new Date('1980-01-01'),
|
|
|
+ minDate: 0,
|
|
|
+ maxDate: 0,
|
|
|
+ maxDate2: 0,
|
|
|
id: ''
|
|
|
}
|
|
|
},
|
|
@@ -239,16 +244,35 @@
|
|
|
if(options.id) {
|
|
|
that.id = options.id
|
|
|
}
|
|
|
- console.log(that.id);
|
|
|
that.index = options.index
|
|
|
+ let date = new Date().getTime()
|
|
|
+ that.getTime()
|
|
|
that.isInfo(options.index)
|
|
|
that.getData()
|
|
|
+ that.getsalary()
|
|
|
},
|
|
|
onReady() {
|
|
|
// 微信小程序需要用此写法
|
|
|
this.$refs.datetimePicker.setFormatter(this.formatter)
|
|
|
},
|
|
|
methods: {
|
|
|
+ getsalary() {
|
|
|
+ var list1 = []
|
|
|
+ for(var i = 1;i<= 100 ;i++) {
|
|
|
+ list1.push(i+'k')
|
|
|
+ }
|
|
|
+ that.salaryList.push(list1)
|
|
|
+ that.salaryList.push(list1)
|
|
|
+ },
|
|
|
+ getTime() {
|
|
|
+ let date = new Date()
|
|
|
+ let year = date.getFullYear()
|
|
|
+ let month = date.getMonth() + 1;
|
|
|
+ let day = date.getDate();
|
|
|
+ that.maxDate = (new Date((year-18) + '-' + month + '-' + day) ).getTime()
|
|
|
+ that.minDate = (new Date((year-65) + '-' + month + '-' + day) ).getTime()
|
|
|
+ that.maxDate2 = new Date().getTime()
|
|
|
+ },
|
|
|
// 判断要修改的信息
|
|
|
isInfo(index) {
|
|
|
var text = ''
|
|
@@ -285,11 +309,32 @@
|
|
|
for(var i=0;i<experienceList.length;i++) {
|
|
|
if(that.id == experienceList[i].id) {
|
|
|
that.experience =experienceList[i]
|
|
|
+ console.log(that.experience);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ var skillsList = prePage.$vm.skills
|
|
|
+ for(var i=0;i<skillsList.length;i++) {
|
|
|
+ if(that.id == skillsList[i].id) {
|
|
|
+ that.skills =skillsList[i].content
|
|
|
+ console.log(that.skills);
|
|
|
}
|
|
|
}
|
|
|
- console.log(that.experience);
|
|
|
- var skills = prePage.$vm.skills
|
|
|
- var certificate = prePage.$vm.certificate
|
|
|
+ var img = ''
|
|
|
+ var certificateList = prePage.$vm.certificate
|
|
|
+ for(var i=0;i<certificateList.length;i++) {
|
|
|
+ if(that.id == certificateList[i].id) {
|
|
|
+ that.certificate = certificateList[i].content
|
|
|
+ img = certificateList[i].content.img
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if(that.certificate.img) {
|
|
|
+ that.certificate.img = []
|
|
|
+ that.certificate.img.push({
|
|
|
+ url: img
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ that.certificate.img = []
|
|
|
+ }
|
|
|
},
|
|
|
// 保存
|
|
|
save() {
|
|
@@ -324,27 +369,48 @@
|
|
|
}
|
|
|
}
|
|
|
if(that.index == '2') {
|
|
|
- if($api.formCheck(that.job_inte.post,"required") && $api.formCheck(that.job_inte.work_address,"required") && $api.formCheck(that.job_inte.salary,"required")
|
|
|
- && $api.formCheck(that.job_inte.work_time,"required") && $api.formCheck(that.job_inte.work_nature,"required")) {
|
|
|
- $api.req({
|
|
|
- url: '/data/api.auth.DemandLabor/applyjob',
|
|
|
- method: 'POST',
|
|
|
- data: {
|
|
|
- type: that.index,
|
|
|
- job_application: that.job_inte.post,
|
|
|
- scope_work_area: that.job_inte.work_address,
|
|
|
- monthly_salary: that.job_inte.salary,
|
|
|
- working_time: that.job_inte.work_time,
|
|
|
- work_nature: that.job_inte.work_nature,
|
|
|
- }
|
|
|
- }, function(res) {
|
|
|
- uni.hideLoading()
|
|
|
- if(res.code == 1) {
|
|
|
- $api.info(res.info)
|
|
|
- $api.jump(-1)
|
|
|
- }
|
|
|
- })
|
|
|
+ if(!that.job_inte.post) {
|
|
|
+ $api.info('请填写你应聘的岗位')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if(!that.job_inte.work_address) {
|
|
|
+ $api.info('请填写工作范围')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if(!that.job_inte.salary) {
|
|
|
+ $api.info('请选择期望薪资')
|
|
|
+ return
|
|
|
}
|
|
|
+ if(!that.job_inte.work_time) {
|
|
|
+ $api.info('请输入工作时间')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if(!that.job_inte.work_nature) {
|
|
|
+ $api.info('请选择用工性质')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.DemandLabor/applyjob',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ type: that.index,
|
|
|
+ job_application: that.job_inte.post,
|
|
|
+ scope_work_area: that.job_inte.work_address,
|
|
|
+ monthly_salary: that.job_inte.salary,
|
|
|
+ working_time: that.job_inte.work_time,
|
|
|
+ work_nature: that.job_inte.work_nature,
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ uni.hideLoading()
|
|
|
+ if(res.code == 1) {
|
|
|
+ $api.info(res.info)
|
|
|
+ $api.jump(-1)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ /* if($api.formCheck(that.job_inte.post,"required") && $api.formCheck(that.job_inte.work_address,"required") && $api.formCheck(that.job_inte.salary,"required")
|
|
|
+ && $api.formCheck(that.job_inte.work_time,"required") && $api.formCheck(that.job_inte.work_nature,"required")) {
|
|
|
+
|
|
|
+ } */
|
|
|
}
|
|
|
if(that.index == '3') {
|
|
|
if($api.formCheck(that.experience.content.company_name,"required") && $api.formCheck(that.experience.content.position_name,"required") && $api.formCheck(that.experience.content.on_job_start,"required")
|
|
@@ -376,10 +442,10 @@
|
|
|
}
|
|
|
}
|
|
|
if(that.index == '4') {
|
|
|
- if($api.formCheck(that.skills.skills_name,"required") && $api.formCheck(that.skills.skills_degree,"required")) {
|
|
|
+ if($api.formCheck(that.skills.skill_name,"required") && $api.formCheck(that.skills.degree,"required")) {
|
|
|
var professional_skills = {
|
|
|
- skill_name: that.skills.skills_name,
|
|
|
- degree: that.skills.skills_degree
|
|
|
+ skill_name: that.skills.skill_name,
|
|
|
+ degree: that.skills.degree
|
|
|
}
|
|
|
professional_skills = JSON.stringify(professional_skills)
|
|
|
$api.req({
|
|
@@ -400,29 +466,27 @@
|
|
|
}
|
|
|
}
|
|
|
if(that.index == '5') {
|
|
|
- if($api.formCheck(that.certificate.certificate_name,"required") && $api.formCheck(that.certificate.certificate_date,"required")) {
|
|
|
- var certificate = {
|
|
|
- certificate_name: that.certificate.certificate_name,
|
|
|
- gain_time: that.certificate.certificate_date,
|
|
|
- img: that.certificate.certificate_img[0].url
|
|
|
- }
|
|
|
- certificate = JSON.stringify(certificate)
|
|
|
- $api.req({
|
|
|
- url: '/data/api.auth.DemandLabor/applyjob',
|
|
|
- method: 'POST',
|
|
|
- data: {
|
|
|
- type: that.index,
|
|
|
- child_id: that.id,
|
|
|
- certificate: certificate
|
|
|
- }
|
|
|
- }, function(res) {
|
|
|
- uni.hideLoading()
|
|
|
- if(res.code == 1) {
|
|
|
- $api.info(res.info)
|
|
|
- $api.jump(-1)
|
|
|
- }
|
|
|
- })
|
|
|
+ var certificate = {
|
|
|
+ certificate_name: that.certificate.certificate_name,
|
|
|
+ gain_time: that.certificate.gain_time,
|
|
|
+ img: that.certificate.img.length>0 ? that.certificate.img[0].url : null
|
|
|
}
|
|
|
+ certificate = JSON.stringify(certificate)
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.DemandLabor/applyjob',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ type: that.index,
|
|
|
+ child_id: that.id,
|
|
|
+ certificate: certificate
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ uni.hideLoading()
|
|
|
+ if(res.code == 1) {
|
|
|
+ $api.info(res.info)
|
|
|
+ $api.jump(-1)
|
|
|
+ }
|
|
|
+ })
|
|
|
}
|
|
|
// $api.jump(-1)
|
|
|
},
|
|
@@ -465,7 +529,7 @@
|
|
|
},
|
|
|
// 删除图片
|
|
|
deletePic(event) {
|
|
|
- that.certificate.certificate_img.splice(event.index, 1)
|
|
|
+ that.certificate.img.splice(event.index, 1)
|
|
|
},
|
|
|
// 新增图片
|
|
|
async afterRead(event) {
|
|
@@ -475,9 +539,10 @@
|
|
|
})
|
|
|
// 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
|
|
|
let lists = [].concat(event.file)
|
|
|
- let imgListLen = that.certificate.certificate_img.length
|
|
|
+ // that.certificate.img = []
|
|
|
+ let imgListLen = that.certificate.img.length
|
|
|
lists.map((item) => {
|
|
|
- that.certificate.certificate_img.push({
|
|
|
+ that.certificate.img.push({
|
|
|
...item,
|
|
|
status: 'uploading',
|
|
|
message: '上传中'
|
|
@@ -485,8 +550,8 @@
|
|
|
})
|
|
|
for (let i = 0; i < lists.length; i++) {
|
|
|
const result = await that.uploadFilePromise(lists[i].url)
|
|
|
- let item = that.certificate.certificate_img[imgListLen]
|
|
|
- that.certificate.certificate_img.splice(imgListLen, 1, Object.assign(item, {
|
|
|
+ let item = that.certificate.img[imgListLen]
|
|
|
+ that.certificate.img.splice(imgListLen, 1, Object.assign(item, {
|
|
|
status: 'success',
|
|
|
message: '',
|
|
|
url: result.url
|
|
@@ -495,6 +560,7 @@
|
|
|
if(lists.length - 1 == i) {
|
|
|
uni.hideLoading()
|
|
|
}
|
|
|
+ console.log(that.certificate.img);
|
|
|
}
|
|
|
},
|
|
|
// 上传图片
|
|
@@ -529,7 +595,7 @@
|
|
|
sourceType: ['album'], //从相册选择
|
|
|
success: function (res) {
|
|
|
console.log(res.tempFilePaths);
|
|
|
- that.certificate.certificate_img = res.tempFilePaths[0]
|
|
|
+ that.certificate.img = res.tempFilePaths[0]
|
|
|
},
|
|
|
})
|
|
|
}, */
|
|
@@ -560,10 +626,10 @@
|
|
|
case 'time2' :
|
|
|
that.show_time2 = true;
|
|
|
break;
|
|
|
- case 'skills_degree' :
|
|
|
+ case 'degree' :
|
|
|
that.degree_show = true;
|
|
|
break;
|
|
|
- case 'certificate_date' :
|
|
|
+ case 'gain_time' :
|
|
|
that.certificate_show = true;
|
|
|
break;
|
|
|
case 'education' :
|
|
@@ -598,8 +664,9 @@
|
|
|
console.log(e);
|
|
|
var index1 = e.indexs[0]
|
|
|
var index2 = e.indexs[1]
|
|
|
- if (index1 - index2 > 2) {
|
|
|
- $api.info('请选择正确的薪资范围')
|
|
|
+ if (index1 > index2) {
|
|
|
+ that.job_inte.salary = e.value[1] + '-' + e.value[0]
|
|
|
+ that.cancel()
|
|
|
} else {
|
|
|
that.job_inte.salary = e.value[0] + '-' + e.value[1]
|
|
|
that.cancel()
|
|
@@ -624,12 +691,12 @@
|
|
|
},
|
|
|
// 选择技能掌握程度
|
|
|
confirmSkill(e) {
|
|
|
- that.skills.skills_degree = e.value[0]
|
|
|
+ that.skills.degree = e.value[0]
|
|
|
that.cancel()
|
|
|
},
|
|
|
// 选择证书获得时间
|
|
|
confirmDate(e) {
|
|
|
- that.certificate.certificate_date = $api.formatDate(e)
|
|
|
+ that.certificate.gain_time = $api.formatDate(e)
|
|
|
that.cancel()
|
|
|
},
|
|
|
/* // 选择学历
|