分账提示修改
This commit is contained in:
parent
8793fa15c0
commit
2eec7295ed
|
|
@ -174,15 +174,20 @@
|
|||
:second="$dateUtil.countDownDiff($dateUtil.addHours(order.updateTime, 1)).seconds">
|
||||
</uni-countdown>
|
||||
</view>
|
||||
<!-- v-if="order.orderDetailId != null && order.ledgerAccountStatus === 1" -->
|
||||
<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.ledgerAccountStatus === 0 && $dateUtil.addHours(order.updateTime, 1).getTime() < new Date().getTime()">
|
||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||
<text>银行发起(T+1)分账中:{{order.updateTime}}</text>
|
||||
<text>银联发起(T+1)支付中</text>
|
||||
<text class="cuIcon-questionfill"></text>
|
||||
</view>
|
||||
<view class="margin-top-sm text-red"
|
||||
v-if="order.orderDetailId != null && order.ledgerAccountStatus === 1">
|
||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||
<text>银联确认已划帐(到帐中)</text>
|
||||
</view>
|
||||
<view class="margin-top-sm text-red" v-if="order.orderDetailId != null && order.ledgerAccountStatus === 2">
|
||||
<text class="text-lg margin-right-xs"><text class="cuIcon-notice"></text></text>
|
||||
<text>货款分账成功:{{order.updateTime}}</text>
|
||||
<text>本单银联已确认货款结算完毕(订单支付完成),款项已到达或即将到达您所绑定帐户,同意退款的需同意后您线下与客户另行操作,系统无法提供原路返回退款!</text>
|
||||
</view>
|
||||
<!-- 不同状态订单支持不同操作按钮 -->
|
||||
<view v-if="order.orderStatus === 0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue