|
@@ -107,7 +107,7 @@
|
|
<text class="cText">¥{{Number(info.totalTicketGiveAmount).toFixed(2)}}</text>
|
|
<text class="cText">¥{{Number(info.totalTicketGiveAmount).toFixed(2)}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="info" v-if="info">
|
|
|
|
|
|
+ <view class="info" v-if="!hasPay && info">
|
|
<view class="infoList">
|
|
<view class="infoList">
|
|
<view class="title">订单信息</view>
|
|
<view class="title">订单信息</view>
|
|
<view class="statu"></view>
|
|
<view class="statu"></view>
|
|
@@ -124,9 +124,26 @@
|
|
<text>下单人员</text>
|
|
<text>下单人员</text>
|
|
<text>{{info.purchaserName || '--'}}</text>
|
|
<text>{{info.purchaserName || '--'}}</text>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
- <!-- 线上支付 显示 -->
|
|
|
|
- <view v-if="hasPay">
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <!-- 线上支付 显示 -->
|
|
|
|
+ <view class="info" v-if="hasPay && info">
|
|
|
|
+ <u-read-more ref="uReadMore" :text-indent="0" toggle close-text="更多信息" :show-height="460">
|
|
|
|
+ <view class="infoList">
|
|
|
|
+ <view class="title">订单信息</view>
|
|
|
|
+ <view class="statu"></view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="infoList dju">
|
|
|
|
+ <text>订单编号</text>
|
|
|
|
+ <text>{{info.purchaseNo||'--'}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="infoList">
|
|
|
|
+ <text>下单时间</text>
|
|
|
|
+ <text>{{info.purchaseDate||'--'}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="infoList">
|
|
|
|
+ <text>下单人员</text>
|
|
|
|
+ <text>{{info.purchaserName || '--'}}</text>
|
|
|
|
+ </view>
|
|
<view class="infoList" v-if="info&&info.billStatus != 'WAIT_AUDIT'&&info.billStatus != 'WAIT_PAY'&&isPayOk">
|
|
<view class="infoList" v-if="info&&info.billStatus != 'WAIT_AUDIT'&&info.billStatus != 'WAIT_PAY'&&isPayOk">
|
|
<text>审核时间</text>
|
|
<text>审核时间</text>
|
|
<text>{{info.auditDate||'--'}}</text>
|
|
<text>{{info.auditDate||'--'}}</text>
|
|
@@ -139,6 +156,10 @@
|
|
<text>支付时间</text>
|
|
<text>支付时间</text>
|
|
<text>{{info.payInfo.payDate||'--'}}</text>
|
|
<text>{{info.payInfo.payDate||'--'}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="infoList" v-if="info&&info.billStatus == 'CANCEL'">
|
|
|
|
+ <text>取消时间</text>
|
|
|
|
+ <text>{{info.cancelDate ||'--'}}</text>
|
|
|
|
+ </view>
|
|
<view class="infoList" v-if="info&&info.billStatus == 'CANCEL'&&isPayOk">
|
|
<view class="infoList" v-if="info&&info.billStatus == 'CANCEL'&&isPayOk">
|
|
<text>退款方式</text>
|
|
<text>退款方式</text>
|
|
<text>原支付返回</text>
|
|
<text>原支付返回</text>
|
|
@@ -147,15 +168,15 @@
|
|
<text>退款时间</text>
|
|
<text>退款时间</text>
|
|
<text>{{info.payInfo.refundDate ||'--'}}</text>
|
|
<text>{{info.payInfo.refundDate ||'--'}}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="infoList" v-if="info&&info.billStatus == 'CANCEL'">
|
|
|
|
- <text>取消时间</text>
|
|
|
|
- <text>{{info.cancelDate ||'--'}}</text>
|
|
|
|
|
|
+ <view class="infoList" v-if="info&&info.billStatus == 'CANCEL'&&isPayOk">
|
|
|
|
+ <text>退款状态</text>
|
|
|
|
+ <text>{{info.payInfo.refundState=='FINISH'?'已退款':'退款失败'}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="infoList" v-if="shelfInfo">
|
|
<view class="infoList" v-if="shelfInfo">
|
|
<text>配送汽配商</text>
|
|
<text>配送汽配商</text>
|
|
<text>{{shelfInfo.dealerName}}</text>
|
|
<text>{{shelfInfo.dealerName}}</text>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </u-read-more>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view v-if="info&&info.billStatus == 'WAIT_AUDIT'||info.billStatus == 'WAIT_PAY'||info.billStatus == 'WAIT_RECEIVE'" style="background-color: #fff;">
|
|
<view v-if="info&&info.billStatus == 'WAIT_AUDIT'||info.billStatus == 'WAIT_PAY'||info.billStatus == 'WAIT_RECEIVE'" style="background-color: #fff;">
|