|
|
|
@ -26,11 +26,11 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box">
|
|
|
|
|
<view class="coreshop-card-view coreshop-price-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">售后单进度</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="u-text-center coreshop-text-black">
|
|
|
|
|
<u-button type="warning" shape="square" size="mini" v-if="statusName" class="u-margin-left-20 u-margin-right-20">{{statusName}}</u-button>
|
|
|
|
|
<u-button type="warning" shape="square" size="mini" v-if="reshipName" class="u-margin-left-20 u-margin-right-20">{{reshipName}}</u-button>
|
|
|
|
|
<u-button type="warning" shape="square" size="mini" v-if="refundName" class="u-margin-left-20 u-margin-right-20">{{refundName}}</u-button>
|
|
|
|
|
<u-button type="warning" shape="square" size="mini" v-if="statusName" class="u-margin-left-20 u-margin-right-20">{{statusName}}</u-button>
|
|
|
|
|
<u-button type="warning" shape="square" size="mini" v-if="reshipName" class="u-margin-left-20 u-margin-right-20">{{reshipName}}</u-button>
|
|
|
|
|
<u-button type="warning" shape="square" size="mini" v-if="refundName" class="u-margin-left-20 u-margin-right-20">{{refundName}}</u-button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
@ -39,14 +39,14 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box" v-if="status == 2 && reshipStatus == 1 && refundStatus!=2">
|
|
|
|
|
<view class="coreshop-card-view coreshop-address-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">退货邮寄信息</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="wrap">
|
|
|
|
|
<u-row gutter="16">
|
|
|
|
|
<u-col span="1">
|
|
|
|
|
<u-row gutter="16">
|
|
|
|
|
<u-col span="1">
|
|
|
|
|
<u-icon name="map-fill" size="38"></u-icon>
|
|
|
|
|
</u-col>
|
|
|
|
|
<u-col span="11">
|
|
|
|
|
<view class="coreshop-text-black">
|
|
|
|
|
</u-col>
|
|
|
|
|
<u-col span="11">
|
|
|
|
|
<view class="coreshop-text-black">
|
|
|
|
|
<text>收货人:</text>
|
|
|
|
|
<text>{{ reshipInfo.reshipName }}</text>
|
|
|
|
|
<text class="u-margin-left-10">{{ reshipInfo.reshipMobile }}</text>
|
|
|
|
@ -54,9 +54,9 @@
|
|
|
|
|
<view class="coreshop-text-gray u-font-sm flex">
|
|
|
|
|
<view class="u-line-1">{{ reshipInfo.reshipArea + reshipInfo.reshipAddress }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</u-col>
|
|
|
|
|
</u-row>
|
|
|
|
|
</view>
|
|
|
|
|
</u-col>
|
|
|
|
|
</u-row>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
@ -65,14 +65,14 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box" v-if="goodsInfo.length>0">
|
|
|
|
|
<view class="coreshop-card-view coreshop-shop-view">
|
|
|
|
|
<view class="coreshop-text-black coreshop-text-bold u-font-lg title-view">商品信息</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="goods-list-view" v-for="(item, key) in goodsInfo" :key="key">
|
|
|
|
|
<image class="coreshop-avatar radius" :src="item.imageUrl" mode="aspectFill"></image>
|
|
|
|
|
<view class="goods-info-view">
|
|
|
|
|
<view class="coreshop-text-black u-line-2 name">{{item.name}} </view>
|
|
|
|
|
<view class="coreshop-text-gray u-font-sm u-line-1 introduce u-margin-top-15">售后单号:{{item.aftersalesId}}</view>
|
|
|
|
|
<view class="u-line-1 u-margin-top-15" v-if="item.addon">
|
|
|
|
|
<u-tag :text="item.addon" type="success" shape="circle" />
|
|
|
|
|
<u-tag :text="item.addon" type="success" shape="circle" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="coreshop-text-red u-font-md u-margin-top-15">退货数量:{{item.nums}}</view>
|
|
|
|
|
</view>
|
|
|
|
@ -85,7 +85,7 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box">
|
|
|
|
|
<view class="coreshop-card-view coreshop-price-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">状态</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="coreshop-text-black title-view">
|
|
|
|
|
<view class="title">商品状态</view>
|
|
|
|
|
<view class="u-text-right">
|
|
|
|
@ -98,15 +98,17 @@
|
|
|
|
|
<text>{{refund}}元</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<view class="u-text-center coreshop-text-black">联系客服</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="coreshop-text-black u-text-center">
|
|
|
|
|
<u-button type="primary" size="mini" open-type="contact" bindcontact="showChat">联系客服</u-button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!--图片凭证-->
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box" v-if="images.length > 0">
|
|
|
|
|
<view class="coreshop-card-view coreshop-order-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">图片凭证</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="coreshop-text-black title-view">
|
|
|
|
|
<view class="goods-img-item" v-for="(item, key) in images" :key="key">
|
|
|
|
|
<image :src="item.imageUrl" mode="aspectFit" @click="clickImg(item.imageUrl)"></image>
|
|
|
|
@ -119,7 +121,7 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box">
|
|
|
|
|
<view class="coreshop-card-view coreshop-order-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">问题描述</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="coreshop-text-black title-view">
|
|
|
|
|
<text v-if="reason">{{reason}}</text>
|
|
|
|
|
<text v-else>暂无描述</text>
|
|
|
|
@ -131,7 +133,7 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box" v-if="status == 2 && reshipStatus == 1">
|
|
|
|
|
<view class="coreshop-card-view coreshop-order-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">请填写回邮商品物流信息</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
|
|
|
|
|
<view class='coreshop-cell-group u-margin-top-20 u-margin-bottom-20'>
|
|
|
|
|
<view class='coreshop-cell-item'>
|
|
|
|
@ -159,7 +161,7 @@
|
|
|
|
|
<view class="coreshop-bg-white coreshop-card-box" v-if="status == 2 && reshipStatus > 1">
|
|
|
|
|
<view class="coreshop-card-view coreshop-order-view">
|
|
|
|
|
<view class="u-font-lg coreshop-text-bold coreshop-text-black">快递公司</view>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0"/>
|
|
|
|
|
<u-line color="#eee" border-style="dashed" margin="20rpx 0" />
|
|
|
|
|
<view class="coreshop-text-black title-view">
|
|
|
|
|
<view class="title">快递公司</view>
|
|
|
|
|
<view class="u-text-right">
|
|
|
|
@ -170,7 +172,7 @@
|
|
|
|
|
<view class="title">物流单号</view>
|
|
|
|
|
<view class="u-text-right">
|
|
|
|
|
<text class="u-margin-right-20">{{logiNo}}</text>
|
|
|
|
|
<u-tag text="复制" type="success" mode="dark" @click="doCopyData(logiNo)"/>
|
|
|
|
|
<u-tag text="复制" type="success" mode="dark" @click="doCopyData(logiNo)" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|