|
@@ -355,11 +355,29 @@
|
|
|
</view>
|
|
|
<view class="classFFF" v-if="!(electricityPriceX&&info.rewardProportion)">自动转换</view>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
</span>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view class="withdraw-head" >
|
|
|
+ <b class="asterisk">提现手续费
|
|
|
+
|
|
|
+ <view class="tooltip">
|
|
|
+ <u-icon name="info-circle"></u-icon>
|
|
|
+ <view class="tooltiptext">银行提现收取{{info.tradingRate}}手续费</view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </b>
|
|
|
+ <span>
|
|
|
+ <view class="uni-input">{{tradingAmount2?showNumJP(tradingAmount2):0}}元</view>
|
|
|
+
|
|
|
+ </span>
|
|
|
+ </view>
|
|
|
+ <view class="withdraw-head" >
|
|
|
+ <b class="asterisk">实际到账金额</b>
|
|
|
+ <span>
|
|
|
+ <view class="uni-input">{{paymentAmount2?showNumJP(paymentAmount2):0}}元</view>
|
|
|
+
|
|
|
+ </span>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="withdraw" v-if="info.applicationType==1">
|
|
|
|
|
@@ -503,20 +521,43 @@
|
|
|
|
|
|
</span>
|
|
|
|
|
|
- </view>
|
|
|
- <view class="withdraw-head border-n">
|
|
|
- <b>大写金额</b>
|
|
|
-
|
|
|
- <span class="withdraw-input" style="width: 63%;">
|
|
|
-
|
|
|
- <view class="classFFF" v-show="applicationAmountDX">{{applicationAmountDX}}</view>
|
|
|
- <view class="classFFF" v-show="!applicationAmountDX">自动转换</view>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </span>
|
|
|
+ </view>
|
|
|
+ <view class="withdraw-head ">
|
|
|
+ <b>大写金额</b>
|
|
|
+
|
|
|
+ <span class="withdraw-input" style="width: 63%;">
|
|
|
+
|
|
|
+ <view class="classFFF" v-show="applicationAmountDX">{{applicationAmountDX}}</view>
|
|
|
+ <view class="classFFF" v-show="!applicationAmountDX">自动转换</view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </span>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="withdraw-head" >
|
|
|
+ <b class="asterisk">提现手续费
|
|
|
+
|
|
|
+ <view class="tooltip">
|
|
|
+ <u-icon name="info-circle"></u-icon>
|
|
|
+ <view class="tooltiptext">银行提现收取{{info.tradingRate}}手续费</view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </b>
|
|
|
+ <span>
|
|
|
+ <view class="uni-input">{{tradingAmount?showNumJP(tradingAmount):0}}元</view>
|
|
|
+
|
|
|
+ </span>
|
|
|
+ </view>
|
|
|
+ <view class="withdraw-head border-n" >
|
|
|
+ <b class="asterisk">实际到账金额</b>
|
|
|
+ <span>
|
|
|
+ <view class="uni-input">{{paymentAmount?showNumJP(paymentAmount):0}}元</view>
|
|
|
+
|
|
|
+ </span>
|
|
|
</view>
|
|
|
|
|
|
+
|
|
|
|
|
|
</view>
|
|
|
|
|
@@ -753,8 +794,40 @@
|
|
|
this.endTime =parseUnixTime(new Date(), '{y}-{m}-{d} {h}:{i}:00')
|
|
|
this.getStationList()
|
|
|
},
|
|
|
- computed: {
|
|
|
-
|
|
|
+ computed: {
|
|
|
+ paymentAmount2(){
|
|
|
+ if(this.tradingAmount2){
|
|
|
+ var a=((this.info.chargingProfitAmount+this.info.monthlyCardIncome-this.electricityPriceX)*this.info.rewardProportion/100).toFixed(2)
|
|
|
+
|
|
|
+ return (a*100-this.tradingAmount2*100)/100
|
|
|
+ }else{
|
|
|
+ return 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ tradingAmount2(){
|
|
|
+ if(this.info&&this.electricityPriceX&&this.info.rewardProportion){
|
|
|
+ var a=((this.info.chargingProfitAmount+this.info.monthlyCardIncome-this.electricityPriceX)*this.info.rewardProportion/100).toFixed(2)
|
|
|
+ var b=this.showNumJP(Math.ceil(a*100*this.info.tradingRate)/100)
|
|
|
+ return b
|
|
|
+ }else{
|
|
|
+ return 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ tradingAmount(){
|
|
|
+ if(this.info.applicationAmount){
|
|
|
+ var a= this.showNumJP(Math.ceil(this.info.applicationAmount*100*this.info.tradingRate)/100)
|
|
|
+ return a
|
|
|
+ }else{
|
|
|
+ return 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ paymentAmount(){
|
|
|
+ if(this.tradingAmount){
|
|
|
+ return (this.info.applicationAmount*100-this.tradingAmount*100)/100
|
|
|
+ }else{
|
|
|
+ return 0
|
|
|
+ }
|
|
|
+ },
|
|
|
itemApplicationAmountSum(){
|
|
|
if (this.info.applicationAmount&&this.detailList&&this.detailList.length) {
|
|
|
var applicationAmount=0;
|