123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710 |
- <template>
- <view>
- <view class="resumepage">
- <view class="u-flex u-row-between">
- <view class="">
- <view class="u-flex">
- <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="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>
- <view class="" style="margin-top: 30rpx;">
- <view class="u-flex u-row-between">
- <text class="title">个人优势</text>
- <view class="title"><u-icon name="edit-pen-fill" color="#777" size="22"
- @click="toadvantage"></u-icon></view>
- </view>
- <view class="mar">
- <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="u-flex ">
- <text class="title">求职状态</text>
- </view>
- <view class="u-flex u-row-between" style="margin-top: 20rpx;">
- <input type="text" placeholder="请选择你的求职状态" v-model="from.job_status_name">
- <u-icon name="arrow-right" @click="show =true" size="12" class="address"></u-icon>
- </view>
- </view>
- <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
- <view class="u-flex u-row-between">
- <text class="title">求职意向</text>
- <view class="" style="margin-top: 34rpx;">
- <u-icon @click="toapply(1)" name="plus-circle" size="20"></u-icon>
- </view>
- </view>
- <view class="" style="margin-top: 40rpx;margin-bottom: 20rpx;" v-for="(item,index) in job_intention1"
- :key="item.id" @click="toapply(2,item.id)">
- <!-- <image src="static/images/fufei.png" mode=""></image> -->
- <view class="u-flex u-row-between">
- <view class="">
- <text>{{item.category_job_name}}</text>
- <text style="margin-left: 28rpx;">{{item.salary || 0}}k</text>
- <text>·{{item.salary_month || 0}}薪</text>
- </view>
- <u-icon name="arrow-right" size="12"></u-icon>
- </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>
- </view>
- </view>
- <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
- <view class="u-flex u-row-between">
- <text class="title">工作经历</text>
- <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="towork(1)"></u-icon>
- </view>
- </view>
- <view class="" v-for="(item,index) in job_experience1" :key="item.id" @click="towork(2,item.id)">
- <view class="u-flex u-row-between" style="margin-top:40rpx ;">
- <text>{{item.company_name}}</text>
- <view class="u-flex">
- <text class="time">{{item.start_time}}-{{item.end_time}}</text>
- <u-icon name="arrow-right" size="12"></u-icon>
- </view>
- </view>
- <view class="" style="margin-top: 20rpx;font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;">
- <text>{{item.job_name}}|</text>
- <text>{{item.department}}</text>
- </view>
- <view class="concent">
- {{item.work_content}}
- </view>
- </view>
- </view>
- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
- <view class="u-flex u-row-between">
- <text class="title">项目经历</text>
- <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="toproject(1)"></u-icon>
- </view>
- </view>
- <view class="" style="margin-top: 40rpx;" v-for="(item,index) in project_experience1" :key="item.id"
- @click="toproject(2,item.id)">
- <view class="u-flex u-row-between">
- <text>{{item.company_name}}</text>
- <view class="u-flex">
- <text class="time">{{item.start_time}}-{{item.end_time}}</text>
- <u-icon name="arrow-right" size="12"></u-icon>
- </view>
- </view>
- <view class="mar">
- <text>{{item.role}}</text>
- </view>
- <view class="concent">
- {{item.description}}
- </view>
- </view>
- <view class=""></view>
- </view>
- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
- <view class="u-flex u-row-between">
- <text class="title">教育经历</text>
- <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="toteach(1)"></u-icon>
- </view>
- </view>
- <view class="" style="margin-top: 40rpx;" v-for="(item,index) in education_experience1" :key="index"
- @click="toteach(2,item.id)">
- <view class="u-flex u-row-between">
- <text>{{item.name}}</text>
- <view class="u-flex">
- <text class="time">{{item.start_time}}-{{item.end_time}}</text>
- <u-icon name="arrow-right" size="12"></u-icon>
- </view>
- </view>
- <view class="">
- <text>{{item.major}}</text>
- </view>
- </view>
- </view>
- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
- <view class="u-flex u-row-between">
- <text class="title">语言能力</text>
- <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon>
- </view>
- </view>
- <view class="mar" v-for="(item,index) in language1" @click="tolanguage(2,item.id)">
- <view class="u-flex u-row-between">
- <text>{{item.language_name}}</text>
- <view class="u-flex">
- <text>{{item.level_name}}</text>
- <u-icon name="arrow-right" size="12"></u-icon>
- </view>
- </view>
- </view>
- </view>
- <view class="" style="margin-top: 40rpx;border-top: 2rpx solid #F0F0F0;">
- <view class="u-flex u-row-between">
- <text class="title">专业技能与证书</text>
- <view style="margin-top:34rpx"><u-icon name="plus-circle" size="20"
- @click="tocertificate()"></u-icon></view>
- </view>
- <view class="mar u-flex">
- <!-- <view style="flex: 1;" class="item">{{certificate.professional_skill}}</view> -->
- <view class="texta item" v-for="(item,index) in professional_skill" :key="index">
- {{item}}
- </view>
- </view>
- <view style="margin-top: 32rpx;" class="u-flex u-row-between" v-for="(item,index) in certificate1"
- :key="index">
- <text>{{item.certificate}}</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="u-flex u-row-between">
- <text class="title">附加信息</text>
- <!-- <u-icon name="plus-circle" size="20"></u-icon> -->
- </view>
- <view class="mar">
- <input @confirm="touptate" v-model="from.additional_info" type="text" placeholder="请输入附加消息">
- </view>
- </view>
- <view class="" style="height: 60rpx;"></view>
- </view>
- <view class="back u-flex" style="margin-top: 118rpx;">
- <view class="left" @click="jianlishow = true">
- 简历导入
- </view>
- <view class="right" @click="preview">
- <text style="opacity: 1;color: #0C66C2;">预览</text>
- </view>
- <view class="safe-area-inset-bottom"></view>
- </view>
- <view class="safe-area-inset-bottom"></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-popup customStyle="padding:32rpx 32rpx 6rpx" :show="jianlishow" mode="bottom" @close="close" @open="open"
- :closeable="true">
- <view class="">
- <view class="u-flex u-row-center">
- <text class="one">已有简历直接导入</text>
- </view>
- <view class="u-flex u-row-center">
- <text class="two">智能解析、快捷导入,提升在线简历完整度</text>
- </view>
- <view class="" style="margin-top: 72rpx;">
- <u-radio-group v-model="radiovalue1" placement="column" @change="groupChange">
- <view class="u-flex u-row-between" v-if="file_show==1">
- <view class="u-flex">
- <image style="width: 80rpx;height: 80rpx;" src="/static/images/pdf.png" mode=""></image>
- <view class="">
- <text class="three">{{file1.title}}.pdf</text>
- <view class="fore">{{file1.updatetime}}上传</view>
- </view>
- </view>
- <view class="">
- <u-radio :name="item.name">
- </u-radio>
- </view>
- </view>
- <view class="updata u-flex u-row-center" @click="toupload">
- 上传新简历
- </view>
- <view @click="daoru" class="enter u-flex u-row-center">
- 确定
- </view>
- </u-radio-group>
- </view>
- </view>
- </u-popup>
- </view>
- </template>
- <script setup>
- import {
- resumeDetail,
- get_job_status,
- update,
- ocr,
- upload
- } from "@/units/inquire.js"
- export default {
- data() {
- return {
- path: '',
- file_show: 0,
- i: 0,
- jianlishow: false,
- jlid: '',
- show: false,
- columns: [
- []
- ],
- certificate1: [],
- professional_skill: [],
- from: {
- avatar: "",
- name: "",
- birthday_text: "",
- personal_advantage: "", //个人优势
- additional_info: "", //附加信息
- experience: "",
- job_status_id: "", //string 求职状态ID
- job_status_name: "", //求职状态名称
- education_name: '',
- domicile_city: ""
- },
- //求职意向
- job_intention: {
- job_date: "", //date 求职时间(求职意向
- province_id: "", //string 期望省份ID(求职意向
- city_id: "", //string 期望城市ID(求职意向
- province: "", //string 期望省份名称(求职意向
- city: "", //string 期望城市名称(求职意向
- salary_type: "", //string 薪资类型: year=年薪;month=月薪(求职意向
- salary: "", //string 薪水(求职意向
- salary_month: "", //string 一年多少薪(求职意向
- category_field_id: "", //string 领域ID(求职意向
- category_field_name: "", //string 领域名称(求职意向
- category_industry_first: "", //string 行业一级ID(求职意向
- category_industry_id: "", //string 行业ID(求职意向
- category_industry_first_name: "", //string 行业一级名称(求职意向
- category_industry_name: "", //string 行业名称(求职意向
- category_job_first: "", //string 职业分类一级ID(求职意向
- category_job_second: "", //string 职业分类二级ID(求职意向
- category_job_id: "", //string 职位分类ID(求职意向
- category_job_first_name: "", //string 职业分类一级名称(求职意向
- category_job_second_name: "", //string 职业分类二级名称(求职意向
- category_job_name: "", //string 职位分类名称(求职意向)
- is_pay: "",
- },
- //工作经历
- job_experience: {
- company_name: "", // string 公司名称(工作经历
- industry_id: "", //string 公司行业ID(工作经历
- department: "", //tring 所属部门(工作经历
- job_name: "", //ing 职位名称(工作经历
- underling_count: "", //unt string 下属数量(工作经历
- report_to: "", //ring 汇报对象(工作经历
- start_time: "", //ate 在职开始时间: 如 2019-01-01(工作经历
- end_time: "", //e 在职结束时间: 如 2019-01-01(工作经历
- level_reason: "", // string 离职原因(工作经历
- work_content: "", // string 工作内容(工作经历
- },
- //项目经历
- project_experience: {
- name: "", //string 项目名称(项目经历
- company_name: "", //string 公司名称(项目经历
- role: "", // string 项目角色(项目经历
- start_time: "", //tring 开始时间(项目经历
- end_time: "", //string 结束时间(项目经历
- description: "", // string 项目描述(项目经
- },
- //教育经历
- education_experience: {
- name: "", //string 学校名称(教育经历
- is_recruit: "", //string 是否统招: 1.是, 0.不是(教育经历
- education_id: "", //string 学历ID(教育经历
- education_name: "", //string 学历名称(教育经历
- major: "", //string 专业(教育经历
- start_time: "", //string 开始时间 如 2019-01-01(教育经历
- end_time: "", //string 结束时间 如 2019-01-01(教育经历
- },
- //语言能力
- language: {
- language_id: "", // tring 语言ID(语言能力
- level_id: "", // ng 水平ID(语言能力
- language_name: "", // string 语言名称(语言能力
- level_name: "", // ring 水平名称(语言能力
- },
- certificate: {
- certificate: "",
- certificate_date: ""
- },
- file1: {
- createtime: "",
- file: "",
- id: '',
- resume_id: '',
- title: "",
- updatetime: "",
- user_id: '',
- },
- //附件简历
- file: {
- file: "", //string 附件(附件简历
- title: "", //string 附件名称(附件简历
- },
- education_experience1: [], //教育经历
- job_experience1: [], //工作经历
- job_intention1: [], //教育经历
- project_experience1: [], //项目经历
- language1: [], //语言能力
- joblist: [],
- path1: ''
- }
- },
- onLoad(options) {
- this.get_job_status()
- this.i = options.i
- // this.resumeDetail()
- if (uni.getStorageSync('path1')) {
- this.path1 = uni.getStorageSync('path1')
- }
- this.resumeDetail()
- },
- onShow() {
-
- },
- methods: {
- daoru() {
- if (this.file_show == 0) {
- this.$u.toast('请先上传简历')
- } else {
- uni.uploadFile({
- url: 'https://hire.hdlkeji.com/api/common/upload', //仅为示例,非真实的接口地址
- filePath: this.path1,
- name: 'file',
- formData: {
- 'user': 'test'
- },
- success: (res) => {
- console.log('uploadImage success, res is:', res)
- uni.hideLoading();
- uni.showToast({
- title: '上传成功',
- icon: 'success',
- duration: 1000
- })
- var obj = JSON.parse(res.data)
- this.path = obj.data.fullurl
- this.ocr()
- this.jianlishow = false
- },
- fail: (err) => {
- console.log('uploadImage fail', err);
- uni.hideLoading();
- uni.showModal({
- content: err.errMsg,
- showCancel: false
- });
- },
- });
- }
- },
- ocr() {
- uni.showLoading({
- mask: true,
- title: "解析中请稍后"
- })
- ocr({
- path: this.path
- }).then(res => {
- this.education_experience1 = res.data.data.education_experience //教育经历
- this.job_experience1 = res.data.data.job_experience //工作经历
- this.project_experience1 = res.data.data.project_experience //项目经历
- console.log('jianli', res);
- uni.hideLoading();
- })
- },
- touptate() {
- update({
- additional_info: this.from.additional_info,
- source_type: "resume",
- source_id: this.jlid
- }).then(res => {
- this.resumeDetail()
- })
- },
- toupload() {
- uni.navigateTo({
- url: "/pagesD/upload",
- events: {
- up: res => {
- this.path1 = res
- this.resumeDetail()
- }
- }
- })
- },
- open() {
- // console.log('open');
- },
- close() {
- this.jianlishow = false
- // console.log('close');
- },
- preview() {
- uni.navigateTo({
- url: "/pagesD/preview"
- })
- },
- tocertificate() {
- uni.navigateTo({
- url: "/pagesD/certificate"
- })
- },
- tolanguage(type, id) {
- uni.navigateTo({
- url: "/pagesD/language?type=" + type + "&id=" + id
- })
- },
- toteach(type, id) {
- uni.navigateTo({
- url: "/pagesD/teach?type=" + type + "&id=" + id
- })
- },
- toproject(type, id) {
- uni.navigateTo({
- url: "/pagesD/project?type=" + type + "&id=" + id
- })
- },
- enter(e) {
- this.from.job_status_name = e.value[0].name
- 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
- })
- },
- toadvantage() {
- uni.navigateTo({
- url: "/pagesD/advantage",
- events: {
- todcp: (res) => {
- this.from.personal_advantage = res
- update({
- personal_advantage: this.from.personal_advantage,
- source_type: "resume",
- source_id: this.jlid
- }).then(res => {
- this.resumeDetail()
- })
- }
- }
- })
- },
- // get_job_status() {
- // get_job_status().then(res => {
- // this.joblist = res.data
- // })
- // },
- toapply(type, id) {
- uni.navigateTo({
- url: "/pagesD/apply?type=" + type + "&id=" + id,
- events: {
- apply: (res) => {
- console.log(res);
- }
- }
- })
- },
- towork(type, id) {
- uni.navigateTo({
- url: "/pagesD/work?key=" + type + "&id=" + id,
- events: {
- work: (res) => {
- console.log(res);
- }
- }
- })
- },
- resumeDetail() {
- resumeDetail().then(res => {
- this.from.avatar = res.data.avatar
- this.from.additional_info = res.data.additional_info
- 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.job_intention.province = res.data.job_intention[0].province,
- this.from.experience = res.data.experience
- this.from.education_name = res.data.education_name
- this.from.domicile_city = res.data.domicile_city
- this.education_experience1 = res.data.education_experience
- this.job_experience1 = res.data.job_experience
- this.job_intention1 = res.data.job_intention
- this.language1 = res.data.language
- this.project_experience1 = res.data.project_experience
- this.from.job_status_name = res.data.job_status_name
- this.from.job_status_id = res.data.job_status_id
- this.certificate.certificate = res.data.certificate.certificate
- this.certificate.certificate_date = res.data.certificate.certificate_date
- this.certificate1 = res.data.certificate
- if (res.data.certificate.length != 0) {
- this.professional_skill = res.data.certificate[0].professional_skill.split("、")
- }
- if (res.data.file == null) {
- this.file_show = 0
- } else {
- this.file_show = 1
- this.file1 = res.data.file
- this.file.id = res.data.file.id
- this.file.title = res.data.file.title
- }
- })
- },
- onchange() {
- uni.navigateTo({
- url: "/pagesD/userinfo?id=" + this.jlid
- })
- }
- }
- }
- </script>
- <style lang="scss">
- .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;
- }
- .enter {
- background: #0C66C2;
- border-radius: 12rpx;
- margin-top: 68rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- height: 84rpx;
- }
- .updata {
- height: 88rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0C66C2;
- background: rgba(12, 102, 194, 0.1);
- border-radius: 8rpx;
- margin-top: 60rpx;
- }
- .texta {
- margin-right: 20rpx;
- }
- .three {
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #222222;
- }
- .fore {
- font-size: 24rpx;
- font-family: SFPro-Regular, SFPro;
- font-weight: 400;
- color: #777777;
- }
- .one {
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- .two {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- margin-top: 24rpx;
- }
- .concent {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #555555;
- margin-top: 20rpx;
- }
- .mar {
- margin-top: 20rpx;
- }
- .title {
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #222222;
- margin-top: 34rpx;
- }
- .item {
- height: 48rpx;
- background: #F4F4F4;
- border-radius: 6rpx;
- padding: 5rpx 14rpx;
- box-sizing: border-box;
- line-height: 48rpx;
- }
- .resumepage {
- padding: 0 32rpx;
- background-color: #fff;
- }
- .back {
- padding: 16rpx 32rpx;
- background: #FFFFFF;
- height: 166rpx;
- box-sizing: border-box;
- position: fixed;
- bottom: 0;
- left: 0;
- .left {
- width: 356rpx;
- background: #0C66C2;
- border-radius: 12rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- height: 88rpx;
- line-height: 88rpx;
- margin-right: 24rpx;
- text-align: center;
- }
- .right {
- width: 304rpx;
- // opacity: 0.1;
- // background: #0C66C2;
- border-radius: 12rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0C66C2;
- height: 88rpx;
- line-height: 88rpx;
- text-align: center;
- background-color: rgba(12, 102, 194, 0.1);
- }
- }
- </style>
|