|
@@ -16,18 +16,18 @@
|
|
<view class="item-name">
|
|
<view class="item-name">
|
|
学历
|
|
学历
|
|
</view>
|
|
</view>
|
|
- <view class="item-input u-flex">
|
|
|
|
- <input type="text" placeholder="请选择学历" :disabled="true" v-model="userinfo.sex_text">
|
|
|
|
|
|
+ <view class="item-input u-flex" @click="show=true">
|
|
|
|
+ <input type="text" placeholder="请选择学历" :disabled="true" v-model="info.education_name">
|
|
<u-icon name="arrow-right"></u-icon>
|
|
<u-icon name="arrow-right"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="user-item" @click="changehangye">
|
|
|
|
|
|
+ <view class="user-item">
|
|
<view class="item-name">
|
|
<view class="item-name">
|
|
毕业院校
|
|
毕业院校
|
|
</view>
|
|
</view>
|
|
<view class="item-input u-flex">
|
|
<view class="item-input u-flex">
|
|
- <input type="text" placeholder="请填写毕业院校" :disabled="true" v-model="userinfo.industry_name">
|
|
|
|
- <u-icon name="arrow-right"></u-icon>
|
|
|
|
|
|
+ <input type="text" placeholder="请填写毕业院校" v-model="info.name">
|
|
|
|
+ <!-- <u-icon name="arrow-right"></u-icon> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="user-item" @click="">
|
|
<view class="user-item" @click="">
|
|
@@ -35,19 +35,34 @@
|
|
专业类别
|
|
专业类别
|
|
</view>
|
|
</view>
|
|
<view class="item-input u-flex">
|
|
<view class="item-input u-flex">
|
|
- <input type="text" placeholder="请填写专业类别" :disabled="true" v-model="userinfo.experience_name">
|
|
|
|
- <u-icon name="arrow-right"></u-icon>
|
|
|
|
|
|
+ <input type="text" placeholder="请填写专业类别" v-model="info.major">
|
|
|
|
+ <!-- <u-icon name="arrow-right"></u-icon> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="user-item" @click="workShow=true">
|
|
|
|
|
|
+ <view class="user-item" @click="recruit_show = true">
|
|
<view class="item-name">
|
|
<view class="item-name">
|
|
- 毕业年份
|
|
|
|
|
|
+ 是否统招
|
|
</view>
|
|
</view>
|
|
<view class="item-input u-flex">
|
|
<view class="item-input u-flex">
|
|
- <input type="text" placeholder="请选择毕业年份" :disabled="true">
|
|
|
|
|
|
+ <input type="text" :disabled="true" placeholder="请选择" v-model="is_recruit">
|
|
<u-icon name="arrow-right"></u-icon>
|
|
<u-icon name="arrow-right"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="user-item u-flex-col u-row-center">
|
|
|
|
+ <text class="item-name">时间</text>
|
|
|
|
+ <view class="u-flex u-row-between">
|
|
|
|
+ <view class="item-input" @click="start()">
|
|
|
|
+ <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
|
|
|
|
+ placeholder="上学时间" border placeholderClass='input-style' v-model="info.start_time"></u--input>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="">-</view>
|
|
|
|
+ <view class="" @click="end()">
|
|
|
|
+ <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
|
|
|
|
+ placeholder="毕业时间" inputAlign="center" border placeholderClass='input-style'
|
|
|
|
+ v-model="info.end_time"></u--input>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
<view style="height: 150rpx;"></view>
|
|
<view style="height: 150rpx;"></view>
|
|
<view class="safe-area-inset-bottom"></view>
|
|
<view class="safe-area-inset-bottom"></view>
|
|
<view class="user-down">
|
|
<view class="user-down">
|
|
@@ -56,8 +71,14 @@
|
|
</view>
|
|
</view>
|
|
<view class="safe-area-inset-bottom"></view>
|
|
<view class="safe-area-inset-bottom"></view>
|
|
</view>
|
|
</view>
|
|
- <u-datetime-picker ref="pickers" title="毕业年份" :minDate="minDate1" @confirm="workConfirm" :show="workShow"
|
|
|
|
- mode="date" @cancel='close()'></u-datetime-picker>
|
|
|
|
|
|
+ <u-picker :show="show" @cancel="show = false" title="学历" keyName="name" :columns="education"
|
|
|
|
+ @confirm="education_confirm"></u-picker>
|
|
|
|
+ <u-picker :show="recruit_show" title= "是否统招" @cancel="recruit_show = false" keyName="name" :columns="is_recruitlist"
|
|
|
|
+ @confirm="recruit"></u-picker>
|
|
|
|
+ <u-datetime-picker ref="pickers" title="上学时间" :minDate="minDate1" @confirm="entryConfirm" :show="entryShow" mode="year-month"
|
|
|
|
+ @cancel='entryShow = false'></u-datetime-picker>
|
|
|
|
+ <u-datetime-picker ref="pickers1" title="毕业时间" :minDate="minDate" @confirm="dimissionConfirm" :show="dimissionShow"
|
|
|
|
+ mode="year-month" @cancel='dimissionShow = false'></u-datetime-picker>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -67,33 +88,119 @@
|
|
get_experience,
|
|
get_experience,
|
|
getareacity,
|
|
getareacity,
|
|
get_sex,
|
|
get_sex,
|
|
- index
|
|
|
|
|
|
+ index,
|
|
|
|
+ activityauth,
|
|
|
|
+ is_auth,
|
|
|
|
+ get_education
|
|
} from "@/units/inquire.js"
|
|
} from "@/units/inquire.js"
|
|
|
|
+import { get } from "https"
|
|
import fuxing from "../common/fuxing.js"
|
|
import fuxing from "../common/fuxing.js"
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- workShow:false,
|
|
|
|
|
|
+ dimissionShow: false,
|
|
|
|
+ entryShow: false,
|
|
|
|
+ education: [
|
|
|
|
+ []
|
|
|
|
+ ],
|
|
|
|
+ recruit_show:false,
|
|
|
|
+ show: false,
|
|
|
|
+ workShow: false,
|
|
userinfo: {},
|
|
userinfo: {},
|
|
sexlist: [],
|
|
sexlist: [],
|
|
citylist: [],
|
|
citylist: [],
|
|
qiye: '',
|
|
qiye: '',
|
|
jingyanlist: [],
|
|
jingyanlist: [],
|
|
- worklist: [{
|
|
|
|
- label: 'soho猎头',
|
|
|
|
- value: 'soho'
|
|
|
|
- }, {
|
|
|
|
- label: '就职猎头',
|
|
|
|
- value: 'job'
|
|
|
|
- }]
|
|
|
|
|
|
+ is_recruit:'',
|
|
|
|
+ is_recruitid:'',
|
|
|
|
+ is_recruitlist:[[
|
|
|
|
+ {
|
|
|
|
+ "name":'统招',
|
|
|
|
+ num:1
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"非统招",
|
|
|
|
+ num:0
|
|
|
|
+ }
|
|
|
|
+ ]],
|
|
|
|
+ // worklist: [{
|
|
|
|
+ // label: 'soho猎头',
|
|
|
|
+ // value: 'soho'
|
|
|
|
+ // }, {
|
|
|
|
+ // label: '就职猎头',
|
|
|
|
+ // value: 'job'
|
|
|
|
+ // }],
|
|
|
|
+ info: {
|
|
|
|
+ id: "", // integer 学校认证ID
|
|
|
|
+ school_id: "", // integer 学校ID
|
|
|
|
+ name: "", // string 学校名称
|
|
|
|
+ education_id: "", // integer 学历ID
|
|
|
|
+ major: "", // string 专业
|
|
|
|
+ start_time: "", // string 开始时间
|
|
|
|
+ end_time: "", // string 毕业时间
|
|
|
|
+ education_name: "", // string 学历名称
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
this.getuser()
|
|
this.getuser()
|
|
this.getconfig()
|
|
this.getconfig()
|
|
- this.minDate1 = Number(new Date('1980-01-01'));
|
|
|
|
|
|
+ this.minDate = Number(new Date('2000-01-01'));
|
|
|
|
+ this.minDate1 = Number(new Date('2000-01-01'));
|
|
|
|
+ this.is_auth()
|
|
|
|
+ this.get_education()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ recruit(e){
|
|
|
|
+ // console.log(e);
|
|
|
|
+ this.is_recruit = e.value[0].name
|
|
|
|
+ this.is_recruitid = e.value[0].num
|
|
|
|
+ // console.log(this.is_recruit);
|
|
|
|
+ this.recruit_show = false
|
|
|
|
+ },
|
|
|
|
+ async dimissionConfirm(e) {
|
|
|
|
+ const timeFormat = uni.$u.timeFormat;
|
|
|
|
+ let timeValue = await timeFormat(e.value, 'yyyy-mm');
|
|
|
|
+ this.info.end_time = timeValue
|
|
|
|
+ this.dimissionShow = false
|
|
|
|
+ },
|
|
|
|
+ start(){
|
|
|
|
+ this.entryShow = true
|
|
|
|
+ this.$refs.pickers.innerValue = new Date(1577808000000).getTime()
|
|
|
|
+ },
|
|
|
|
+ end(){
|
|
|
|
+ this.dimissionShow = true
|
|
|
|
+ this.$refs.pickers1.innerValue = new Date(1672502400000).getTime()
|
|
|
|
+ },
|
|
|
|
+ async entryConfirm(e) {
|
|
|
|
+
|
|
|
|
+ const timeFormat = uni.$u.timeFormat;
|
|
|
|
+ console.log(e.value);
|
|
|
|
+ let timeValue = await timeFormat(e.value, 'yyyy-mm');
|
|
|
|
+ this.info.start_time = timeValue;
|
|
|
|
+ this.entryShow = false
|
|
|
|
+ },
|
|
|
|
+ education_confirm(e) {
|
|
|
|
+ console.log(e);
|
|
|
|
+ console.log(this.info);
|
|
|
|
+ this.info.education_name = e.value[0].name
|
|
|
|
+
|
|
|
|
+ this.info.education_id = e.value[0].id
|
|
|
|
+ this.show = false
|
|
|
|
+ },
|
|
|
|
+ get_education() {
|
|
|
|
+ get_education().then(res => {
|
|
|
|
+ this.education[0] = res.data
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ is_auth() {
|
|
|
|
+ is_auth().then(res => {
|
|
|
|
+ if (res.data.is_auth == 1) {
|
|
|
|
+ this.info = res.data.info
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+
|
|
//参加工作时间
|
|
//参加工作时间
|
|
async workConfirm(e) {
|
|
async workConfirm(e) {
|
|
const timeFormat = uni.$u.timeFormat;
|
|
const timeFormat = uni.$u.timeFormat;
|
|
@@ -117,39 +224,39 @@
|
|
this.$u.toast("请输入真实名字")
|
|
this.$u.toast("请输入真实名字")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (!this.userinfo.sex) {
|
|
|
|
- this.$u.toast("请选择性别")
|
|
|
|
|
|
+ if (!this.info.education_name) {
|
|
|
|
+ this.$u.toast("请选择学历")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (!this.userinfo.industry_name) {
|
|
|
|
- this.$u.toast("请选择猎头行业")
|
|
|
|
|
|
+ if (!this.info.name) {
|
|
|
|
+ this.$u.toast("请填写毕业院校")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (!this.userinfo.experience_name) {
|
|
|
|
- this.$u.toast("请选择经验")
|
|
|
|
|
|
+ if (!this.info.major) {
|
|
|
|
+ this.$u.toast("请填写专业类别")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (!this.userinfo.work_status) {
|
|
|
|
- this.$u.toast("请选择就职状态")
|
|
|
|
|
|
+ if (!this.info.start_time) {
|
|
|
|
+ this.$u.toast("请选择上学时间")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (!this.userinfo.work_address) {
|
|
|
|
- this.$u.toast("请选择工作地址")
|
|
|
|
|
|
+ if (!this.info.end_time) {
|
|
|
|
+ this.$u.toast("请选择毕业时间")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
mask: true,
|
|
mask: true,
|
|
title: "请稍后"
|
|
title: "请稍后"
|
|
})
|
|
})
|
|
- profile({
|
|
|
|
- avatar: this.userinfo.avatar,
|
|
|
|
- name: this.userinfo.name,
|
|
|
|
- industry_first: this.userinfo.industry_first,
|
|
|
|
- industry_id: this.userinfo.industry_id,
|
|
|
|
- experience_id: this.userinfo.experience_id,
|
|
|
|
- work_status: this.userinfo.work_status,
|
|
|
|
- work_address: this.userinfo.work_address,
|
|
|
|
- realname: this.userinfo.virtual_name,
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ activityauth({
|
|
|
|
+ name: this.info.name, //学校名称
|
|
|
|
+ is_recruit: this.is_recruitid, //是否统招:0=非统招,1=统招
|
|
|
|
+ education_id: this.info.education_id, //学历ID
|
|
|
|
+ major: this.info.major, //专业
|
|
|
|
+ start_time: this.info.start_time, // 开始时间 例:2023-01
|
|
|
|
+ end_time: this.info.end_time // 毕业时间
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.code == 1) {
|
|
if (res.code == 1) {
|
|
this.$u.toast("修改成功")
|
|
this.$u.toast("修改成功")
|
|
@@ -160,6 +267,26 @@
|
|
this.$u.toast(res.msg)
|
|
this.$u.toast(res.msg)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+
|
|
|
|
+ // profile({
|
|
|
|
+ // avatar: this.userinfo.avatar,
|
|
|
|
+ // name: this.userinfo.name,
|
|
|
|
+ // industry_first: this.userinfo.industry_first,
|
|
|
|
+ // industry_id: this.userinfo.industry_id,
|
|
|
|
+ // experience_id: this.userinfo.experience_id,
|
|
|
|
+ // work_status: this.userinfo.work_status,
|
|
|
|
+ // work_address: this.userinfo.work_address,
|
|
|
|
+ // realname: this.userinfo.virtual_name,
|
|
|
|
+ // }).then(res => {
|
|
|
|
+ // if (res.code == 1) {
|
|
|
|
+ // this.$u.toast("修改成功")
|
|
|
|
+ // setTimeout(() => {
|
|
|
|
+ // uni.navigateBack()
|
|
|
|
+ // }, 800)
|
|
|
|
+ // } else {
|
|
|
|
+ // this.$u.toast(res.msg)
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
},
|
|
},
|
|
changecity(e) {
|
|
changecity(e) {
|
|
this.userinfo.work_address = `${e[0].label} ${e[1].label}`
|
|
this.userinfo.work_address = `${e[0].label} ${e[1].label}`
|
|
@@ -228,6 +355,7 @@
|
|
'female': '女',
|
|
'female': '女',
|
|
'secret': '保密'
|
|
'secret': '保密'
|
|
} [this.userinfo.sex]
|
|
} [this.userinfo.sex]
|
|
|
|
+ console.log(this.userinfo);
|
|
})
|
|
})
|
|
},
|
|
},
|
|
tochangename() {
|
|
tochangename() {
|