123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- <template>
- <view class="content">
- <!-- <view class="tabs hflex acenter jbetween">
- <block v-for="(item,index) in tabs" :key="index">
- <view class="tab_item" :class="tab_active == index?'tab_active':''" @click="changeTab(index)">{{item.name}}</view>
- </block>
- </view> -->
- <!-- <block v-if="tab_active == 0 || tab_active == 1">
- <view class="boxs">
- <news-module :pageList="pageList"></news-module>
- </view>
- </block> -->
- <block v-if="state == 0">
- <view class="box vflex acenter jcenter">
- <view class="img_box vflex acenter jcenter">
- <u-icon name="info-circle-fill" color="#506dff" size="50"></u-icon>
- <view class="text">还未提交应聘信息</view>
- </view>
- <view class="release" @click="release">发布</view>
- </view>
- </block>
- <block v-if="state == 1">
- <view class="box hflex jbetween">
- <view class="">
- <view class="hflex acenter">
- <view class="name">{{application.base_info.name}}</view>
- <view class="edit_btn" @click="perfect(1)">编辑</view>
- </view>
- <view class="hflex acenter">
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/sex.png" class="icon"></image>
- <view class="text_style1">{{application.base_info.sex}}</view>
- </view>
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/edution.png" class="icon"></image>
- <view class="text_style1">{{application.base_info.edu}}</view>
- </view>
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/birthday.png" class="icon"></image>
- <view class="text_style1">{{application.base_info.age}}</view>
- </view>
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/work.png" class="icon"></image>
- <view class="text_style1">{{application.base_info.year}}</view>
- </view>
- </view>
- <view class="hflex acenter padT-26">
- <u-icon name="phone-fill" color="#666666" size="14" class="padR-24"></u-icon>
- <view class="text_style1">{{application.base_info.phone?application.base_info.phone:'暂无'}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <image src="/static/images/index/demand/email.png" class="icon"></image>
- <view class="text_style1">{{application.base_info.email?application.base_info.email:'暂无'}}<span style="color: #506dff;" @click="copy(application.base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
- </view>
- </view>
- <image :src="application.base_info.avatar" mode="aspectFill" class="avatar"></image>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">求职意向</view>
- <view class="edit_btn" @click="perfect(2)">编辑</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="box_title">{{application.job_inte.job_name}}</view>
- <view class="box_title">{{application.job_inte.salary}}</view>
- </view>
- <view class="hflex fwrap padT-26">
- <view class="label">可工作区域</view>
- <view class="text_style1" style="flex: 1;">{{application.job_inte.job_area}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="label">可工作时间</view>
- <view class="text_style1">{{application.job_inte.job_time}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="label">工作性质</view>
- <view class="text_style1">{{application.job_inte.job_type}}</view>
- </view>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">工作经历</view>
- <view class="hflex acenter" @click="perfect(3)">
- <u-icon name="plus-circle-fill" color="#555555" size="12"></u-icon>
- <view class="text_style1">添加</view>
- </view>
- </view>
- <block v-for="(item,index) in application.experience" :key="index">
- <view class="padT-26" @click="editInfo(item.id)">
- <view class="hflex acenter jbetween">
- <view class="box_title">{{item.company_name}}</view>
- <u-icon name="arrow-right" color="#555555" size="12"></u-icon>
- </view>
- <view class="hflex acenter padT-26">
- <view class="text_style1 padR-24">{{item.company_date}}</view>
- <view class="text_style1">{{item.company_postion}}</view>
- </view>
- <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.company_content}}</view>
- </view>
- </block>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">专业技能</view>
- <view class="hflex acenter" @click="perfect(4)">
- <u-icon name="plus-circle-fill" color="#555555" size="12"></u-icon>
- <view class="text_style1">添加</view>
- </view>
- </view>
- <view class="hflex acenter fwrap">
- <block v-for="(item,index) in application.skills" :key="index">
- <view class="hflex acenter jbetween item_box2">
- <view class="text_style1">{{item.skills_name}}</view>
- <view class="text_style1">{{item.skills_degree}}</view>
- <image src="/static/images/index/demand/detele.png" class="detele" @click="delSkill(item.id)"></image>
- </view>
- </block>
- </view>
- </view>
- <view class="box" >
- <view class="hflex acenter jbetween">
- <view class="box_title">资质证书</view>
- <view class="hflex acenter" @click="perfect(5)">
- <u-icon name="plus-circle-fill" color="#555555" size="12"></u-icon>
- <view class="text_style1">添加</view>
- </view>
- </view>
- <view class="">
- <block v-for="(item,index) in application.certificate" :key="index">
- <view class="hflex aend item_box3">
- <view class="box_title padR-24">{{item.certificate_name}}</view>
- <view class="text_style1">{{item.certificate_date}}</view>
- <image src="/static/images/index/demand/detele.png" class="detele" @click="delSkill(item.id)"></image>
- </view>
- </block>
- </view>
- </view>
- <view class="box">
- <view class="box_title" style="padding-bottom: 16rpx;">福利待遇</view>
- <view class="text_style2">{{application.salary?application.salary:'暂无'}}</view>
- <!-- <u-input v-model="application.salary" placeholder="请填写你期望的薪资待遇" border="none"></u-input> -->
- <view class="line"></view>
- <view class="box_title" style="padding-bottom: 16rpx;">备注</view>
- <view class="text_style2">{{application.remarks?application.remarks:'暂无'}}</view>
- <!-- <u-input v-model="application.remarks" placeholder="请填写你想要备注的内容" border="none"></u-input> -->
- </view>
- <view class="box hflex acenter jbetween">
- <view class="text_style3">隐藏该应聘</view>
- <u-switch v-model="is_hide" @change="changeHide"></u-switch>
- </view>
- <view class="btn">立即修改</view>
- </block>
- <block v-if="state == 2">
- <view class="box1 vflex acenter">
- <image src="/static/images/comment/wait.png" class="box1_img"></image>
- <view class="box1_title">审核中</view>
- <view class="box1_subTitle">预计审核时间3个工作日</view>
- <view class="box1_subTitle">请留意当前页面变动</view>
- <view class="btn" @click="toEdit">去修改</view>
- </view>
- </block>
- <block v-if="state == 3">
- <view class="box1 vflex acenter">
- <image src="/static/images/comment/wait.png" class="box1_img"></image>
- <view class="box1_title">审核失败</view>
- <view class="box1_subTitle">驳回原因</view>
- <view class="box1_subTitle">{{reason}}</view>
- <view class="btn" @click="toEdit">去修改</view>
- </view>
- </block>
- </view>
- </template>
- <script>
- import $api from '@/static/js/api.js'
- var that = ''
- export default {
- data() {
- return {
- tabs: [
- {
- name: '知识教学'
- },
- {
- name: '百知文库'
- },
- {
- name: '应聘信息'
- }
- ],
- tab_active: 2,
- pageList: [
- {
- title: '2022年上半年十部好剧,《开端》第7名,《人世间》第4名,值得观看',
- imgs: [
- "/static/images/index/class_img1.png",
- "/static/images/index/class_img1.png",
- "/static/images/index/class_img1.png"
- ],
- type: '资讯',
- client: '澎湃新闻客户端',
- comment: 77,
- user: {
- avatar: '/static/images/mine/avatar1.jpg',
- name: '船百知官方帐号',
- is_blueV: true
- }
- }
- ],
- state: 2,
- application: {
- base_info: {
- name: '张三',
- avatar: '/static/images/mine/avatar1.jpg',
- sex: '男',
- edu: '本科',
- age: '27',
- year: '5年',
- phone: '18923465789',
- email: '18923465789@qq.com',
- },
- job_inte: {
- job_name: '船舶工程设计师',
- salary: '11-19k',
- job_area: '江苏省南京市浦口区江北街道东方万汇城22号楼一单元2021',
- job_time: '两个月',
- job_type: '全职'
- },
- skills: [
- {
- skills_name: 'Access',
- skills_degree: '熟练'
- },
- {
- skills_name: 'Access',
- skills_degree: '精通'
- }
- ],
- certificate: [
- {
- certificate_name: '普通话等级证书',
- certificate_date: '2012-06-12'
- },
- {
- certificate_name: '大学英语四级证书',
- certificate_date: '2012-06-12'
- }
- ],
- salary: '免费员工餐、免费培训、住房补贴、五险一金',
- remarks: '',
- },
- is_hide: false,
- reason: '',
- }
- },
- onLoad() {
- that = this
- // that.getList()
- },
- methods: {
- getList() {
- $api.req({
- url: '/data/api.auth.Center/myrelease',
- method: 'POST',
- data: {
- type: '3'
- }
- }, function(res) {
- if(res.code == 1) {
- that.application = res.data
- if($api.isEmpty(that.application)) {
- that.state = 0
- } else {
- that.state = 1
- }
- }
- })
- },
- // 切换tabs
- changeTab(index) {
- that.tab_active = index
- },
- // 发布
- release() {
- $api.jump('/page_index/pages/demand/publish')
- },
- // 显示隐藏招聘
- changeHide(e) {
- console.log(e);
- that.is_hide = e
- }
- },
- }
- </script>
- <style lang="scss" scoped>
- .content {
- padding: 0 30rpx;
- .tabs {
- width: 100%;
- padding: 14rpx 0 25rpx;
- .tab_item {
- width: 33%;
- font-size: 32rpx;
- font-weight: 400;
- color: #222222;
- line-height: 44rpx;
- text-align: center;
- }
- .tab_active {
- color: #222222;
- font-weight: 500;
- position: relative;
- }
- .tab_active::after {
- position: absolute;
- content: "";
- width: 48rpx;
- height: 8rpx;
- background: #506DFF;
- border-radius: 4rpx;
- bottom: -14rpx;
- left: 38%;
- }
- }
- .boxs {
- width: 100%;
- box-sizing: border-box;
- padding: 0 30rpx;
- margin: 24rpx 0 0;
- }
- .box {
- padding: 42rpx 0 26rpx;
- border-top: 1rpx solid #F4F4F4;
- // padding: 0 30rpx;
- .img_box {
- margin: 120rpx 0 0;
- .text {
- padding-top: 20rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #222222;
- line-height: 44rpx;
- }
- }
- .release {
- margin-top: 112rpx;
- width: 450rpx;
- height: 92rpx;
- background: #506DFF;
- border-radius: 46rpx;
- font-size: 36rpx;
- text-align: center;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 92rpx;
- }
- .box_title {
- font-size: 32rpx;
- font-weight: 500;
- color: #222222;
- }
- .name {
- font-size: 40rpx;
- font-weight: 500;
- color: #222222;
- }
- .edit_btn {
- width: 84rpx;
- height: 36rpx;
- background: #F0F2F6;
- border-radius: 20rpx;
- font-size: 20rpx;
- text-align: center;
- font-weight: 400;
- color: #506DFF;
- line-height: 36rpx;
- margin-left: 16rpx;
- }
- .padT-26 {
- padding-top: 26rpx;
- }
- .padR-24 {
- padding-right: 24rpx;
- }
- .label {
- width: 148rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #888888;
- }
- .icon {
- width: 28rpx;
- height: 28rpx;
- }
- .text_style1 {
- font-size: 24rpx;
- padding-left: 5rpx;
- font-weight: 400;
- color: #666666;
- }
- .text_style2 {
- font-size: 22rpx;
- font-weight: 400;
- color: #777777;
- line-height: 32rpx;
- }
- .item_box2 {
- background: #F4F4F4;
- border-radius: 26rpx;
- box-sizing: border-box;
- padding: 8rpx 34rpx;
- margin: 20rpx 32rpx 0 0;
- position: relative;
- .detele {
- position: absolute !important;
- right: 1rpx;
- top: 1rpx;
- width: 21rpx;
- height: 21rpx;
- }
- }
- .item_box3 {
- width: 100%;
- background: #F4F4F4;
- border-radius: 26rpx;
- box-sizing: border-box;
- padding: 8rpx 20rpx;
- margin: 20rpx 0 0;
- position: relative;
- .detele {
- position: absolute !important;
- right: 1rpx;
- top: 1rpx;
- width: 21rpx;
- height: 21rpx;
- }
- }
- .avatar {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .box_info {
- margin: 42rpx 0 0;
-
- .box_icon {
- width: 56rpx;
- height: 56rpx;
- margin-right: 28rpx;
- }
- .box_subTitle {
- margin-top: 4rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #777777;
- }
- .box_btn {
- box-sizing: border-box;
- padding: 6rpx 24rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 34rpx;
- background: #506DFF;
- border-radius: 14px;
- }
- }
- .line {
- margin: 20rpx 0;
- width: 100%;
- height: 1rpx;
- background: #F3F3F5;
- }
- .text_style3 {
- font-size: 28rpx;
- font-weight: 400;
- color: #222222;
- line-height: 40rpx;
- }
-
- }
- .btn {
- margin: 100rpx 0 ;
- width: 100%;
- height: 84rpx;
- background: #506DFF;
- border-radius: 42rpx;
- text-align: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 84rpx;
- }
- .box1 {
- width: 100%;
- height: 100vh;
- background-color: #fff;
- .box1_img {
- width: 124rpx;
- height: 124rpx;
- margin: 108rpx 0 40rpx;
- }
- .box1_title {
- font-size: 32rpx;
- color: #222;
- margin-bottom: 24rpx;
- }
- .box1_subTitle {
- margin: 12rpx 0;
- font-size: 26rpx;
- color: #595959;
- }
- .btn {
- width: 530rpx;
- height: 88rpx;
- background-color: #506dff;
- color: #fff;
- text-align: center;
- line-height: 88rpx;
- border-radius: 44rpx;
- font-size: 36rpx;
- margin-top: 122rpx;
- }
- }
- }
- </style>
|