|
@@ -69,6 +69,8 @@
|
|
|
<text class="text1" v-if="detail.entry_status == 'entry'">已入职</text>
|
|
|
<text class="text1" v-if="detail.entry_status == 'failed'">已淘汰</text>
|
|
|
<u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
|
|
|
+ <text class="dakuan-icon"
|
|
|
+ v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status != 'paid'">未支付</text>
|
|
|
</view>
|
|
|
<view class="header-title u-flex" @click="showjinzhan = true" v-if="detail.stage == 'over_protected'">
|
|
|
<text class="text1" v-if="detail.over_protected_status == 'pending'">待反馈</text>
|
|
@@ -77,13 +79,14 @@
|
|
|
<text class="text1" v-if="detail.over_protected_status == 'failed'">已淘汰</text>
|
|
|
<u-icon name="arrow-up-fill" style="transform: rotate(90deg);" color="#fff" size="12"></u-icon>
|
|
|
<text class="text2" v-if="detail.over_protected_status == 'failed'">已淘汰</text>
|
|
|
- <text class="dakuan-icon" v-if="detail.hr_pay_status == 'unpaid'">未支付</text>
|
|
|
- <text class="dakuan-icon" v-if="detail.hr_pay_status == 'paying'">支付中</text>
|
|
|
+ <text class="dakuan-icon"
|
|
|
+ v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status != 'paid'">未支付</text>
|
|
|
+ <!-- <text class="dakuan-icon" v-if="detail.hr_pay_status == 'paying'">支付中</text>
|
|
|
<text class="dakuan-icon" v-if="detail.hr_pay_status == 'part'">部分支付</text>
|
|
|
<text class="dakuan-icon" v-if="detail.hr_pay_status == 'paid'">已支付</text>
|
|
|
<text class="dakuan-icon" v-if="detail.hr_pay_status == 'refunding'">退款中</text>
|
|
|
<text class="dakuan-icon" v-if="detail.hr_pay_status == 'refunded'">已退款</text>
|
|
|
- <text class="dakuan-icon" v-if="detail.hr_pay_status == 'overdue'">已逾期</text>
|
|
|
+ <text class="dakuan-icon" v-if="detail.hr_pay_status == 'overdue'">已逾期</text> -->
|
|
|
</view>
|
|
|
<!-- status.状态:unpaid=未支付,paying=支付中,paid=已支付,refunding=退款中,refunded=已退款,overdue.已逾期, discount_amount.折扣金额 -->
|
|
|
<view class="order-time">
|
|
@@ -174,10 +177,6 @@
|
|
|
<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>
|
|
@@ -251,7 +250,7 @@
|
|
|
<image :src="detail.hr.avatar" mode=""
|
|
|
style="width: 50rpx;height: 50rpx;border-radius: 50%;">
|
|
|
</image>
|
|
|
- <view class="" style="margin-left: 16rpx;">
|
|
|
+ <view class="" style="margin-left: 16rpx;font-size: 24rpx;">
|
|
|
<text>{{detail.hr.name}}</text>·
|
|
|
<text>{{detail.hr.job}}</text>
|
|
|
</view>
|
|
@@ -273,83 +272,15 @@
|
|
|
<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-header u-flex u-row-between">
|
|
|
- <text>推荐信息</text>
|
|
|
- <text>推荐时间:{{detail.resume_recommend.createtime}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>推荐理由</text>
|
|
|
- <text>{{detail.resume_recommend.recommend_reason}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>求职理由</text>
|
|
|
- <text>{{detail.resume_recommend.job_reason}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>离职周期</text>
|
|
|
- <text>{{detail.resume_recommend.resign_period_text}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>目前薪资</text>
|
|
|
- <text>{{Number(detail.resume_recommend.current_salary)}}K/{{detail.resume_recommend.current_salary_type == 'month' ? '月' : '年'}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>期望薪资</text>
|
|
|
- <text>{{Number(detail.resume_recommend.expect_salary)}}K/{{detail.resume_recommend.expect_salary_type == 'month' ? '月' : '年'}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-item u-flex u-row-between">
|
|
|
- <text>可约面时间</text>
|
|
|
- <text>{{detail.resume_recommend.interview_time}}</text>
|
|
|
- </view>
|
|
|
- <view class="tuijian-user u-flex u-row-between" v-if="detail.recommend_info">
|
|
|
- <image :src="detail.recommend_info.avatar" class="user-img" mode=""></image>
|
|
|
- <view class="user-center u-flex-1 u-flex-col">
|
|
|
- <text>{{detail.recommend_info.username}}</text>
|
|
|
- <text>{{detail.recommend_info.type}}</text>
|
|
|
- </view>
|
|
|
- <text class="chat-btn">立即聊聊</text>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
- <!-- <view style="height: 100rpx;"></view> -->
|
|
|
- <!-- <view class="safe-area-inset-bottom"></view> -->
|
|
|
+ <view class="" style="height: 100rpx;background: #F3F3F3;"></view>
|
|
|
<view class="jieshou-down">
|
|
|
- <view v-if="detail.stage == 'over_protected'">
|
|
|
+ <view v-if="detail.stage == 'over_protected' ||detail.stage == 'entry' ">
|
|
|
<view class="jieshou-btn u-flex u-row-right">
|
|
|
- <!-- unpaid.未支付,paying.支付中, part.部分支付,paid.已完成支付, refunding.退款中, refund_part. 部分退款, refunded.已退款 -->
|
|
|
<view
|
|
|
- v-if="['unpaid','part'].includes(detail.candidate_commission_amount) ||['unentry ','progressing ','entry'].includes(detail.entry_status) || ['unentry ','progressing ','entry'].includes(detail.offer_status) "
|
|
|
- class="text4" @click="todakuan">立即支付
|
|
|
+ v-if="detail.is_pay_for_job == 1 && detail.candidate_commission_amount && detail.candidate_pay_status != 'paid' "
|
|
|
+ class="text4" @click="todakuan(detail.candidate_commission_amount )">立即支付
|
|
|
</view>
|
|
|
- <!-- <view v-if="['paid'].includes(detail.hr_pay_status)" class="text4" @click="totuikuan()">申请退款</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="safe-area-inset-bottom"></view>
|
|
@@ -614,36 +545,35 @@
|
|
|
}
|
|
|
|
|
|
},
|
|
|
- todakuan() {
|
|
|
- var periods_id = ''
|
|
|
- var paying_id = ''
|
|
|
- this.detail.hr_periods.forEach(val => {
|
|
|
- if ((val.status == 'unpaid') && !periods_id) {
|
|
|
- periods_id = val.id
|
|
|
- }
|
|
|
- if ((val.status == 'paying') && !paying_id) {
|
|
|
- paying_id = val.id
|
|
|
- }
|
|
|
- })
|
|
|
- console.log(paying_id);
|
|
|
- if (paying_id) {
|
|
|
- this.$u.toast("待后台审核成功后再发起支付")
|
|
|
- return
|
|
|
- }
|
|
|
- if (periods_id) {
|
|
|
- uni.navigateTo({
|
|
|
- url: "/pagesD/pay?id=" + periods_id
|
|
|
- })
|
|
|
- } else {
|
|
|
- this.$u.toast("暂无信息")
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- totuikuan() {
|
|
|
+ todakuan(money) {
|
|
|
+ // var periods_id = ''
|
|
|
+ // var paying_id = ''
|
|
|
+ // this.detail.hr_periods.forEach(val => {
|
|
|
+ // if ((val.status == 'unpaid') && !periods_id) {
|
|
|
+ // periods_id = val.id
|
|
|
+ // }
|
|
|
+ // if ((val.status == 'paying') && !paying_id) {
|
|
|
+ // paying_id = val.id
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // console.log(paying_id);
|
|
|
+ // if (paying_id) {
|
|
|
+ // this.$u.toast("待后台审核成功后再发起支付")
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if (periods_id) {
|
|
|
uni.navigateTo({
|
|
|
- url: "/pagesD/tuikuan?id=" + this.id
|
|
|
+ url: "/pagesD/pay?id=" + this.id + '&&money=' + money
|
|
|
})
|
|
|
- }
|
|
|
+ // } else {
|
|
|
+ // this.$u.toast("暂无信息")
|
|
|
+ // }
|
|
|
+ },
|
|
|
+ // totuikuan() {
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url: "/pagesD/tuikuan?id=" + this.id
|
|
|
+ // })
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
</script>
|