|
|
|
@ -122,12 +122,14 @@ |
|
|
|
|
<orderGoods :orderData='item' :evaluate='item.status' :activityType='item.activity_type' :orderId="item.order_id" :cartInfo="item.orderProduct" :jump="true"></orderGoods> |
|
|
|
|
</block> |
|
|
|
|
</block> |
|
|
|
|
<div v-if="orderInfo.merchant && orderInfo.merchant.services_type == 1" class="goodCall" @click="call"> |
|
|
|
|
<!-- @click="call" --> |
|
|
|
|
<button open-type="contact" v-if="orderInfo.merchant && orderInfo.merchant.services_type == 1" class="goodCall" > |
|
|
|
|
<text class="iconfont icon-kefu"></text><text style="font-size: 28rpx;">联系客服</text> |
|
|
|
|
</div> |
|
|
|
|
<div v-else class="goodCall" @click="goGoodCall"> |
|
|
|
|
</button> |
|
|
|
|
<!-- @click="goGoodCall" --> |
|
|
|
|
<button open-type="contact" v-else class="goodCall"> |
|
|
|
|
<text class="iconfont icon-kefu"></text><text style="font-size: 28rpx;">联系客服</text> |
|
|
|
|
</div> |
|
|
|
|
</button> |
|
|
|
|
<!-- 送货 --> |
|
|
|
|
<view class="wrapper" v-if="orderInfo.delivery_type == 2"> |
|
|
|
|
<view class='item acea-row row-between'> |
|
|
|
@ -240,7 +242,7 @@ |
|
|
|
|
<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> |
|
|
|
|