|
|
@@ -119,15 +119,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="box_6 flex-row" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount) > 0">
|
|
|
- <view class="show_clear_area flex-row justify-between">
|
|
|
- <text class="waite_clear_order">
|
|
|
- 待结 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }}
|
|
|
- <text style="font-size: 28upx;margin-left:18upx;">查看明细 ></text>
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
<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">
|
|
|
<text class="waite_clear_order" @click.stop="settleAccounts(ghsInfo)">
|