|
|
@@ -182,7 +182,7 @@
|
|
|
<button @click='pageTo({url:"/pagesArrears/details",query: {id: detailInfo.customId}})' class="admin-button-com" style="border:1upx solid red;color:red;">全部赊账</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="order-info_box" style="margin-top:38upx;">
|
|
|
+ <view class="order-info_box" style="margin-top:40upx;">
|
|
|
<view>订单状态:</view>
|
|
|
<view>{{ detailInfo.status==1?'待付款':detailInfo.status==2?'待发货':detailInfo.status==3?'配送中':detailInfo.status==4?'已完成':detailInfo.status==5?'已取消':'已退款' }}</view>
|
|
|
|
|
|
@@ -220,7 +220,7 @@
|
|
|
<view>过期时间:</view>
|
|
|
<view>{{detailInfo.deadline?detailInfo.deadline.substr(5,11):''}}</view>
|
|
|
</view>
|
|
|
- <view v-if="detailInfo.refundLog == 1" class="order-info_box" style="margin-top:38upx;">
|
|
|
+ <view v-if="detailInfo.refundLog == 1" class="order-info_box" style="margin-top:40upx;">
|
|
|
<view>累计退款:</view>
|
|
|
<view style="color:red;font-weight:bold;font-size:30upx;">{{parseFloat(detailInfo.tkPrice)}}</view>
|
|
|
<view class="price" v-if="detailInfo.refundLog==1">
|