|
@@ -4,16 +4,24 @@
|
|
|
<view class="u-flex u-row-between">
|
|
|
<view class="">
|
|
|
<view class="u-flex">
|
|
|
- <text style="margin-right: 20rpx;">{{from.name}}</text>
|
|
|
+ <text style="margin-right: 20rpx;font-size: 52rpx;">{{from.name}}</text>
|
|
|
<!-- <u-icon @click="onchange" name="edit-pen-fill" color="#777" size="22"></u-icon> -->
|
|
|
</view>
|
|
|
- <view class="" style="margin-top: 20rpx;">
|
|
|
- <text style="margin-right: 12rpx;">{{from.experience}}年工作经验</text>|
|
|
|
- <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.birthday_text}}岁</text>|
|
|
|
- <text style="margin-left: 12rpx;">{{}}</text>
|
|
|
+ <view class="top-font" style="margin-top: 20rpx;">
|
|
|
+ <text style="margin-right: 12rpx;">{{from.birthday_text}}岁</text>|
|
|
|
+ <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.experience}}年工作经验</text>|
|
|
|
+ <text style="margin-left: 12rpx;margin-right: 12rpx;">{{from.education_name}}</text>|
|
|
|
+ <text style="margin-left: 12rpx;">{{from.domicile_city.slice(0,-1)}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <image style="width: 136rpx;height: 136rpx;border-radius:50%;" :src="from.avatar" mode=""></image>
|
|
|
+ <view class="" style="position: relative;">
|
|
|
+ <image style="width: 136rpx;height: 136rpx;border-radius:50%;" :src="from.avatar" mode=""></image>
|
|
|
+ <image v-if="sex == male" src="../static/images/nan.png" style="height:34rpx;width: 34rpx;position: absolute;top: 100rpx;
|
|
|
+ left: 100rpx;" mode=""></image>
|
|
|
+ <image v-if="sex == female" src="../static/images/nv.png" style="height:34rpx;width: 34rpx;position: absolute;top: 100rpx;
|
|
|
+ left: 100rpx;" mode=""></image>
|
|
|
+ <!-- <image src="../static/images/nv.png" style="height:34rpx;width: 34rpx;" mode=""></image> -->
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="" style="margin-top: 30rpx;">
|
|
|
<view class="u-flex u-row-between">
|
|
@@ -21,10 +29,12 @@
|
|
|
<!-- <u-icon name="edit-pen-fill" color="#777" size="22" @click="toadvantage"></u-icon> -->
|
|
|
</view>
|
|
|
<view class="mar">
|
|
|
- <input type="text" placeholder="编辑优势亮点,展示我的独特态度" v-model="from.personal_advantage">
|
|
|
+ <view type="text" placeholder="编辑优势亮点,展示我的独特态度" v-model="from.personal_advantage">
|
|
|
+ {{from.personal_advantage}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-<!-- <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
|
+ <!-- <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
|
<view class="u-flex ">
|
|
|
<text class="title">求职状态</text>
|
|
|
</view>
|
|
@@ -35,19 +45,24 @@
|
|
|
<view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
|
<view class="u-flex u-row-between">
|
|
|
<text class="title">求职意向</text>
|
|
|
+ <text>{{from.job_status_name}}</text>
|
|
|
<!-- <u-icon @click="toapply(1)" name="plus-circle" size="20"></u-icon> -->
|
|
|
</view>
|
|
|
<view class="" style="margin-top: 40rpx;margin-bottom: 20rpx;" v-for="(item,index) in job_intention1"
|
|
|
- :key="item.id" >
|
|
|
+ :key="item.id">
|
|
|
<view class="u-flex u-row-between">
|
|
|
- <view class="">
|
|
|
- <text>{{item.category_job_name}}</text>
|
|
|
- <text style="margin-left: 28rpx;">{{item.salary}}k</text>
|
|
|
+ <view class="u-flex">
|
|
|
+ <view class="">
|
|
|
+ <text>{{item.category_job_name}}</text>·
|
|
|
+ <text>{{item.city}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
<!-- <u-icon name="arrow-right" size="12"></u-icon> -->
|
|
|
+ <text style="margin-left: 28rpx;color: #0C66C2;">{{item.salary || 0}}k</text>
|
|
|
</view>
|
|
|
<text
|
|
|
- style="margin-top: 20rpx;font-size: 28rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #777777;">{{item.city}}·{{item.category_industry_name}}</text>
|
|
|
+ style="margin-top: 20rpx;font-size: 28rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #777777;">{{item.category_industry_name}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
|
|
@@ -55,11 +70,11 @@
|
|
|
<text class="title">工作经历</text>
|
|
|
<!-- <u-icon name="plus-circle" size="20" @click="towork(1)"></u-icon> -->
|
|
|
</view>
|
|
|
- <view class="" v-for="(item,index) in job_experience1" :key="item.id" >
|
|
|
+ <view class="" v-for="(item,index) in job_experience1" :key="item.id">
|
|
|
<view class="u-flex u-row-between" style="margin-top:40rpx ;">
|
|
|
<text>{{item.company_name}}</text>
|
|
|
<view class="u-flex">
|
|
|
- <text>{{item.start_time}}-{{item.end_time}}</text>
|
|
|
+ <text class="time">{{item.start_time}}-{{item.end_time}}</text>
|
|
|
<!-- <u-icon name="arrow-right" size="12"></u-icon> -->
|
|
|
</view>
|
|
|
</view>
|
|
@@ -80,11 +95,11 @@ color: #333333;">
|
|
|
<text class="title">项目经历</text>
|
|
|
<!-- <u-icon name="plus-circle" size="20" @click="toproject(1)"></u-icon> -->
|
|
|
</view>
|
|
|
- <view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1" >
|
|
|
+ <view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1">
|
|
|
<view class="u-flex u-row-between">
|
|
|
<text>{{item.company_name}}</text>
|
|
|
<view class="u-flex">
|
|
|
- <text>{{item.start_time}}-{{item.end_time}}</text>
|
|
|
+ <text class="time">{{item.start_time}}-{{item.end_time}}</text>
|
|
|
<!-- <u-icon name="arrow-right" size="12"></u-icon> -->
|
|
|
</view>
|
|
|
</view>
|
|
@@ -102,11 +117,11 @@ color: #333333;">
|
|
|
<text class="title">教育经历</text>
|
|
|
<!-- <u-icon name="plus-circle" size="20" @click="toteach(1)"></u-icon> -->
|
|
|
</view>
|
|
|
- <view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="item.id" >
|
|
|
+ <view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="item.id">
|
|
|
<view class="u-flex u-row-between">
|
|
|
<text>{{item.name}}</text>
|
|
|
<view class="u-flex">
|
|
|
- <text>{{item.start_time}}-{{item.end_time}}</text>
|
|
|
+ <text class="time">{{item.start_time}}-{{item.end_time}}</text>
|
|
|
<!-- <u-icon name="arrow-right" size="12"></u-icon> -->
|
|
|
</view>
|
|
|
</view>
|
|
@@ -115,7 +130,7 @@ color: #333333;">
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;" >
|
|
|
+ <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
|
|
|
<view class="u-flex u-row-between">
|
|
|
<text class="title">语言能力</text>
|
|
|
<!-- <u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon> -->
|
|
@@ -137,26 +152,28 @@ color: #333333;">
|
|
|
</view>
|
|
|
<view class="mar">
|
|
|
<!-- <view style="flex: 1;" class="item">{{certificate.professional_skill}}</view> -->
|
|
|
- <text class="texta item" v-for="(item,index) in certificate1" :key="index" >{{item.professional_skill}}</text>
|
|
|
+ <text class="texta item" v-for="(item,index) in certificate1"
|
|
|
+ :key="index">{{item.professional_skill}}</text>
|
|
|
</view>
|
|
|
- <view style="margin-top: 32rpx;" class="u-flex u-row-between" v-for="(item,index) in certificate1" :key="index">
|
|
|
+ <view style="margin-top: 32rpx;" class="u-flex u-row-between" v-for="(item,index) in certificate1"
|
|
|
+ :key="index">
|
|
|
<text>{{item.certificate}}</text>
|
|
|
- <text>{{item.certificate_date}}</text>
|
|
|
+ <text class="time">{{item.certificate_date}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;margin-bottom:118rpx ;">
|
|
|
+ <!-- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;margin-bottom:118rpx ;">
|
|
|
<view class="u-flex u-row-between">
|
|
|
<text class="title">附加信息</text>
|
|
|
<!-- <u-icon name="plus-circle" size="20"></u-icon> -->
|
|
|
- <!-- </view>
|
|
|
+ <!-- </view>
|
|
|
<view class="mar">
|
|
|
<input type="text" placeholder="请输入附加消息">
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
+ </view> -->
|
|
|
<view class="" style="height: 60rpx;"></view>
|
|
|
|
|
|
</view>
|
|
|
- <!-- <view class="back u-flex" style="margin-top: 118rpx;">
|
|
|
+ <!-- <view class="back u-flex" style="margin-top: 118rpx;">
|
|
|
<view class="left">
|
|
|
简历导入
|
|
|
</view>
|
|
@@ -165,7 +182,7 @@ color: #333333;">
|
|
|
</view>
|
|
|
</view> -->
|
|
|
<!-- <u-picker :show="jobshow" :columns="joblist"></u-picker> -->
|
|
|
- <u-picker @cancel="show = false" :show="show" :columns="columns" keyName="name" @confirm="enter"></u-picker>
|
|
|
+ <u-picker @cancel="show = false" :show="show" :columns="columns" keyName="name" @confirm="enter"></u-picker>
|
|
|
|
|
|
</view>
|
|
|
</template>
|
|
@@ -180,18 +197,23 @@ color: #333333;">
|
|
|
data() {
|
|
|
return {
|
|
|
jlid: '',
|
|
|
- show:false,
|
|
|
- columns:[[]],
|
|
|
- certificate1:[],
|
|
|
+ show: false,
|
|
|
+ columns: [
|
|
|
+ []
|
|
|
+ ],
|
|
|
+ certificate1: [],
|
|
|
from: {
|
|
|
- avatar:"",
|
|
|
+ avatar: "",
|
|
|
name: "",
|
|
|
birthday_text: "",
|
|
|
+ education_name: '',
|
|
|
personal_advantage: "", //个人优势
|
|
|
additional_info: "", //附加信息
|
|
|
experience: "",
|
|
|
- job_status_id:"", //string 求职状态ID
|
|
|
- job_status_name:"" //求职状态名称
|
|
|
+ job_status_id: "", //string 求职状态ID
|
|
|
+ job_status_name: "", //求职状态名称
|
|
|
+ domicile_city: '',
|
|
|
+ sex:''
|
|
|
},
|
|
|
//求职意向
|
|
|
job_intention: {
|
|
@@ -256,9 +278,9 @@ color: #333333;">
|
|
|
language_name: "", // string 语言名称(语言能力
|
|
|
level_name: "", // ring 水平名称(语言能力
|
|
|
},
|
|
|
- certificate:{
|
|
|
- certificate:"",
|
|
|
- certificate_date:""
|
|
|
+ certificate: {
|
|
|
+ certificate: "",
|
|
|
+ certificate_date: ""
|
|
|
},
|
|
|
//附件简历
|
|
|
file: {
|
|
@@ -277,56 +299,56 @@ color: #333333;">
|
|
|
this.get_job_status()
|
|
|
// this.resumeDetail()
|
|
|
},
|
|
|
- onShow(){
|
|
|
+ onShow() {
|
|
|
this.resumeDetail()
|
|
|
},
|
|
|
methods: {
|
|
|
- preview(){
|
|
|
+ preview() {
|
|
|
uni.navigateTo({
|
|
|
- url:"/pagesD/preview"
|
|
|
+ url: "/pagesD/preview"
|
|
|
})
|
|
|
},
|
|
|
- tocertificate(){
|
|
|
+ tocertificate() {
|
|
|
uni.navigateTo({
|
|
|
- url:"/pagesD/certificate"
|
|
|
+ url: "/pagesD/certificate"
|
|
|
})
|
|
|
},
|
|
|
- tolanguage(type,id){
|
|
|
+ tolanguage(type, id) {
|
|
|
uni.navigateTo({
|
|
|
- url:"/pagesD/language?type="+type+"&id="+id
|
|
|
+ url: "/pagesD/language?type=" + type + "&id=" + id
|
|
|
})
|
|
|
},
|
|
|
- toteach(type,id){
|
|
|
+ toteach(type, id) {
|
|
|
uni.navigateTo({
|
|
|
- url:"/pagesD/teach?type="+type+"&id="+id
|
|
|
+ url: "/pagesD/teach?type=" + type + "&id=" + id
|
|
|
})
|
|
|
},
|
|
|
- toproject(type,id){
|
|
|
+ toproject(type, id) {
|
|
|
uni.navigateTo({
|
|
|
- url:"/pagesD/project?type="+type+"&id="+id
|
|
|
+ url: "/pagesD/project?type=" + type + "&id=" + id
|
|
|
})
|
|
|
},
|
|
|
- enter(e){
|
|
|
+ enter(e) {
|
|
|
this.from.job_status_name = e.value[0].name
|
|
|
- this.from.job_status_id = e.value[0].id
|
|
|
+ this.from.job_status_id = e.value[0].id
|
|
|
this.show = false
|
|
|
},
|
|
|
- get_job_status(){
|
|
|
- get_job_status().then(res=>{
|
|
|
- this.columns[0] = res.data
|
|
|
+ get_job_status() {
|
|
|
+ get_job_status().then(res => {
|
|
|
+ this.columns[0] = res.data
|
|
|
})
|
|
|
},
|
|
|
toadvantage() {
|
|
|
uni.navigateTo({
|
|
|
url: "/pagesD/advantage",
|
|
|
events: {
|
|
|
- todcp:(res) => {
|
|
|
+ todcp: (res) => {
|
|
|
this.from.personal_advantage = res
|
|
|
update({
|
|
|
- personal_advantage:this.from.personal_advantage,
|
|
|
- source_type:"resume",
|
|
|
- source_id:this.jlid
|
|
|
- }).then(res=>{
|
|
|
+ personal_advantage: this.from.personal_advantage,
|
|
|
+ source_type: "resume",
|
|
|
+ source_id: this.jlid
|
|
|
+ }).then(res => {
|
|
|
this.resumeDetail()
|
|
|
})
|
|
|
}
|
|
@@ -338,9 +360,9 @@ color: #333333;">
|
|
|
// this.joblist = res.data
|
|
|
// })
|
|
|
// },
|
|
|
- toapply(type,id) {
|
|
|
+ toapply(type, id) {
|
|
|
uni.navigateTo({
|
|
|
- url: "/pagesD/apply?type=" + type+"&id="+id,
|
|
|
+ url: "/pagesD/apply?type=" + type + "&id=" + id,
|
|
|
events: {
|
|
|
apply: (res) => {
|
|
|
console.log(res);
|
|
@@ -348,9 +370,9 @@ color: #333333;">
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- towork(type,id) {
|
|
|
+ towork(type, id) {
|
|
|
uni.navigateTo({
|
|
|
- url: "/pagesD/work?key=" + type+"&id="+id,
|
|
|
+ url: "/pagesD/work?key=" + type + "&id=" + id,
|
|
|
events: {
|
|
|
work: (res) => {
|
|
|
console.log(res);
|
|
@@ -364,7 +386,9 @@ color: #333333;">
|
|
|
this.from.personal_advantage = res.data.personal_advantage
|
|
|
this.jlid = res.data.id
|
|
|
this.from.name = res.data.name,
|
|
|
- this.from.birthday_text = res.data.birthday_text,
|
|
|
+ this.from.birthday_text = res.data.birthday_text
|
|
|
+ this.from.education_name = res.data.education_name
|
|
|
+ this.from.domicile_city = res.data.domicile_city
|
|
|
// this.job_intention.province = res.data.job_intention[0].province,
|
|
|
this.from.experience = res.data.experience
|
|
|
this.education_experience1 = res.data.education_experience
|
|
@@ -377,6 +401,7 @@ color: #333333;">
|
|
|
this.certificate.certificate = res.data.certificate.certificate
|
|
|
this.certificate.certificate_date = res.data.certificate.certificate_date
|
|
|
this.certificate1 = res.data.certificate
|
|
|
+ this.sex = res.data.sex
|
|
|
})
|
|
|
},
|
|
|
onchange() {
|
|
@@ -390,9 +415,24 @@ color: #333333;">
|
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
- .texta{
|
|
|
+ .time {
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: SFPro, SFPro;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #888888;
|
|
|
+ }
|
|
|
+
|
|
|
+ .top-font {
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-family: SFPro, SFPro;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #555555;
|
|
|
+ }
|
|
|
+
|
|
|
+ .texta {
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
+
|
|
|
.concent {
|
|
|
font-size: 28rpx;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|