|
@@ -121,14 +121,17 @@
|
|
|
|
|
|
|
|
<view class="box_6 flex-row" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount) > 0">
|
|
<view class="box_6 flex-row" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount) > 0">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
- <text class="waite_clear_order">待结 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }} 查看明细 ></text>
|
|
|
|
|
|
|
+ <text class="waite_clear_order">
|
|
|
|
|
+ 待结 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }}
|
|
|
|
|
+ <text style="font-size: 26upx;margin-left:15upx;">查看明细 ></text>
|
|
|
|
|
+ </text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0">
|
|
<view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0">
|
|
|
<view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
|
|
<view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
|
|
|
<text class="waite_clear_order" @click.stop="settleAccounts(ghsInfo)">
|
|
<text class="waite_clear_order" @click.stop="settleAccounts(ghsInfo)">
|
|
|
- 待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }} 查看明细 >
|
|
|
|
|
|
|
+ 待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 26upx;margin-left:15upx;">查看明细 ></text>
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -137,7 +140,7 @@
|
|
|
@click.stop="recharge(ghsInfo)">
|
|
@click.stop="recharge(ghsInfo)">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
<text class="waite_clear_order waite_clear_order--blue">
|
|
<text class="waite_clear_order waite_clear_order--blue">
|
|
|
- 余额 ¥{{ parseFloat(ghsInfo.balance) }} 去充值>
|
|
|
|
|
|
|
+ 余额 ¥{{ parseFloat(ghsInfo.balance) }}<text style="font-size: 26upx;margin-left:15upx;">去充值 ></text>
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|