From b850993a6fc42ce875b50d3409f2f6fdb3e7ab30 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 21 Sep 2023 17:49:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=8E=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/withdrawDeposit/company.vue | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/subpkg/withdrawDeposit/company.vue b/subpkg/withdrawDeposit/company.vue
index d906cf3..752132c 100644
--- a/subpkg/withdrawDeposit/company.vue
+++ b/subpkg/withdrawDeposit/company.vue
@@ -32,14 +32,15 @@
提示
- 上一周期截至时间是{{payMoney.end_cycle}};
+ {{payMoney.end_cycle}}后可提现本周期金额;
可提现金额是上一个周期的收益金额,并不是当前公司收益金额,提现后将会由后台审核,审核通过后会直接往您所上传的银行卡汇款,请耐心等待;
提现时请注意,需要先上传PDF类型的电子发票后方可提现
-
-
+
+
+
@@ -68,6 +69,7 @@
end_cycle_time: '',
invoice: '' // 发票
},
+ is_draw: 1,
payTimer: null,
timeCount: 5,
fileOption: {},
@@ -177,6 +179,7 @@
this.payMoney.end_cycle_time = res.data.end_cycle;
res.data.end_cycle ? this.payMoney.end_cycle = uni.$u.timeFormat(res.data.end_cycle, 'yyyy-mm-dd') : this
.payMoney.end_cycle || '';
+ this.is_draw = res.data.is_draw;
},
// 判断文件是否上传
isFile() {
@@ -211,6 +214,9 @@
}, 1000)
} else Toast(this.timeCount + '秒后再提现!')
},
+ noPay(){
+ Toast('暂时不可提现!')
+ },
// 提现
async goApply() {
this.payMoney.invoice = '';
@@ -362,6 +368,9 @@
font-weight: 400;
color: #FFFFFF;
}
+ .disabled{
+ background-color: #666;
+ }
}
.tip {