2024-05-11 16:43:09 +08:00
|
|
|
<template>
|
2024-05-13 18:05:23 +08:00
|
|
|
<view class="content">
|
|
|
|
<view class="head">
|
|
|
|
<view class="head_conent">
|
|
|
|
<view class="sum">
|
|
|
|
<view class="text">已提现金额</view>
|
|
|
|
<u-count-to class="num" style="color: #F84221;" :startVal="0" :endVal="sumTofixed" :decimals="2"
|
|
|
|
bold font-size="22"></u-count-to>
|
|
|
|
</view>
|
|
|
|
<view class="line"></view>
|
|
|
|
<view class="sum">
|
|
|
|
<view class="text">已提现次数</view>
|
|
|
|
<u-count-to class="num" :startVal="0" :endVal="all_count" bold font-size="22"></u-count-to>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
2024-05-13 18:43:53 +08:00
|
|
|
<view style="margin-top: 20rpx;" @click="showPop=true">
|
|
|
|
<text>2024-4-7</text>-<text>2024-4-7</text>
|
|
|
|
</view>
|
2024-05-13 18:05:23 +08:00
|
|
|
<view class="recoder">
|
|
|
|
<view class="card" v-for="(item,index) in 10" :key="index">
|
|
|
|
<view class="right">
|
|
|
|
<view class="item" style="justify-content: flex-start;">
|
|
|
|
<text class="rest">余额提现至</text>
|
|
|
|
<!-- <text class="code">({item.financial_account.bank_code})</text> -->
|
|
|
|
<text class="code">({item})</text>
|
|
|
|
<text class="withdraw-type legal_company">{{"对公"}}</text>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="item_title">
|
|
|
|
<!-- <text>{`${item.financial_account.bank}`}</text> -->
|
|
|
|
<text>{`${item}`}</text>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="item_money">+{item.extract_money}</view> -->
|
|
|
|
<view class="item_money">+{ite}</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="item-time">{item.create_time}</view>
|
|
|
|
<view class="item_status audit" v-if="item.status == 0||true">待审核</view>
|
|
|
|
<!-- <view class="item_status trans" v-if="item.status == 1 && (!item.image || item.length> 0)">待转账
|
|
|
|
</view>
|
|
|
|
<view class="item_status done" v-if="item.status == 1 && item.image && item.image.length > 0"
|
|
|
|
@click="handleView(item)">
|
|
|
|
已转账
|
|
|
|
<u-icon name="arrow-right" color="#46B03A"></u-icon>
|
|
|
|
</view>
|
|
|
|
<view class="item_status lose" v-if="item.status == -1">审核不通过</view> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="remark" v-if="item.mark||true">{item.mark}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<up-popup :show="showPop" :round="10" mode="bottom" @close="showPop=false" @open="showPop=true">
|
|
|
|
<hDatetimePicker ref="pickerDate" @reset="showPop=false" @confirm="confirm">
|
|
|
|
</hDatetimePicker>
|
|
|
|
</up-popup>
|
|
|
|
|
2024-05-11 16:43:09 +08:00
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
|
2024-05-13 18:05:23 +08:00
|
|
|
<script setup>
|
|
|
|
import hDatetimePicker from "@/components/h-datetime-picker/components/h-datetime-picker/h-datetime-picker.vue"
|
|
|
|
import {
|
|
|
|
ref,
|
|
|
|
reactive
|
|
|
|
} from "vue"
|
|
|
|
|
|
|
|
const nowDate = new Date()
|
|
|
|
// cconst
|
|
|
|
const showPop = ref(false)
|
|
|
|
|
|
|
|
const openDatePicker = () => {
|
|
|
|
showPop.value = true
|
|
|
|
}
|
|
|
|
const confirm = (e) => {
|
|
|
|
console.log(e)
|
|
|
|
showPop.value = false
|
|
|
|
}
|
2024-05-11 16:43:09 +08:00
|
|
|
</script>
|
|
|
|
|
2024-05-13 18:05:23 +08:00
|
|
|
<style scoped lang="scss">
|
|
|
|
.content {
|
|
|
|
padding: 20rpx;
|
|
|
|
|
|
|
|
.head {
|
|
|
|
padding: 28rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
box-shadow: 0rpx 4rpx 10rpx 2rpx rgba(161, 161, 161, 0.4);
|
|
|
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
|
|
|
|
|
|
.head_conent {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.line {
|
|
|
|
width: 1rpx;
|
|
|
|
height: 70rpx;
|
|
|
|
background-color: #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sum {
|
|
|
|
flex: 1;
|
|
|
|
text-align: center;
|
|
|
|
color: #737373;
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
|
|
|
.num {
|
|
|
|
font-size: 48.06rpx;
|
|
|
|
margin-bottom: 15rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
margin-bottom: 24rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.recoder {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
// padding: 0 28rpx 28rpx 28rpx;
|
|
|
|
|
|
|
|
.time {
|
|
|
|
height: 42rpx;
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-family: PingFang SC-Medium, PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #333333;
|
|
|
|
line-height: 45rpx;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 30rpx;
|
|
|
|
height: 30rpx;
|
|
|
|
transform: rotate(90deg);
|
|
|
|
margin-left: 10rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
// width: 694rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border-radius: 21rpx 21rpx 21rpx 21rpx;
|
|
|
|
opacity: 1;
|
|
|
|
padding: 28rpx;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
|
|
|
.right {
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
|
|
|
.rest {
|
|
|
|
margin-right: 10rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.code {
|
|
|
|
margin-right: 10rpx;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.legal_company {
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
background: #72BE53;
|
|
|
|
border-radius: 6rpx;
|
|
|
|
padding: 2rpx 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.legal_person {
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
background: #FF8056;
|
|
|
|
border-radius: 6rpx;
|
|
|
|
padding: 2rpx 10rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-time {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_title {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_money {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: #F55726;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_brank {
|
|
|
|
font-size: 26rpx;
|
|
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #737373;
|
|
|
|
line-height: 39rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
&_time {
|
|
|
|
font-size: 23rpx;
|
|
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #B3B3B3;
|
|
|
|
line-height: 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item_status {
|
|
|
|
border-radius: 6rpx 6rpx 6rpx 6rpx;
|
|
|
|
padding: 2rpx 16rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.audit {
|
|
|
|
background: rgba(38, 172, 245, .2);
|
|
|
|
color: #26ACF5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trans {
|
|
|
|
background: rgba(245, 87, 38, .2);
|
|
|
|
color: #F55726;
|
|
|
|
}
|
|
|
|
|
|
|
|
.done {
|
|
|
|
display: flex;
|
|
|
|
background: rgba(70, 176, 58, .2);
|
|
|
|
color: #46B03A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lose {
|
|
|
|
background: rgba(102, 102, 102, .2);
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-title {
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
text {
|
|
|
|
&:nth-child(1) {
|
|
|
|
width: 198rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
font-family: PingFang SC, PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
line-height: 51rpx;
|
|
|
|
text-align: left;
|
|
|
|
font-style: normal;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(1) {
|
|
|
|
width: 198rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
font-family: PingFang SC, PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
line-height: 51rpx;
|
|
|
|
text-align: left;
|
|
|
|
font-style: normal;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.remark {
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #F55726;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-05-11 16:43:09 +08:00
|
|
|
</style>
|