|
@@ -45,19 +45,19 @@
|
|
|
<view class="fonts">
|
|
|
<text v-if="item.withdraw_status=='unapplied'"></text>
|
|
|
<text v-if="item.withdraw_status=='withdrawing'"
|
|
|
- style="color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.1);padding: 3rpx;">提现中</text>
|
|
|
+ style="color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.1);padding: 3rpx;font-size:26rpx">提现中</text>
|
|
|
<text v-if="item.withdraw_status=='success'"
|
|
|
- style="color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.1);padding: 3rpx;">已提现</text>
|
|
|
+ style="color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.1);padding: 3rpx;font-size:26rpx">已提现</text>
|
|
|
<text v-if="item.withdraw_status=='withdraw'"
|
|
|
- style="color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.1);padding: 3rpx;">已申请</text>
|
|
|
+ style="color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.1);padding: 3rpx;font-size:26rpx">已申请</text>
|
|
|
<text v-if="item.withdraw_status=='failed'"
|
|
|
- style="color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.1);padding: 3rpx;">提现失败</text>
|
|
|
+ style="color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.1);padding: 3rpx;font-size:26rpx">提现失败</text>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
<view class="u-flex u-row-between"
|
|
|
style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
|
|
|
- <view class="left">
|
|
|
- <view class="top">
|
|
|
+ <view class="left" >
|
|
|
+ <view class="top" style="width: 284rpx;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" >
|
|
|
<text class="left">
|
|
|
{{item.user.nickname}}
|
|
|
</text>
|
|
@@ -120,13 +120,13 @@
|
|
|
<view class="fonts">
|
|
|
<text v-if="item.withdraw_status=='unapplied'"></text>
|
|
|
<text v-if="item.withdraw_status=='withdrawing'"
|
|
|
- style="color: rgba(250, 143, 0, 0.8);">提现中</text>
|
|
|
+ style="color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.1);padding: 3rpx;font-size:26rpx">提现中</text>
|
|
|
<text v-if="item.withdraw_status=='success'"
|
|
|
- style="color: rgba(53, 170, 31, 0.8);">已提现</text>
|
|
|
+ style="color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.1);padding: 3rpx;font-size:26rpx">已提现</text>
|
|
|
<text v-if="item.withdraw_status=='withdraw'"
|
|
|
- style="color: rgba(12, 102, 194, 0.8);">已申请</text>
|
|
|
+ style="color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.1);padding: 3rpx;font-size:26rpx">已申请</text>
|
|
|
<text v-if="item.withdraw_status=='failed'"
|
|
|
- style="color: rgba(219, 15, 15, 0.8);">提现失败</text>
|
|
|
+ style="color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.1);padding: 3rpx;font-size:26rpx">提现失败</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between">
|
|
@@ -146,7 +146,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between" style="margin-top: 22rpx;">
|
|
|
- <text class="data tatlea">邀请日期 2023.03.12 12:4</text>
|
|
|
+ <text class="data tatlea">邀请日期
|
|
|
+ {{item.order.interviewed_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
|
|
|
<!-- <text class="data1">结算款时间:2023.03.12 12:</text> -->
|
|
|
<text class="date1"
|
|
|
v-if="item.is_confirm==1">结算款时间:{{item.confirm_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
@@ -157,8 +158,8 @@
|
|
|
<view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
<view class="" v-if="tab1 == 1">
|
|
|
- <u-subsection mode="subsection" :list="list2" :current="current" @change="change"
|
|
|
- keyName="label"></u-subsection>
|
|
|
+ <u-subsection :list="list2" mode="button" activeColor="#fff" bgColor="#fff" :current="current"
|
|
|
+ @change="change" keyName="label"></u-subsection>
|
|
|
<view class="" v-if="current==0">
|
|
|
<view class="yong" v-for="(item,index) in list" :key="item.id" style="margin-top: 20rpx;"
|
|
|
v-if="item.withdraw_status=='unapplied'?false:true">
|
|
@@ -175,32 +176,29 @@
|
|
|
<view class="top"
|
|
|
style="width: 284rpx;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;">
|
|
|
<text class="left">
|
|
|
- {{item.order.recommend_info.username}}
|
|
|
+ {{item.user.nickname}}
|
|
|
</text>
|
|
|
<text class="right">
|
|
|
{{item.order.job.job_name}}
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="concent">
|
|
|
+ <text class="right" style="margin-left: 0rpx;">
|
|
|
+ 职位负责人-
|
|
|
+ </text>
|
|
|
+ <text class="right">
|
|
|
+ {{item.order.hr.name||'' }}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
<text class="left">佣金内容</text>
|
|
|
<text class="right">{{item.type_name}}</text>
|
|
|
</view>
|
|
|
- <view class="concent u-flex">
|
|
|
- <text class="left">佣金金额</text>
|
|
|
- <view class="money">
|
|
|
- <text style="font: 24rpx;">¥</text>
|
|
|
- <text style="font-size: 32rpx;">{{item.amount}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
- <view class="top">
|
|
|
- <text class="left">
|
|
|
- 职位负责人
|
|
|
- </text>
|
|
|
- <text class="right">
|
|
|
- {{item.order.hr.name }}
|
|
|
- </text>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">推荐时间</text>
|
|
|
+ <text class="right">{{item.createtime.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
</view>
|
|
|
<view class="concent">
|
|
|
<text class="left">offer时间</text>
|
|
@@ -217,33 +215,33 @@
|
|
|
<view class="" style="border-top:2rpx solid #F6F6F6 ;margin-top: 20rpx;">
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">提现账号</text>
|
|
|
- <text>中国农业银行(2392)</text>
|
|
|
+ <text>{{item.bank_type_name}}({{item.bank_no.slice(-4,)}})</text>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">申请时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <text>{{item.withdraw_apply_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
+ <view class="u-flex u-row-between leftf" v-if="item.withdraw_exam_time">
|
|
|
<text class="leftff">到账时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <text>{{item.withdraw_exam_time.slice(0,-3).replaceAll("-",".")||''}}</text>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">提现状态</text>
|
|
|
<text v-if="item.withdraw_status=='withdrawing'"
|
|
|
- style="color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.1);padding: 3rpx;">提现中</text>
|
|
|
+ style="color: rgba(250, 143, 0, 0.8);">提现中</text>
|
|
|
<text v-if="item.withdraw_status=='success'"
|
|
|
- style="color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.1);padding: 3rpx;">已提现</text>
|
|
|
+ style="color: rgba(53, 170, 31, 0.8);">已提现</text>
|
|
|
<text v-if="item.withdraw_status=='withdraw'"
|
|
|
- style="color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.1);padding: 3rpx;">已申请</text>
|
|
|
+ style="color: rgba(12, 102, 194, 0.8);">已申请</text>
|
|
|
<text v-if="item.withdraw_status=='failed'"
|
|
|
- style="color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.1);padding: 3rpx;">提现失败</text>
|
|
|
+ style="color: rgba(219, 15, 15, 0.8);">提现失败</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
<view class="" v-if="current==1">
|
|
|
- <view class="yong" v-for="(item,index) in list" :key="item.id" style="margin-top: 20rpx;"
|
|
|
+ <view class="yong" v-for="(item,index) in list" :key="index" style="margin-top: 20rpx;"
|
|
|
v-if="item.withdraw_status=='unapplied'?false:true">
|
|
|
<view class="top u-flex u-row-between">
|
|
|
<text class="left tatlea">订单编号:{{item.order.order_no}}</text>
|
|
@@ -259,19 +257,19 @@
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">邀请时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <text>{{item.order.interviewed_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">提现账号</text>
|
|
|
- <text>中国农业银行(2392)</text>
|
|
|
+ <text>{{item.bank_type_name}}({{item.bank_no.slice(-4)}})</text>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">申请时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <text>{{item.withdraw_apply_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
+ <view class="u-flex u-row-between leftf" v-if="item.withdraw_exam_time">
|
|
|
<text class="leftff">到账时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <text>{{item.withdraw_exam_time.slice(0,-3).replaceAll("-",".")||''}}</text>
|
|
|
</view>
|
|
|
<view class="u-flex u-row-between leftf">
|
|
|
<text class="leftff">提现状态</text>
|
|
@@ -421,6 +419,17 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ ::v-deep .u-subsection--button {
|
|
|
+ height: 76rpx;
|
|
|
+ border-radius: 76rpx !important;
|
|
|
+ background-color: #fff !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep .u-subsection--button__bar {
|
|
|
+ border-radius: 76rpx !important;
|
|
|
+ background-color: #0C66C2 !important;
|
|
|
+ }
|
|
|
+
|
|
|
.date1 {
|
|
|
font-size: 24rpx;
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -577,10 +586,12 @@
|
|
|
.right {
|
|
|
.concent {
|
|
|
.left {
|
|
|
+ width: 105rpx;
|
|
|
font-size: 24rpx;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #222222;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
.money {
|