|
|
|
@ -26,9 +26,9 @@ |
|
|
|
|
<block v-if="orderInfo.status == 9">等待其他人参加拼团</block> |
|
|
|
|
<block v-if="orderInfo.status == 0 && orderInfo.order_type == 1">待核销</block> |
|
|
|
|
<block v-if="orderInfo.status == 1">{{orderInfo.is_virtual == 1 ? '服务商品已虚拟发货' : '待收货'}}</block> |
|
|
|
|
<block v-if="orderInfo.status == 2">待评价</block> |
|
|
|
|
<!-- <block v-if="orderInfo.status == 2">待评价</block> --> |
|
|
|
|
<block v-if="orderInfo.status == 3">已完成</block> |
|
|
|
|
<block v-if="orderInfo.status == -1">已为您退款,感谢您的支持</block> |
|
|
|
|
<!-- <block v-if="orderInfo.status == -1">已为您退款,感谢您的支持</block> --> |
|
|
|
|
</view> |
|
|
|
|
<view>{{orderInfo.pay_time}}</view> |
|
|
|
|
</view> |
|
|
|
@ -40,7 +40,7 @@ |
|
|
|
|
<view :class="(orderInfo.status == 0 || orderInfo.status == 9) ? 'on':''" v-if="orderInfo.order_type != 1">待发货</view> |
|
|
|
|
<view :class="(orderInfo.status == 0 || orderInfo.status == 9) ? 'on':''" v-if="orderInfo.order_type == 1">待核销</view> |
|
|
|
|
<view :class="orderInfo.status == 1 ? 'on':''" v-if="orderInfo.order_type != 1">待收货</view> |
|
|
|
|
<view :class="orderInfo.status == 2 ? 'on':''">待评价</view> |
|
|
|
|
<!-- <view :class="orderInfo.status == 2 ? 'on':''">待评价</view> --> |
|
|
|
|
<view :class="orderInfo.status == 3 ? 'on':''">已完成</view> |
|
|
|
|
</view> |
|
|
|
|
<view class='progress acea-row row-between-wrapper'> |
|
|
|
@ -49,8 +49,8 @@ |
|
|
|
|
<view class='iconfont' :class='((orderInfo.status == 0 || orderInfo.status == 9) ? "icon-webicon318":"icon-yuandianxiao") + " " + (orderInfo.status >= 0 ? "t-color":"")'></view> |
|
|
|
|
<view class='line' :class='orderInfo.status > 0 && orderInfo.status != 9 ? "b-color":""'></view> |
|
|
|
|
<view class='iconfont' :class='(orderInfo.status == 1 ? "icon-webicon318":"icon-yuandianxiao") + " " +(orderInfo.status >= 1 && orderInfo.status != 9 ? "t-color":"")' v-if="orderInfo.order_type == 0"></view> |
|
|
|
|
<view class='line' :class='orderInfo.status > 1 && orderInfo.status != 9 ? "b-color":""' v-if="orderInfo.order_type == 0"></view> |
|
|
|
|
<view class='iconfont' :class='(orderInfo.status == 2 && orderInfo.status != 9 ? "icon-webicon318":"icon-yuandianxiao") + " " + (orderInfo.status >= 2 && orderInfo.status != 9 ? "t-color":"")'></view> |
|
|
|
|
<!-- <view class='line' :class='orderInfo.status > 1 && orderInfo.status != 9 ? "b-color":""' v-if="orderInfo.order_type == 0"></view> --> |
|
|
|
|
<!-- <view class='iconfont' :class='(orderInfo.status == 2 && orderInfo.status != 9 ? "icon-webicon318":"icon-yuandianxiao") + " " + (orderInfo.status >= 2 && orderInfo.status != 9 ? "t-color":"")'></view> --> |
|
|
|
|
<view class='line' :class='orderInfo.status > 2 && orderInfo.status != 9 ? "b-color":""'></view> |
|
|
|
|
<view class='iconfont' :class='(orderInfo.status == 3 ? "icon-webicon318":"icon-yuandianxiao") + " " + (orderInfo.status >= 3 && orderInfo.status != 9 ? "t-color":"")'></view> |
|
|
|
|
</view> |
|
|
|
@ -231,21 +231,21 @@ |
|
|
|
|
<view class="content-clip"></view> |
|
|
|
|
<view class='footer acea-row row-right row-middle' v-if="isGoodsReturn==false"> |
|
|
|
|
<!-- <view class='bnt cancel' @click="cancelSales">取消售后</view> --> |
|
|
|
|
<view v-if="!orderInfo.receipt && !isGoodsReturn" class='bnt cancel' @click="applyInvoice">申请开票</view> |
|
|
|
|
<!-- <view v-if="!orderInfo.receipt && !isGoodsReturn" class='bnt cancel' @click="applyInvoice">申请开票</view> --> |
|
|
|
|
<view v-if="orderInfo.activity_type == 2 && (orderInfo.status == 10 || orderInfo.status == 11)" class=" acea-row row-right row-middle"> |
|
|
|
|
<view v-if="orderInfo.presellOrder.activeStatus == 0" class='bnt b-color btn_auto'>{{ orderInfo.presellOrder.final_start_time | filterDay }} 付尾款</view> |
|
|
|
|
<view v-if="orderInfo.presellOrder.activeStatus == 1" class='bnt b-color' @tap='pay_open'>立即付款</view> |
|
|
|
|
<view v-if="orderInfo.presellOrder.activeStatus == 2" class='bnt cancel' @click="cancelOrder">取消订单</view> |
|
|
|
|
</view> |
|
|
|
|
<block v-if="orderInfo.status == 0"> |
|
|
|
|
<view class="bnt cancel" @click="allRefund" v-if="refundNum.length != cartInfo.length && orderInfo.refund_status">批量退款</view> |
|
|
|
|
<!-- <view class="bnt cancel" @click="allRefund" v-if="refundNum.length != cartInfo.length && orderInfo.refund_status">批量退款</view> --> |
|
|
|
|
</block> |
|
|
|
|
<block v-if="orderInfo.status == 9"> |
|
|
|
|
<view class="bnt cancel" @click="getCombinationRemove">取消拼团</view> |
|
|
|
|
</block> |
|
|
|
|
<view class='bnt b-color' v-if="orderInfo.activity_type==4 && orderInfo.status==9" @tap='goJoinPink'>查看拼团</view> |
|
|
|
|
<block v-if="orderInfo.status == 1"> |
|
|
|
|
<view class="bnt cancel" @click="allRefund" v-if="refundNum.length != cartInfo.length && orderInfo.refund_status">批量退款</view> |
|
|
|
|
<!-- <view class="bnt cancel" @click="allRefund" v-if="refundNum.length != cartInfo.length && orderInfo.refund_status">批量退款</view> --> |
|
|
|
|
<navigator v-if="orderInfo.delivery_type == 1 || orderInfo.delivery_type == 4" class='bnt cancel' hover-class='none' :url="'/pages/users/goods_logistics/index?orderId='+ orderInfo.order_id">查看物流</navigator> |
|
|
|
|
<view class='bnt b-color' @tap='confirmOrder'>确认收货</view> |
|
|
|
|
</block> |
|
|
|
|