|
@@ -2,7 +2,7 @@
|
|
|
<view class="order-info">
|
|
|
<view class="jieshou-info-bg"></view>
|
|
|
<view class="jieshou-info-header u-flex-col u-row-center">
|
|
|
- <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'recommend'">
|
|
|
+ <!-- <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'recommend'">
|
|
|
<text class="text1" v-if="detail.recommend_status == 'pending'">待反馈</text>
|
|
|
<text class="text1" v-if="detail.recommend_status == 'viewed'">待反馈</text>
|
|
|
<text class="text1" v-if="detail.recommend_status == 'overdue'">反馈逾期</text>
|
|
@@ -12,6 +12,17 @@
|
|
|
<text class="text1" v-if="detail.recommend_status == 'failed'">已淘汰</text>
|
|
|
<u-icon name="arrow-up-fill" style="transform: rotate(90deg) !important;" color="#fff"
|
|
|
size="12"></u-icon>
|
|
|
+ </view> -->
|
|
|
+ <view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'recommend'">
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'pending'">投递成功</text>
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'viewed'">投递成功</text>
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'overdue'">反馈逾期</text>
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'passed'">简历通过</text>
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'interviewed'">待反馈</text>
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'undetermined'">简历待定</text>
|
|
|
+ <text class="text1" v-if="detail.recommend_status == 'failed'">已淘汰</text>
|
|
|
+ <u-icon name="arrow-up-fill" style="transform: rotate(90deg) !important;" color="#fff"
|
|
|
+ size="12"></u-icon>
|
|
|
</view>
|
|
|
<view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'failed'">
|
|
|
<text class="text1" v-if="detail.failed_type == 'un_refused'">未淘汰</text>
|
|
@@ -92,117 +103,249 @@
|
|
|
<text :class="{text:jindu >= index}" v-for="(item,index) in jindulist" :key="index">{{item.name}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="mianshi-box" v-if="detail.stage == 'failed' && ['assess_failed'].includes(detail.failed_type)">
|
|
|
- <view class="mianshi-header u-flex u-row-between">
|
|
|
- <text class="text1">淘汰原因</text>
|
|
|
+ <view class="back" style="border: 2rpx solid rgba(0,0,0,0);">
|
|
|
+ <view class="mianshi-box" v-if="detail.stage == 'failed' && ['assess_failed'].includes(detail.failed_type)">
|
|
|
+ <view class="mianshi-header u-flex u-row-between">
|
|
|
+ <text class="text1">淘汰原因</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between" style="padding: 32rpx 0;">
|
|
|
+ <text>{{detail.refused_reason}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between" style="padding: 32rpx 0;">
|
|
|
- <text>{{detail.refused_reason}}</text>
|
|
|
+ <view class="yiguobao-box u-flex-col u-col-center u-row-center"
|
|
|
+ v-if="detail.stage == 'over_protected' && detail.over_protected_status == 'passed'">
|
|
|
+ <image src="/static/images/yiguobao.png" mode=""></image>
|
|
|
+ <text>恭喜!您已过保</text>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="yiguobao-box u-flex-col u-col-center u-row-center"
|
|
|
- v-if="detail.stage == 'over_protected' && detail.over_protected_status == 'passed'">
|
|
|
- <image src="/static/images/yiguobao.png" mode=""></image>
|
|
|
- <text>恭喜!您已过保</text>
|
|
|
- </view>
|
|
|
- <view class="mianshi-box" v-if="['issued','accepted','rejected'].includes(detail.offer_status) || detail.offer">
|
|
|
- <view class="mianshi-header u-flex u-row-between">
|
|
|
- <text class="text1">offer信息</text>
|
|
|
- <view v-if="detail.offer_status == 'issued'" class="mianshi-right u-flex u-row-center"
|
|
|
- style="background-color: #FFF9EB;">
|
|
|
- <text style="color: #F7B500;">待反馈</text>
|
|
|
+ <view class="mianshi-box" style="margin-left: 20rpx;margin-bottom: 20rpx;"
|
|
|
+ v-if="['issued','accepted','rejected'].includes(detail.offer_status) || detail.offer">
|
|
|
+ <view class="mianshi-header u-flex u-row-between">
|
|
|
+ <text class="text1">offer信息</text>
|
|
|
+ <view v-if="detail.offer_status == 'issued'" class="mianshi-right u-flex u-row-center"
|
|
|
+ style="background-color: #FFF9EB;">
|
|
|
+ <text style="color: #F7B500;">待反馈</text>
|
|
|
+ </view>
|
|
|
+ <view v-if="detail.offer_status == 'accepted'" class="mianshi-right u-flex u-row-center"
|
|
|
+ style="background-color: #F3FAF3;">
|
|
|
+ <text style="color: #61BF60;">已通过</text>
|
|
|
+ </view>
|
|
|
+ <view v-if="detail.offer_status == 'rejected'" class="mianshi-right u-flex u-row-center"
|
|
|
+ style="background-color: #FFEFF0;">
|
|
|
+ <text style="color: #F2413A;">已拒绝</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view v-if="detail.offer_status == 'accepted'" class="mianshi-right u-flex u-row-center"
|
|
|
- style="background-color: #F3FAF3;">
|
|
|
- <text style="color: #61BF60;">已通过</text>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>入职岗位</text>
|
|
|
+ <text>{{detail.job.job_name}}</text>
|
|
|
</view>
|
|
|
- <view v-if="detail.offer_status == 'rejected'" class="mianshi-right u-flex u-row-center"
|
|
|
- style="background-color: #FFEFF0;">
|
|
|
- <text style="color: #F2413A;">已拒绝</text>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>入职时间</text>
|
|
|
+ <text>{{detail.offer.entry_time}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>入职地址</text>
|
|
|
+ <text>{{detail.offer.entry_address}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>入职薪资</text>
|
|
|
+ <text>{{detail.offer.salary}}K·{{detail.offer.salary_type == 'year' ? '年薪' : '月薪'}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>福利待遇</text>
|
|
|
+ <text>{{detail.offer.benefits}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>任职岗位</text>
|
|
|
- <text>{{detail.job.job_name}}</text>
|
|
|
- </view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>入职时间</text>
|
|
|
- <text>{{detail.offer.entry_time}}</text>
|
|
|
- </view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>入职地址</text>
|
|
|
- <text>{{detail.offer.entry_address}}</text>
|
|
|
- </view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>入职薪资</text>
|
|
|
- <text>{{detail.offer.salary}}K·{{detail.offer.salary_type == 'year' ? '年薪' : '月薪'}}</text>
|
|
|
- </view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>福利待遇</text>
|
|
|
- <text>{{detail.offer.benefits}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <swiper v-if="detail.interviews && detail.interviews.length > 0"
|
|
|
- @change="(e) => {mianshidetail = detail.interviews[e.detail.current]}"
|
|
|
- style="height: 250px;width: 702rpx;margin: 0 auto 20rpx auto;background-color: #fff;border-radius: 20rpx;"
|
|
|
- :indicator-dots="true" :interval="3000" :duration="1000">
|
|
|
- <swiper-item v-for="(item,index) in detail.interviews" :key="index">
|
|
|
- <view class="mianshi-box">
|
|
|
- <view class="mianshi-header u-flex u-row-between">
|
|
|
- <text class="text1">面试信息</text>
|
|
|
- <view v-if="item.status == 'failed'" class="mianshi-right u-flex u-row-center"
|
|
|
- style="background-color: #FCECEB;">
|
|
|
- <text style="color: #F2413A;">面试淘汰</text>
|
|
|
+ <swiper v-if="detail.interview && detail.interviews.length > 0"
|
|
|
+ @change="(e) => {mianshidetail = detail.interviews[e.detail.current]}"
|
|
|
+ style="height: 250px;width: 702rpx;margin: 0 auto 20rpx auto;background-color: #fff;border-radius: 20rpx;border: 2rpx solid rgba(0,0,0,0);"
|
|
|
+ :indicator-dots="true" :interval="3000" :duration="1000">
|
|
|
+ <swiper-item v-for="(item,index) in detail.interviews" :key="index"
|
|
|
+ style="border: 2rpx solid rgba(0,0,0,0);">
|
|
|
+ <view class="mianshi-box">
|
|
|
+ <view class="mianshi-header u-flex u-row-between">
|
|
|
+ <text class="text1">面试信息</text>
|
|
|
+ <view v-if="item.status == 'failed'" class="mianshi-right u-flex u-row-center"
|
|
|
+ style="background-color: #FCECEB;">
|
|
|
+ <text style="color: #F2413A;">面试淘汰</text>
|
|
|
+ </view>
|
|
|
+ <view v-else class="mianshi-right u-flex u-row-center">
|
|
|
+ <image src="static/mianshi.png" mode=""></image>
|
|
|
+ <text>第{{item.period}}轮</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>面试轮次</text>
|
|
|
+ <text>{{item.period_sum}}轮</text>
|
|
|
+ </view> -->
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>面试方式</text>
|
|
|
+ <text>{{item.type == 'offline' ? '线下面试' : '线上面试'}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>面试时间</text>
|
|
|
+ <text>{{item.interview_time}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>联系人</text>
|
|
|
+ <text>{{item.contact_name}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between">
|
|
|
+ <text>联系电话</text>
|
|
|
+ <text>{{item.contact_mobile}}</text>
|
|
|
</view>
|
|
|
- <view v-else class="mianshi-right u-flex u-row-center">
|
|
|
- <image src="static/mianshi.png" mode=""></image>
|
|
|
- <text>第{{item.period}}轮</text>
|
|
|
+ <view class="mianshi-item u-flex u-row-between" v-if="item.type == 'offline'">
|
|
|
+ <text>面试地点</text>
|
|
|
+ <text>{{item.address}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="mianshi-item u-flex u-row-between" v-else>
|
|
|
+ <text>面试链接</text>
|
|
|
+ <text>{{item.url}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ </swiper-item>
|
|
|
+ </swiper>
|
|
|
+ <view class="mianshi-box">
|
|
|
+ <view v-if="mianshidetail.status == 'failed'">
|
|
|
<view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>面试轮次</text>
|
|
|
- <text>{{item.period_sum}}轮</text>
|
|
|
+ <text>淘汰原因</text>
|
|
|
+ <text>{{mianshidetail.refused_reason}}</text>
|
|
|
</view>
|
|
|
<view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>面试方式</text>
|
|
|
- <text>{{item.type == 'offline' ? '线下面试' : '线上面试'}}</text>
|
|
|
+ <text>推荐意见</text>
|
|
|
+ <text>{{mianshidetail.recommend_opinion}}</text>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>面试时间</text>
|
|
|
- <text>{{item.interview_time}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="jieshao-box">
|
|
|
+ <!-- <view class="jieshao-user jieshao-user1 u-flex u-row-between">
|
|
|
+ <view class="left u-flex-col">
|
|
|
+ <text class="user-name">{{detail.resume.name || ''}}</text>
|
|
|
+ <view class="user-tips1">
|
|
|
+ {{detail.resume.province || ''}}·{{detail.resume.city || ''}}|{{detail.resume.experience || 0}}年|{{detail.resume.education_name || ''}} | {{detail.resume.salary || 0}}K/{{detail.resume.salary_type == 'year' ? '年' : '月'}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between" v-if="item.type == 'offline'">
|
|
|
- <text>面试地点</text>
|
|
|
- <text>{{item.address}}</text>
|
|
|
+ <view class="right">
|
|
|
+ <image :src="detail.resume.avatar" class="img1" mode=""></image>
|
|
|
+ <image v-if="detail.resume.sex == 'male'" src="../static/images/nan.png" class="sex" mode=""></image>
|
|
|
+ <image v-if="detail.resume.sex == 'female'" src="../static/images/nv.png" class="sex" mode=""></image>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between" v-else>
|
|
|
- <text>面试链接</text>
|
|
|
- <text>{{item.url}}</text>
|
|
|
+ </view> -->
|
|
|
+ <!-- <view class="u-flex item-other" v-if="detail.resume_job_experience[0]">
|
|
|
+ <image src="../static/images/dizhi.png" mode=""></image>
|
|
|
+ <text>{{detail.resume_job_experience[0].company_name}}·{{detail.resume_job_experience[0].job_name}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex item-other" v-if="detail.resume_education_experience[0]">
|
|
|
+ <image src="../static/images/zhiye.png" mode=""></image>
|
|
|
+ <text>{{detail.resume_education_experience[0].name}}·{{detail.resume_education_experience[0].major}}</text>
|
|
|
+ </view> -->
|
|
|
+ <view class="content">
|
|
|
+ <view class="u-flex u-row-between ">
|
|
|
+ <view class="u-flex">
|
|
|
+ <view class="font">{{detail.job.job_name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="money">{{detail.job.salary_min}}-{{detail.job.salary_max}}K
|
|
|
+ <text v-if="detail.job.salary_structure">·{{detail.job.salary_structure}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>联系人</text>
|
|
|
- <text>{{item.contact_name}}</text>
|
|
|
+ <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
|
|
|
+ <text class="introduce">{{detail.company.name}}</text>
|
|
|
+ <text class="introduce">{{detail.company.stage_name}}</text>
|
|
|
+ <text class="introduce">{{detail.company.scale_name}}</text>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>联系电话</text>
|
|
|
- <text>{{item.contact_mobile}}</text>
|
|
|
+ <view class="u-flex" style="margin-bottom: 24rpx;">
|
|
|
+
|
|
|
+ <view class="tabs">
|
|
|
+ {{detail.company.province}}{{detail.company.city}}
|
|
|
+ </view>
|
|
|
+ <view class="tabs">
|
|
|
+ {{detail.job.education_name}}
|
|
|
+ </view>
|
|
|
+ <view class="tabs">
|
|
|
+ {{detail.job.experience_name}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between u-col-center">
|
|
|
+ <view class=" u-flex u-col-center">
|
|
|
+ <image :src="detail.recommend_info.avatar" mode=""
|
|
|
+ style="width: 50rpx;height: 50rpx;border-radius: 50%;">
|
|
|
+ </image>
|
|
|
+ <view class="" style="margin-left: 16rpx;">
|
|
|
+ <text>{{detail.recommend_info.username}}</text>·
|
|
|
+ <text>{{detail.recommend_info.type}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </swiper-item>
|
|
|
- </swiper>
|
|
|
- <view class="mianshi-box">
|
|
|
- <view v-if="mianshidetail.status == 'failed'">
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>淘汰原因</text>
|
|
|
- <text>{{mianshidetail.refused_reason}}</text>
|
|
|
+
|
|
|
+ <!-- <view class="bottom u-flex u-row-between">
|
|
|
+ <text class="tou">{{detail.updatetime}}{{detail.updatetime?"投递":""}}</text>
|
|
|
+ <text class="success">投递成功</text>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <view class="jieshao-user jieshao-user2 u-flex u-row-between" style="margin-top: 30rpx;">
|
|
|
+ <view class="left u-flex-col">
|
|
|
+ <text class="user-name">{{detail.job.job_name || ''}}</text>
|
|
|
+ <view class="user-tips1">
|
|
|
+ {{detail.job.work_province || ''}}·{{detail.job.work_city || ''}}|{{detail.job.experience_name || 0}}年|{{detail.job.education_name || ''}} | {{detail.job.salary_min || 0}}-{{detail.job.salary_max || 0}}K
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view> -->
|
|
|
+ <!-- <view class="u-flex item-other">
|
|
|
+ <image src="static/address.png" mode=""></image>
|
|
|
+ <text>{{detail.company.name || ''}}</text>
|
|
|
</view>
|
|
|
- <view class="mianshi-item u-flex u-row-between">
|
|
|
- <text>推荐意见</text>
|
|
|
- <text>{{mianshidetail.recommend_opinion}}</text>
|
|
|
+ <view class="u-flex item-other">
|
|
|
+ <image src="static/dingwei.png" mode=""></image>
|
|
|
+ <text>{{detail.job.work_city || ''}}</text>
|
|
|
+ </view> -->
|
|
|
+ <view class="tongguo-offter u-flex u-row-between" v-if="detail.hr_pay_sum">
|
|
|
+ <text>佣金金额</text>
|
|
|
+ <text>¥{{detail.hr_pay_sum}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="tuijian-box">
|
|
|
+ <view class="tuijian-item u-flex">
|
|
|
+ <text>订单编号:</text>
|
|
|
+ <text>{{detail.order_no || ''}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="tuijian-item u-flex">
|
|
|
+ <text>订单时间:</text>
|
|
|
+ <text>{{detail.createtime || ''}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="pay-box" v-if="detail.hr_periods && detail.hr_periods.length > 0">
|
|
|
+ <view class="pay-header u-flex u-row-between">
|
|
|
+ <text class="text1">支付方式</text>
|
|
|
+ <view class="u-flex">
|
|
|
+ <text class="text2">{{detail.hr_periods.length}}次付款</text>
|
|
|
+ <u-icon name="info-circle-fill" color="#999999" size="24"></u-icon>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="pay-item u-flex u-col-top u-row-between" v-for="(a,b) in detail.hr_periods" :key="b">
|
|
|
+ <text class="text1">{{a.normal_time}}</text>
|
|
|
+ <view class="u-flex-col u-col-center">
|
|
|
+ <text class="xian1"></text>
|
|
|
+ </view>
|
|
|
+ <view class="text2 u-flex u-row-right">
|
|
|
+ <text class="price" v-if="a.status == 'paid'" style="color: #76777D;">¥{{a.normal_price}}</text>
|
|
|
+ <text class="price" v-else-if="a.status == 'unpaid'"
|
|
|
+ style="color: #1A1C24">¥{{a.normal_price}}</text>
|
|
|
+ <text class="price" v-else style="color: #F2413A;">¥{{a.normal_price}}</text>
|
|
|
+ <text class="price-status1" v-if="a.status == 'paid'">已打款</text>
|
|
|
+ <text class="price-status2" v-if="a.status == 'paying'">支付中</text>
|
|
|
+ <text class="price-status2" v-if="a.status == 'refunding'">退款中</text>
|
|
|
+ <text class="price-status2" v-if="a.status == 'refunded'">已退款</text>
|
|
|
+ <text class="price-status2" v-if="a.status == 'overdue'">已逾期</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="tuijian-box" v-if="detail.resume_recommend">
|
|
|
+
|
|
|
+ <!-- <view class="tuijian-box" v-if="detail.resume_recommend">
|
|
|
<view class="tuijian-header u-flex u-row-between">
|
|
|
<text>推荐信息</text>
|
|
|
<text>推荐时间:{{detail.resume_recommend.createtime}}</text>
|
|
@@ -239,151 +382,42 @@
|
|
|
</view>
|
|
|
<text class="chat-btn">立即聊聊</text>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="jieshao-box">
|
|
|
- <!-- <view class="jieshao-user jieshao-user1 u-flex u-row-between">
|
|
|
- <view class="left u-flex-col">
|
|
|
- <text class="user-name">{{detail.resume.name || ''}}</text>
|
|
|
- <view class="user-tips1">
|
|
|
- {{detail.resume.province || ''}}·{{detail.resume.city || ''}}|{{detail.resume.experience || 0}}年|{{detail.resume.education_name || ''}} | {{detail.resume.salary || 0}}K/{{detail.resume.salary_type == 'year' ? '年' : '月'}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="right">
|
|
|
- <image :src="detail.resume.avatar" class="img1" mode=""></image>
|
|
|
- <image v-if="detail.resume.sex == 'male'" src="../static/images/nan.png" class="sex" mode=""></image>
|
|
|
- <image v-if="detail.resume.sex == 'female'" src="../static/images/nv.png" class="sex" mode=""></image>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="u-flex item-other" v-if="detail.resume_job_experience[0]">
|
|
|
- <image src="../static/images/dizhi.png" mode=""></image>
|
|
|
- <text>{{detail.resume_job_experience[0].company_name}}·{{detail.resume_job_experience[0].job_name}}</text>
|
|
|
- </view>
|
|
|
- <view class="u-flex item-other" v-if="detail.resume_education_experience[0]">
|
|
|
- <image src="../static/images/zhiye.png" mode=""></image>
|
|
|
- <text>{{detail.resume_education_experience[0].name}}·{{detail.resume_education_experience[0].major}}</text>
|
|
|
- </view> -->
|
|
|
- <view class="content">
|
|
|
- <view class="u-flex u-row-between ">
|
|
|
- <view class="u-flex">
|
|
|
- <view class="font">{{detail.job.job_name}}</view>
|
|
|
- </view>
|
|
|
- <view class="money">{{detail.job.salary_min}}-{{detail.job.salary_max}}K
|
|
|
- <text v-if="detail.job.salary_structure">·{{detail.job.salary_structure}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
|
|
|
- <text class="introduce">{{detail.company.name}}</text>
|
|
|
- <text class="introduce">{{detail.company.stage_name}}</text>
|
|
|
- <text class="introduce">{{detail.company.scale_name}}</text>
|
|
|
- </view>
|
|
|
- <view class="u-flex" style="margin-bottom: 24rpx;">
|
|
|
-
|
|
|
- <view class="tabs">
|
|
|
- {{detail.company.province}}{{detail.company.city}}
|
|
|
- </view>
|
|
|
- <view class="tabs">
|
|
|
- {{detail.job.education_name}}
|
|
|
- </view>
|
|
|
- <view class="tabs">
|
|
|
- {{detail.job.experience_name}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-between u-col-center">
|
|
|
- <view class=" u-flex u-col-center">
|
|
|
- <image :src="detail.recommend_info.avatar" mode=""
|
|
|
- style="width: 50rpx;height: 50rpx;border-radius: 50%;">
|
|
|
- </image>
|
|
|
- <view class="" style="margin-left: 16rpx;">
|
|
|
- <text>{{detail.recommend_info.username}}</text>·
|
|
|
- <text>{{detail.recommend_info.type}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- <view class="bottom u-flex u-row-between">
|
|
|
- <text class="tou">{{detail.updatetime}}{{detail.updatetime?"投递":""}}</text>
|
|
|
- <text class="success">投递成功</text>
|
|
|
- </view> -->
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <!-- <view class="jieshao-user jieshao-user2 u-flex u-row-between" style="margin-top: 30rpx;">
|
|
|
- <view class="left u-flex-col">
|
|
|
- <text class="user-name">{{detail.job.job_name || ''}}</text>
|
|
|
- <view class="user-tips1">
|
|
|
- {{detail.job.work_province || ''}}·{{detail.job.work_city || ''}}|{{detail.job.experience_name || 0}}年|{{detail.job.education_name || ''}} | {{detail.job.salary_min || 0}}-{{detail.job.salary_max || 0}}K
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!-- <view class="u-flex item-other">
|
|
|
- <image src="static/address.png" mode=""></image>
|
|
|
- <text>{{detail.company.name || ''}}</text>
|
|
|
- </view>
|
|
|
- <view class="u-flex item-other">
|
|
|
- <image src="static/dingwei.png" mode=""></image>
|
|
|
- <text>{{detail.job.work_city || ''}}</text>
|
|
|
- </view> -->
|
|
|
- <view class="tongguo-offter u-flex u-row-between" v-if="detail.hr_pay_sum">
|
|
|
- <text>佣金金额</text>
|
|
|
- <text>¥{{detail.hr_pay_sum}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="pay-box" v-if="detail.hr_periods && detail.hr_periods.length > 0">
|
|
|
- <view class="pay-header u-flex u-row-between">
|
|
|
- <text class="text1">支付方式</text>
|
|
|
- <view class="u-flex">
|
|
|
- <text class="text2">{{detail.hr_periods.length}}次付款</text>
|
|
|
- <u-icon name="info-circle-fill" color="#999999" size="24"></u-icon>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="pay-item u-flex u-col-top u-row-between" v-for="(a,b) in detail.hr_periods" :key="b">
|
|
|
- <text class="text1">{{a.normal_time}}</text>
|
|
|
- <view class="u-flex-col u-col-center">
|
|
|
- <text class="xian1"></text>
|
|
|
- </view>
|
|
|
- <view class="text2 u-flex u-row-right">
|
|
|
- <text class="price" v-if="a.status == 'paid'" style="color: #76777D;">¥{{a.normal_price}}</text>
|
|
|
- <text class="price" v-else-if="a.status == 'unpaid'"
|
|
|
- style="color: #1A1C24">¥{{a.normal_price}}</text>
|
|
|
- <text class="price" v-else style="color: #F2413A;">¥{{a.normal_price}}</text>
|
|
|
- <text class="price-status1" v-if="a.status == 'paid'">已打款</text>
|
|
|
- <text class="price-status2" v-if="a.status == 'paying'">支付中</text>
|
|
|
- <text class="price-status2" v-if="a.status == 'refunding'">退款中</text>
|
|
|
- <text class="price-status2" v-if="a.status == 'refunded'">已退款</text>
|
|
|
- <text class="price-status2" v-if="a.status == 'overdue'">已逾期</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="tuijian-box">
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>订单编号</text>
|
|
|
- <text>{{detail.order_no || ''}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>订单时间</text>
|
|
|
- <text>{{detail.createtime || ''}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view style="height: 100rpx;"></view>
|
|
|
- <view class="safe-area-inset-bottom"></view>
|
|
|
+ </view> -->
|
|
|
+ <!-- <view style="height: 100rpx;"></view>
|
|
|
+ <view class="safe-area-inset-bottom"></view> -->
|
|
|
<view class="jieshou-down">
|
|
|
<view v-if="detail.stage == 'over_protected'">
|
|
|
<view class="jieshou-btn u-flex u-row-right">
|
|
|
<!-- unpaid.未支付,paying.支付中, part.部分支付,paid.已完成支付, refunding.退款中, refund_part. 部分退款, refunded.已退款 -->
|
|
|
- <view v-if="!['unpaid','paying'].includes(detail.hr_pay_status)" class="text2"
|
|
|
+ <!-- <view v-if="!['unpaid','paying'].includes(detail.hr_pay_status)" class="text2"
|
|
|
@click="showdakuan = true">查看打款信息</view>
|
|
|
+ <view -->
|
|
|
+ <!-- v-if="!['unpaid','paying','refunding','refund_part','refunded'].includes(detail.hr_pay_status)"
|
|
|
+ class="text2" @click="tokaipiao">申请开票</view> -->
|
|
|
<view
|
|
|
- v-if="!['unpaid','paying','refunding','refund_part','refunded'].includes(detail.hr_pay_status)"
|
|
|
- class="text2" @click="tokaipiao">申请开票</view>
|
|
|
- <view v-if="['unpaid','part'].includes(detail.hr_pay_status)" class="text4" @click="todakuan">确认打款
|
|
|
+ v-if="['unpaid','part'].includes(detail.hr_pay_status) ||['unentry ','progressing ','entry'].includes(detail.entry_status) "
|
|
|
+ class="text4" @click="todakuan">立即支付
|
|
|
</view>
|
|
|
- <view v-if="['paid'].includes(detail.hr_pay_status)" class="text4" @click="totuikuan()">申请退款</view>
|
|
|
+ <!-- <view v-if="['paid'].includes(detail.hr_pay_status)" class="text4" @click="totuikuan()">申请退款</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
+ <view class="flexa" v-if="detail.recommend_status == 'interviewed'&&detail.stage == 'recommend'">
|
|
|
+ <view class="u-flex u-row-between" style="width: 100%;">
|
|
|
+ <view class="btn1" @click="accept">接受面试</view>
|
|
|
+ <view class="btn2" @click="refuse">拒绝面试</view>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="safe-area-inset-bottom"></view> -->
|
|
|
+ </view>
|
|
|
+ <view class="flexa" v-if="detail.offer_status == 'issued'&&detail.stage == 'offer'">
|
|
|
+ <view class="u-flex u-row-between" style="width: 100%;">
|
|
|
+ <view class="btn1" @click="accept1">接受offer</view>
|
|
|
+ <view class="btn2" @click="refuse1">拒绝offer</view>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="safe-area-inset-bottom"></view> -->
|
|
|
+ </view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
<u-popup :show="showjinzhan" mode="bottom" border-radius="32" height="900" :closeable="true"
|
|
|
@close="showjinzhan = false">
|
|
|
<view class="order-jindu-popup">
|
|
@@ -446,7 +480,11 @@
|
|
|
<script>
|
|
|
import {
|
|
|
get_finance_config,
|
|
|
- order_detail
|
|
|
+ order_detail,
|
|
|
+ interview_accept,
|
|
|
+ interview_refuse,
|
|
|
+ offer_pass,
|
|
|
+ offer_refuse
|
|
|
} from "@/units/inquire.js"
|
|
|
export default {
|
|
|
data() {
|
|
@@ -498,6 +536,40 @@
|
|
|
this.getdata()
|
|
|
},
|
|
|
methods: {
|
|
|
+ accept() {
|
|
|
+ interview_accept({
|
|
|
+ order_id: this.id
|
|
|
+ }).then(res => {
|
|
|
+ this.$u.toast(res.msg)
|
|
|
+ this.getdata()
|
|
|
+ })
|
|
|
+ },
|
|
|
+ refuse() {
|
|
|
+ interview_refuse({
|
|
|
+ order_id: this.id
|
|
|
+ }).then(res => {
|
|
|
+ this.$u.toast(res.msg)
|
|
|
+ this.getdata()
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //接收offer
|
|
|
+ accept1() {
|
|
|
+ offer_pass({
|
|
|
+ order_id: this.id
|
|
|
+ }).then(res => {
|
|
|
+ this.$u.toast(res.msg)
|
|
|
+ this.getdata()
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //拒绝offer
|
|
|
+ refuse1() {
|
|
|
+ offer_refuse({
|
|
|
+ order_id: this.id
|
|
|
+ }).then(res => {
|
|
|
+ this.$u.toast(res.msg)
|
|
|
+ this.getdata()
|
|
|
+ })
|
|
|
+ },
|
|
|
getconfig() {
|
|
|
get_finance_config().then(res => {
|
|
|
this.dakuan = res.data
|
|
@@ -616,7 +688,7 @@
|
|
|
}
|
|
|
if (periods_id) {
|
|
|
uni.navigateTo({
|
|
|
- url: "/pagesD/dakuan?id=" + periods_id
|
|
|
+ url: "/pagesD/pay?id=" + periods_id
|
|
|
})
|
|
|
} else {
|
|
|
this.$u.toast("暂无信息")
|
|
@@ -633,8 +705,48 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .flexa {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ padding: 16rpx 32rpx 0;
|
|
|
+ height: 168rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ background-color: #fff;
|
|
|
+ width: 750rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ .btn1 {
|
|
|
+ text-align: center;
|
|
|
+ line-height: 84rpx;
|
|
|
+ width: 328rpx;
|
|
|
+ height: 84rpx;
|
|
|
+ background: #0C66C2;
|
|
|
+ border-radius: 12rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn2 {
|
|
|
+ text-align: center;
|
|
|
+ line-height: 84rpx;
|
|
|
+ width: 328rpx;
|
|
|
+ height: 84rpx;
|
|
|
+ background: #E8E8E8;
|
|
|
+ border-radius: 12rpx;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .back {
|
|
|
+ background: #F3F3F3;
|
|
|
+ min-height: 76vh;
|
|
|
+ }
|
|
|
+
|
|
|
.order-info {
|
|
|
|
|
|
+
|
|
|
.content {
|
|
|
padding: 24rpx 20rpx;
|
|
|
margin-top: 20rpx;
|
|
@@ -954,6 +1066,7 @@
|
|
|
color: #FFFFFF;
|
|
|
margin-left: 24rpx;
|
|
|
padding: 0 24rpx;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -962,8 +1075,9 @@
|
|
|
width: 702rpx;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 20rpx;
|
|
|
- margin: 20rpx auto;
|
|
|
+ margin: 20rpx;
|
|
|
padding: 0 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
.pay-item {
|
|
|
height: 70rpx;
|
|
@@ -1189,6 +1303,7 @@
|
|
|
.tongguo-offter {
|
|
|
height: 90rpx;
|
|
|
border-top: 2rpx solid #F4F4F4;
|
|
|
+ padding: 0 20rpx;
|
|
|
|
|
|
text:first-child {
|
|
|
font-size: 26rpx;
|
|
@@ -1315,7 +1430,7 @@
|
|
|
width: 702rpx;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 20rpx;
|
|
|
- margin: 0 auto 20rpx auto;
|
|
|
+ // margin: 0 auto 20rpx auto;
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.mianshi-item {
|
|
@@ -1575,7 +1690,7 @@
|
|
|
left: 0;
|
|
|
width: 750rpx;
|
|
|
height: 460rpx;
|
|
|
- background: linear-gradient(180deg, #0C66C2 0%, #0C66C2 50%, #F3F3F3 100%);
|
|
|
+ background: linear-gradient(180deg, #0C66C2 0%, #0C66C2 50%, #F3F3F3 100%) !important;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
}
|