分账提示修改

This commit is contained in:
donqi 2023-02-02 23:13:21 +08:00
parent 8793fa15c0
commit 2eec7295ed
1 changed files with 9 additions and 4 deletions

View File

@ -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">