123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- <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>
- <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">
- <text class="title">个人优势</text>
- <!-- <u-icon name="edit-pen-fill" color="#777" size="22" @click="toadvantage"></u-icon> -->
- </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">
- </view>
- </view> -->
- <view class="" style="border-top:2rpx solid #F0F0F0;margin-top: 32rpx;">
- <view class="u-flex u-row-between">
- <text class="title">求职意向</text>
- <text class="title" style="font-size: 26rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #222222;">{{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">
- <view class="u-flex u-row-between">
- <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.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>
- <!-- <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="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>
- <!-- <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="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>
- <!-- <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="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>
- <!-- <u-icon name="plus-circle" size="20" @click="tolanguage(1)"></u-icon> -->
- </view>
- <view class="mar" v-for="(item,index) in language1">
- <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>
- <!-- <u-icon name="plus-circle" size="20" @click="tocertificate()"></u-icon> -->
- </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>
- </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 type="text" placeholder="请输入附加消息">
- </view>
- </view> -->
- <view class="" style="height: 60rpx;"></view>
- </view>
- <!-- <view class="back u-flex" style="margin-top: 118rpx;">
- <view class="left">
- 简历导入
- </view>
- <view class="right" @click="preview">
- <text style="opacity: 1;color: #0C66C2;">预览</text>
- </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>
- </view>
- </template>
- <script setup>
- import {
- resumeDetail,
- get_job_status,
- update,
- } from "@/units/inquire.js"
- export default {
- data() {
- return {
- jlid: '',
- show: false,
- columns: [
- []
- ],
- certificate1: [],
- from: {
- avatar: "",
- name: "",
- birthday_text: "",
- education_name: '',
- personal_advantage: "", //个人优势
- additional_info: "", //附加信息
- experience: "",
- job_status_id: "", //string 求职状态ID
- job_status_name: "", //求职状态名称
- domicile_city: '',
- sex: ''
- },
- //求职意向
- 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: ""
- },
- //附件简历
- file: {
- file: "", //string 附件(附件简历
- title: "", //string 附件名称(附件简历
- },
- education_experience1: [], //教育经历
- job_experience1: [], //工作经历
- job_intention1: [], //教育经历
- project_experience1: [], //项目经历
- language1: [], //语言能力
- joblist: [],
- }
- },
- onLoad() {
- this.get_job_status()
- // this.resumeDetail()
- },
- onShow() {
- this.resumeDetail()
- },
- methods: {
- 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.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.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
- 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
- this.sex = res.data.sex
- })
- },
- onchange() {
- uni.navigateTo({
- url: "/pagesD/personal-infor?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;
- }
- .texta {
- margin-right: 20rpx;
- }
- .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: 14rpx;
- box-sizing: border-box;
- }
- .resumepage {
- padding: 0 32rpx;
- background-color: #fff;
- }
- .back {
- padding: 16rpx 32rpx;
- background: #FFFFFF;
- height: 118rpx;
- 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>
|