|
|
@ -41,13 +41,17 @@ |
|
|
|
<view class="consignee" v-if="order.delivery_type == DeliveryTypeEnum.EXTRACT.value"> |
|
|
|
<view class="consignee" v-if="order.delivery_type == DeliveryTypeEnum.EXTRACT.value"> |
|
|
|
<view class="conLeft"> |
|
|
|
<view class="conLeft"> |
|
|
|
<view class="thr"> |
|
|
|
<view class="thr"> |
|
|
|
<view class="peo">提货人</view> |
|
|
|
<view class="peo">门店名称</view> |
|
|
|
<view class="name">{{ order.extract_shop.linkman }}</view> |
|
|
|
<view class="name">{{ order.extract_shop.shop_name }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="thr"> |
|
|
|
<view class="thr"> |
|
|
|
<view class="peo">手机号</view> |
|
|
|
<view class="peo">门店电话</view> |
|
|
|
<view class="name">{{ order.extract_shop.phone }}</view> |
|
|
|
<view class="name">{{ order.extract_shop.phone }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="thr"> |
|
|
|
|
|
|
|
<view class="peo">门店地址</view> |
|
|
|
|
|
|
|
<view class="name">{{ order.extract_shop.full_address }}</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="thr"> |
|
|
|
<view class="thr"> |
|
|
|
<view class="peo">营业时间</view> |
|
|
|
<view class="peo">营业时间</view> |
|
|
|
<view class="name">{{ order.extract_shop.shop_hours }}</view> |
|
|
|
<view class="name">{{ order.extract_shop.shop_hours }}</view> |
|
|
@ -56,12 +60,8 @@ |
|
|
|
<view class="peo">到店时间</view> |
|
|
|
<view class="peo">到店时间</view> |
|
|
|
<view class="name">{{ order.to_store_time }}</view> |
|
|
|
<view class="name">{{ order.to_store_time }}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="thr"> |
|
|
|
|
|
|
|
<view class="peo">预计到店时间</view> |
|
|
|
|
|
|
|
<view class="name">2023-12-20 09:15</view> |
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="conRight" @click="openCode"> |
|
|
|
<view class="conRight" @click="openCode" v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_type == DeliveryTypeEnum.EXTRACT.value"> |
|
|
|
<view class="code"> |
|
|
|
<view class="code"> |
|
|
|
核销码 |
|
|
|
核销码 |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -290,8 +290,7 @@ |
|
|
|
v-if="order.pay_status == PayStatusEnum.PENDING.value &&order.order_status == OrderStatusEnum.NORMAL.value"> |
|
|
|
v-if="order.pay_status == PayStatusEnum.PENDING.value &&order.order_status == OrderStatusEnum.NORMAL.value"> |
|
|
|
立即支付 |
|
|
|
立即支付 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="buyAgain" @click="onQrcodeImage(order.order_id)" v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_type == DeliveryTypeEnum.EXTRACT.value |
|
|
|
<view class="buyAgain" @click="onQrcodeImage(order.order_id)" v-if="order.pay_status == PayStatusEnum.SUCCESS.value && order.delivery_type == DeliveryTypeEnum.EXTRACT.value"> |
|
|
|
&& order.delivery_status == DeliveryStatusEnum.NOT_DELIVERED.value"> |
|
|
|
|
|
|
|
核销码 |
|
|
|
核销码 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="buyAgain" @click="handleTargetExpress(order.order_id)" |
|
|
|
<view class="buyAgain" @click="handleTargetExpress(order.order_id)" |
|
|
|