123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658 |
- <template>
- <view class="content">
- <view class="box" v-if="JSON.stringify(base_info) === '{}'">
- <view class="box_title">基本信息</view>
- <view class="hflex acenter jbetween box_info">
- <view class="hflex acenter">
- <image src="/static/images/index/demand/icon1.png" class="box_icon"></image>
- <view class="vflex">
- <view class="box_title">完善个人信息</view>
- <view class="box_subTitle">让更多人更好的了解你</view>
- </view>
- </view>
- <view class="box_btn" @click="perfect(1)">完善</view>
- </view>
- </view>
- <view class="box hflex jbetween" v-else>
- <view class="">
- <view class="hflex acenter">
- <view class="name">{{base_info.name}}</view>
- <view class="edit_btn" @click="perfect(1)">编辑</view>
- </view>
- <view class="hflex acenter" style="padding-top: 16rpx;">
- <view class="hflex acenter padR-24">
- <image src="/static/images/index/demand/sex.png" class="icon"></image>
- <view class="text_style1">{{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">{{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">{{base_info.age}}岁</view>
- </view>
- <view class="hflex acenter padR-24" v-if="base_info.year > 0">
- <image src="/static/images/index/demand/work.png" class="icon"></image>
- <view class="text_style1">{{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">{{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">{{base_info.email}}<span style="color: #506dff;" @click="copy(base_info.email)"><span style="padding: 0 5rpx;">|</span>复制</span></view>
- </view>
- </view>
- <image :src="base_info.avatar" mode="aspectFill" class="avatar"></image>
- </view>
- <view class="box" v-if="JSON.stringify(job_inte) == '{}'">
- <view class="box_title">求职意向</view>
- <view class="hflex acenter jbetween box_info">
- <view class="hflex acenter">
- <image src="/static/images/index/demand/icon1.png" class="box_icon"></image>
- <view class="vflex">
- <view class="box_title">完善求职意向</view>
- <view class="box_subTitle">我们会更精准的为你推荐</view>
- </view>
- </view>
- <view class="box_btn" @click="perfect(2)">完善</view>
- </view>
- </view>
- <view class="box" v-else>
- <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">{{job_inte.post}}</view>
- <view class="box_title">{{job_inte.salary}}</view>
- </view>
- <view class="hflex fwrap padT-26">
- <view class="label">可工作区域</view>
- <view class="text_style1" style="flex: 1;">{{job_inte.work_address}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="label">可工作时间</view>
- <view class="text_style1">{{job_inte.work_time}}</view>
- </view>
- <view class="hflex acenter padT-26">
- <view class="label">工作性质</view>
- <view class="text_style1">{{job_inte.work_nature}}</view>
- </view>
- </view>
- <view class="box" v-if="experience.length == 0">
- <view class="box_title">工作经历</view>
- <view class="hflex acenter jbetween box_info">
- <view class="hflex acenter">
- <image src="/static/images/index/demand/icon1.png" class="box_icon"></image>
- <view class="vflex">
- <view class="box_title">完善工作经历</view>
- <view class="box_subTitle">我们会跟精准的为你推荐</view>
- </view>
- </view>
- <view class="box_btn" @click="perfect(3)">完善</view>
- </view>
- </view>
- <view class="box" v-else>
- <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 experience" :key="index">
- <view class="padT-26" @click="editInfo(item.id)">
- <view class="hflex acenter jbetween">
- <view class="box_title">{{item.content.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.content.on_job_start}}-{{item.content.on_job_end}}</view>
- <view class="text_style1">{{item.content.postion_name}}</view>
- </view>
- <view class="hflex fwrap padT-26 text_style2">工作内容:{{item.content.company_content}}</view>
- </view>
- </block>
- </view>
- <view class="box" v-if="skills.length == 0">
- <view class="box_title">专业技能</view>
- <view class="hflex acenter jbetween box_info">
- <view class="hflex acenter">
- <image src="/static/images/index/demand/icon1.png" class="box_icon"></image>
- <view class="vflex">
- <view class="box_title">添加专业技能</view>
- <view class="box_subTitle">把你的强项展示一下吧</view>
- </view>
- </view>
- <view class="box_btn" @click="perfect(4)">添加</view>
- </view>
- </view>
- <view class="box" v-else>
- <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 skills" :key="index">
- <view class="hflex acenter jbetween item_box2">
- <view class="text_style1">{{item.content.skill_name}}</view>
- <view class="text_style1">{{item.content.degree}}</view>
- <image src="/static/images/index/demand/detele.png" class="detele" @click="deleteOpen(item.id)"></image>
- </view>
- </block>
- </view>
- </view>
- <view class="box" v-if="certificate.length == 0">
- <view class="box_title">资质证书</view>
- <view class="hflex acenter jbetween box_info">
- <view class="hflex acenter">
- <image src="/static/images/index/demand/icon1.png" class="box_icon"></image>
- <view class="vflex">
- <view class="box_title">添加资质证书</view>
- <view class="box_subTitle">把你的强项展示一下吧</view>
- </view>
- </view>
- <view class="box_btn" @click="perfect(5)">添加</view>
- </view>
- </view>
- <view class="box" v-else>
- <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 certificate" :key="index">
- <view class="hflex aend item_box3">
- <view class="box_title padR-24">{{item.content.certificate_name}}</view>
- <view class="text_style1">{{item.content.gain_time}}</view>
- <image src="/static/images/index/demand/detele.png" class="detele" @click="deleteSure(item.id)"></image>
- </view>
- </block>
- </view>
- </view>
- <view class="box" style="margin-bottom: 186rpx;">
- <view class="box_title" style="padding-bottom: 16rpx;">福利待遇</view>
- <u-input v-model="salary" placeholder="请填写你期望的薪资待遇" border="none"></u-input>
- <view class="line"></view>
- <view class="box_title" style="padding-bottom: 16rpx;">备注</view>
- <u-input v-model="remarks" placeholder="请填写你想要备注的内容" border="none"></u-input>
- </view>
- <view class="bottom">
- <view class="bottom_btn" :class="is_publish?'publish_btn':''" @click="open">发布</view>
- </view>
- <u-popup :show="show" mode="bottom" :round="20" @close="close">
- <view class="popup">
- <view class="popup_title vflex acenter jcenter">本人承诺</br>以上所填写的内容真实有效</view>
- <view class="popu_label" style="font-size: 28rpx;font-weight: 500;">请填写以下信息</view>
- <view class="popu_label">身份证号</view>
- <u-input v-model="IDNumber" placeholder="请输入身份证号" border="bottom"></u-input>
- <view class="popu_label">手机号码</view>
- <u-input v-model="phone" placeholder="请输入手机号码" border="bottom"></u-input>
- <view class="popu_label">验证码</view>
- <view class="hflex acenter jbetween">
- <u-input v-model="code" placeholder="请输入验证码" border="none"></u-input>
- <view class="popu_label code" @click="getCode">{{tips}}</view>
- <u-code :seconds="seconds" @end="end" @start="start" ref="uCode" @change="codeChange"></u-code>
- </view>
- <view class="btn1" @click="publish">立即发布</view>
- <view class="cancel" @click="close">取消</view>
- </view>
- </u-popup>
- <u-popup :show="del_show" mode="center" :round="20" @close="close">
- <view class="popup popup1">
- <view class="popup_title vflex acenter jcenter" style="padding: 80rpx 0;">确定要移除此项专业技能吗?</view>
- <view class="hflex acenter jbetween">
- <view class="btn_close hflex acenter jcenter" @click="close">取消</view>
- <view class="btn_delete hflex acenter jcenter" @click="deleteSure(id)">移除</view>
- </view>
- </view>
- </u-popup>
- </view>
- </template>
- <script>
- import $api from '@/static/js/api.js'
- var that = ''
- export default {
- data() {
- return {
- is_publish: false,
- salary: '',
- remarks: '',
- base_info: {},
- job_inte: {},
- experience: [],
- skills: [],
- certificate: [],
- show: false,
- IDNumber: '',
- phone: '',
- code: '',
- tips: '',
- seconds: 60,
- del_show: false,
- id: '',
-
- }
- },
- onLoad() {
- that = this
- },
- onShow() {
- that.getData()
- that.isPubilsh()
- },
- methods: {
- // 判断是否可以发布
- isPubilsh() {
- if (JSON.stringify(that.base_info) == '{}' && JSON.stringify(that.job_inte) == '{}') {
- that.is_publish = true
- }
- },
- getData() {
- $api.req({
- url: '/data/api.auth.Center/myrelease',
- method: 'POST',
- data: {
- type: 3
- }
- },function(res) {
- if(res.code == 1) {
- if(res.data.real_name) {
- that.$set(that.base_info,'name',res.data.real_name)
- that.$set(that.base_info,'sex',res.data.sex)
- that.$set(that.base_info,'edu',res.data.schooling)
- that.$set(that.base_info,'age',res.data.age)
- that.$set(that.base_info,'year',res.data.work_year)
- that.$set(that.base_info,'phone',res.data.phone)
- that.$set(that.base_info,'email',res.data.email)
- that.$set(that.base_info,'avatar',res.data.head_img)
- that.base_info.date_birth = res.data.date_birth
- that.base_info.start_working_time = res.data.start_working_time
- }
-
- console.log(that.base_info);
- if(res.data.job_application) {
- that.$set(that.job_inte,'post',res.data.job_application)
- that.$set(that.job_inte,'work_address',res.data.scope_work_area)
- that.$set(that.job_inte,'salary',res.data.monthly_salary)
- that.$set(that.job_inte,'work_time',res.data.working_time)
- that.$set(that.job_inte,'work_nature',res.data.work_nature)
- }
-
-
- that.experience = res.data.workexperience
- that.skills = res.data.professionalskills
- that.certificate = res.data.certificate
- if(res.data.welfare_benefits) {
- that.salary = res.data.welfare_benefits
- }
- if(res.data.remark) {
- that.remarks = res.data.remark
- }
- }
- })
- },
- // 发布
- publish() {
- if($api.formCheck(that.IDNumber, 'identity') && $api.formCheck(that.phone, 'mobile') && $api.formCheck(that.code, 'code4')) {
- $api.req({
- url: '/data/api.auth.DemandLabor/subapplyjob',
- method: 'POST',
- data: {
- id_card: that.IDNumber,
- phone2: that.phone,
- code: that.code
- }
- }, function(res) {
- if(res.code == 1) {
- $api.info(res.info)
- that.close()
- }
- })
-
- }
- },
- // 打开弹窗
- open() {
- // console.log(uni);
- if (that.is_publish) {
- $api.req({
- url: '/data/api.auth.DemandLabor/applyjob',
- method: 'POST',
- data: {
- type: 6,
- welfare_benefits: that.salary,
- remark: that.remarks,
- province: uni.getStorageSync("location").province,
- city: uni.getStorageSync("location").city,
- area: uni.getStorageSync("location").district,
- }
- }, function(res) {
- if(res.code == 1) {
- if(that.state == 0) {
- that.show = true
- } else {
- $api.info(res.info)
- }
- }
- })
- }
- },
- // 关闭弹窗
- close() {
- that.show = false
- that.del_show = false
- },
- // 添加或完善
- perfect(index) {
- $api.jump('/page_index/pages/demand/perfect?index='+index)
- },
- // 修改工作经历
- editInfo(id) {
- $api.jump('/page_index/pages/demand/perfect?index=3&id='+ id)
- },
- // 复制
- copy(value) {
- uni.setClipboardData({
- data: value,
- success: function () {
- $api.info('复制成功')
- }
- });
- },
- // 删除
- deleteSure(id) {
- $api.req({
- url: '/data/api.auth.DemandLabor/delapplyjobchild',
- method: 'POST',
- data: {
- id: id
- }
- }, function(res) {
- if(res.code == 1) {
- $api.info(res.info)
- that.close()
- that.getData()
- }
- })
- },
- // 删除
- deleteOpen (id) {
- that.del_show = true
- that.id = id
- },
- // 验证码文字改变
- codeChange(text) {
- this.tips = text;
- },
- getCode() {
- if(this.$refs.uCode.canGetCode) {
- // 模拟向后端请求验证码
- uni.showLoading({
- title: '正在获取验证码'
- })
- $api.req({
- url: '/data/api.Login/sendsms',
- data: {
- phone: that.phone,
- type: 4
- }
- }, function(res) {
- uni.hideLoading();
- if(res.code == 1) {
- uni.$u.toast('验证码已发送')
- that.$refs.uCode.start()
- } else {
- uni.$u.toast('验证码发送失败')
- }
- })
- } else {
- uni.$u.toast('倒计时结束后再发送');
- }
- },
- end() {
- uni.$u.toast('倒计时结束');
- },
- start() {
- uni.$u.toast('倒计时开始');
- }
- },
- }
- </script>
- <style lang="scss" scoped>
- .content::v-deep {
- background: #F4F4F4;
- .box {
- margin: 20rpx 30rpx 0;
- width: 690rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- box-sizing: border-box;
- padding: 28rpx 20rpx;
- .box_title {
- font-size: 32rpx;
- font-weight: 500;
- color: #222222;
- padding-right: 24rpx;
- }
- .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;
- }
- }
- .bottom {
- width: 100%;
- z-index: 9;
- position: fixed;
- bottom: 0;
- height: 166rpx;
- background: #FFFFFF;
- box-sizing: border-box;
- padding: 8rpx 40rpx 74rpx;
- .bottom_btn {
- width: 100%;
- height: 84rpx;
- background: #506DFF;
- border-radius: 42rpx;
- opacity: 0.4;
- font-size: 36rpx;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 84rpx;
- }
- .publish_btn {
- opacity: 1;
- }
-
- }
- .popup1 {
- border-radius: 40rpx !important;
- }
- .popup {
- background: #FFFFFF;
- border-radius: 40rpx 40rpx 0px 0px;
- width: 100%;
- box-sizing: border-box;
- padding: 30rpx;
- .popup_title {
- width: 100%;
- padding-bottom: 32rpx;
- border-bottom: 1rpx solid #F4F4F4;
- font-size: 36rpx;
- font-weight: 500;
- color: #222222;
- line-height: 50rpx;
- }
- .popu_label {
- font-size: 30rpx;
- font-weight: 400;
- color: #222222;
- padding: 24rpx 0;
- }
- .code {
- color: #506DFF;
- }
- .btn1 {
- margin: 90rpx 0 40rpx;
- width: 100%;
- height: 84rpx;
- background: #506DFF;
- border-radius: 21px;
- text-align: center;
- line-height: 84rpx;
- font-size: 36rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .cancel {
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- font-weight: 400;
- color: #777777;
- }
- .u-input {
- padding: 12rpx 0 !important;
- }
- .btn_delete {
- width: 200rpx;
- height: 76rpx;
- background: #506DFF;
- border-radius: 38rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #FFFFFF;
- }
- .btn_close {
- width: 200rpx;
- height: 76rpx;
- border-radius: 38rpx;
- border: 1px solid #506DFF;
- font-size: 32rpx;
- font-weight: 400;
- color: #506DFF;
- }
- }
- }
- </style>
|