分账相关的文案改改改?!
This commit is contained in:
parent
2429af9ae1
commit
cb327a417a
|
|
@ -177,13 +177,14 @@
|
||||||
<view class="margin-top-sm text-red" @click="normalShowModalByRef('ledgerAccountRemark')"
|
<view class="margin-top-sm text-red" @click="normalShowModalByRef('ledgerAccountRemark')"
|
||||||
v-if="order.orderDetailId != null && tabCur === 3 && order.drawCashStatus === 0 && $dateUtil.addHours(order.workFinishTime, 1).getTime() < new Date().getTime()">
|
v-if="order.orderDetailId != null && tabCur === 3 && order.drawCashStatus === 0 && $dateUtil.addHours(order.workFinishTime, 1).getTime() < new Date().getTime()">
|
||||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||||
<text>银联发起(T+1)支付中,发起时间:{{order.drawCashTime}}</text>
|
<text>银联发起(T+1)支付中,正在刷新...</text>
|
||||||
<text class="cuIcon-question"></text>
|
<text class="text-red margin-left-sm">详情</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-top-sm text-red"
|
<view class="margin-top-sm text-red" @click="normalShowModalByRef('ledgerAccountRemark')"
|
||||||
v-if="order.orderDetailId != null && order.drawCashStatus === 1">
|
v-if="order.orderDetailId != null && order.drawCashStatus === 1">
|
||||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||||
<text>银联确认已划帐(到帐中),分账时间:{{order.drawCashTime}}</text>
|
<text>银联发起(T+1)支付中:{{order.drawCashTime}}</text>
|
||||||
|
<text class="text-red margin-left-sm">详情</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === 2">
|
<!-- <view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === 2">
|
||||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||||
|
|
@ -191,7 +192,7 @@
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === 2">
|
<view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === 2">
|
||||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||||
<text>已到帐:{{order.arrivalTime}}</text>
|
<text>贷款分账成功:{{order.arrivalTime}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === -1">
|
<view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.drawCashStatus === -1">
|
||||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue