|
@@ -96,7 +96,7 @@
|
|
|
<el-dialog width="340px" style="width: 200px" v-model="expressFlag" :show-close="true" title="我已寄回" >
|
|
|
<div style="display: flex;line-height: 30px;padding: 0px 0 20px 0">
|
|
|
<div style="margin-right: 10px">快递公司</div>
|
|
|
- <el-dropdown style="width: 180px" trigger="click" @command="handleCommand3" @click="handleClick">
|
|
|
+ <el-dropdown max-height="200px" style="width: 180px" trigger="click" @command="handleCommand3" @click="handleClick">
|
|
|
<el-button type="primary">
|
|
|
{{returnText3}}<el-icon class="el-icon--right"><arrow-down /></el-icon>
|
|
|
</el-button>
|
|
@@ -177,7 +177,7 @@
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="goods-views">
|
|
|
+ <div class="goods-views" v-if="!changeFlag">
|
|
|
<div><span>*</span>预估退款金额:</div>
|
|
|
<div class="goods-right" style="margin-left: 50px">
|
|
|
<div style="height: 20px;font-size: 18px;color: #333">¥{{ returnMoney }}</div>
|
|
@@ -185,8 +185,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-if="checkFlag_s">
|
|
|
- <div class="color-s" style="padding: 10px" v-if="user_address_flag">
|
|
|
- 取件信息:{{mineAddress}}
|
|
|
+ <div style="display:flex; align-items:center">
|
|
|
+ <div><span style="color: red">*</span>取件信息:</div>
|
|
|
+ <div class="color-s lefts" style="padding: 10px;" v-if="user_address_flag">
|
|
|
+ {{mineAddress}}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div style="display: flex;margin: 30px 0 30px 160px;cursor: pointer">
|
|
|
<div @click="addressFlags=true" style="color: #999;font-size: 16px;margin-top: 15px">新增地址</div>
|
|
@@ -294,87 +297,127 @@
|
|
|
<div class="order-status" :class="'class'+order.refund.refund_status">{{status[order.refund.refund_status]}}</div>
|
|
|
</div>
|
|
|
<!--退货退款 -->
|
|
|
- <div class="index-top-right" v-if="order.refund.refund_type==3 || order.refund.refund_type==5" style="position: absolute;right: 40px">
|
|
|
+ <div class="index-top-right" v-if="order.refund.refund_type==3 || order.refund.refund_type==5" >
|
|
|
<div class="index-top-status" >
|
|
|
<div class="index-status-view" style="margin-left: 20px">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon5.png">
|
|
|
+ <div class="text" style="text-align: center">
|
|
|
+ <div>提交申请</div>
|
|
|
+ <div style="margin-top: 10px">{{ order.refund.timeline[0].time }}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 155px"></div>
|
|
|
+ <div class="line"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon1.png" v-if="order.refund.timeline[1].time">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon2.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>申请审核</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[1].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 160px" :class="order.refund.timeline[2].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[2].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="@/assets/img/index-icon12.png" v-if="order.refund.timeline[2].time">
|
|
|
<img src="@/assets/img/index-icon11.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>用户寄回</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[2].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 170px" :class="order.refund.timeline[3].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[3].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="@/assets/img/index-icon14.png" v-if="order.refund.timeline[3].time">
|
|
|
<img src="@/assets/img/index-icon10.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>售后中</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[3].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 160px" :class="order.refund.timeline[4].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[4].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon4.png" v-if="order.refund.timeline[4].time">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon3.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>处理完成</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[4].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="index-top-texts">
|
|
|
+ <!-- <div class="index-top-texts">
|
|
|
<div style="text-align: center">
|
|
|
<div>提交申请</div>
|
|
|
<div style="margin-top: 10px">{{ order.refund.timeline[0].time }}</div>
|
|
|
</div>
|
|
|
- <div class="lines" style="width:40px"></div>
|
|
|
- <div style="text-align: center;width: 170px" >
|
|
|
+ <div class="lines"></div>
|
|
|
+ <div style="text-align: center;" >
|
|
|
<div>申请审核</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[1].time}}</div>
|
|
|
</div>
|
|
|
- <div class="lines" style="width: 45px"></div>
|
|
|
- <div style="text-align: center;width: 176px" >
|
|
|
+ <div class="lines"></div>
|
|
|
+ <div style="text-align: center;" >
|
|
|
<div>用户寄回</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[2].time}}</div>
|
|
|
</div>
|
|
|
- <div class="lines" style="width: 40px"></div>
|
|
|
- <div style="text-align: center;width: 176px" >
|
|
|
+ <div class="lines"></div>
|
|
|
+ <div style="text-align: center;" >
|
|
|
<div>售后中</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[3].time}}</div>
|
|
|
</div>
|
|
|
- <div class="lines" style="width: 30px"></div>
|
|
|
- <div style="text-align: center;width: 176px" >
|
|
|
+ <div class="lines"></div>
|
|
|
+ <div style="text-align: center;" >
|
|
|
<div>处理完成</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[4].time}}</div>
|
|
|
</div>
|
|
|
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
- <div class="index-top-right" v-if="order.refund.refund_type==2 || order.refund.refund_type==4" style="position: absolute;right: 40px">
|
|
|
+ <div class="index-top-right" v-if="order.refund.refund_type==2 || order.refund.refund_type==4">
|
|
|
<div class="index-top-status" >
|
|
|
<div class="index-status-view" style="margin-left: 20px">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon5.png">
|
|
|
+ <div class="text" style="text-align: center">
|
|
|
+ <div>提交申请</div>
|
|
|
+ <div style="margin-top: 10px">{{ order.refund.timeline[0].time }}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 150px"></div>
|
|
|
+ <div class="line"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon1.png" v-if="order.refund.timeline[1].time">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon2.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>申请审核</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[1].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 160px" :class="order.refund.timeline[2].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[2].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="@/assets/img/index-icon12.png" v-if="order.refund.timeline[2].time">
|
|
|
<img src="@/assets/img/index-icon11.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>用户寄回</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[2].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 160px" :class="order.refund.timeline[3].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[3].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="@/assets/img/index-icon14.png" v-if="order.refund.timeline[3].time">
|
|
|
<img src="@/assets/img/index-icon10.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>退款中</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[3].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 150px" :class="order.refund.timeline[4].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[4].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon4.png" v-if="order.refund.timeline[4].time">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon3.png" v-else>
|
|
|
+ <div class="text" style="text-align: center;" >
|
|
|
+ <div>处理完成</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[4].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="index-top-texts">
|
|
|
+ <!-- <div class="index-top-texts">
|
|
|
<div style="text-align: center">
|
|
|
<div>提交申请</div>
|
|
|
<div style="margin-top: 10px">{{ order.refund.timeline[0].time }}</div>
|
|
@@ -400,53 +443,69 @@
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[4].time}}</div>
|
|
|
</div>
|
|
|
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
- <div class="index-top-right" v-if="order.refund.refund_type==1" style="position: absolute;right: 40px">
|
|
|
+ <div class="index-top-right" v-if="order.refund.refund_type==1">
|
|
|
<div class="index-top-status" >
|
|
|
<div class="index-status-view" style="margin-left: 20px">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon5.png">
|
|
|
+ <div class="text" style="text-align: center">
|
|
|
+ <div>提交申请</div>
|
|
|
+ <div style="margin-top: 10px">{{ order.refund.timeline[0].time }}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 150px"></div>
|
|
|
+ <div class="line"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon1.png" v-if="order.refund.timeline[1].time">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon2.png" v-else>
|
|
|
+ <div class="text" style="text-align: center" >
|
|
|
+ <div>申请审核</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[1].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 160px" :class="order.refund.timeline[2].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[2].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="@/assets/img/index-icon14.png" v-if="order.refund.timeline[2].time">
|
|
|
<img src="@/assets/img/index-icon10.png" v-else>
|
|
|
+ <div class="text" style="text-align: center" >
|
|
|
+ <div>退款中</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[2].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="line" style="width: 160px" :class="order.refund.timeline[3].time?'':'color-ss'"></div>
|
|
|
+ <div class="line" :class="order.refund.timeline[3].time?'':'color-ss'"></div>
|
|
|
<div class="index-status-view">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon4.png" v-if="order.refund.timeline[3].time">
|
|
|
<img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/order-status-icon3.png" v-else>
|
|
|
+ <div class="text" style="text-align: center" >
|
|
|
+ <div>处理完成</div>
|
|
|
+ <div style="margin-top: 10px">{{order.refund.timeline[3].time}}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="index-top-texts">
|
|
|
+ <!-- <div class="index-top-texts">
|
|
|
<div style="text-align: center">
|
|
|
<div>提交申请</div>
|
|
|
<div style="margin-top: 10px">{{ order.refund.timeline[0].time }}</div>
|
|
|
</div>
|
|
|
<div class="lines" style="width:40px"></div>
|
|
|
- <div style="text-align: center;width: 170px" >
|
|
|
+ <div style="text-align: center" >
|
|
|
<div>申请审核</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[1].time}}</div>
|
|
|
</div>
|
|
|
<div class="lines" style="width: 45px"></div>
|
|
|
- <div style="text-align: center;width: 160px" >
|
|
|
+ <div style="text-align: center" >
|
|
|
<div>退款中</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[2].time}}</div>
|
|
|
</div>
|
|
|
<div class="lines" style="width: 40px"></div>
|
|
|
- <div style="text-align: center;width: 176px" >
|
|
|
+ <div style="text-align: center" >
|
|
|
<div>处理完成</div>
|
|
|
<div style="margin-top: 10px">{{order.refund.timeline[3].time}}</div>
|
|
|
</div>
|
|
|
<div class="lines" style="width: 30px"></div>
|
|
|
|
|
|
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -1630,14 +1689,16 @@ order_refund_s({order_info_id :url.id}).then((res)=>{
|
|
|
}
|
|
|
}
|
|
|
.index-top{
|
|
|
- height: 130px;
|
|
|
+ // height: 130px;
|
|
|
background: #FFFFFF;
|
|
|
//margin: 20px 0;
|
|
|
- padding: 20px 70px;
|
|
|
+ padding: 20px 50px;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
+ box-sizing: border-box;
|
|
|
.index-top-right{
|
|
|
margin-left: 20px;
|
|
|
+ width: 80%;
|
|
|
.index-top-texts{
|
|
|
display: flex;
|
|
|
margin-top: 20px;
|
|
@@ -1661,6 +1722,14 @@ order_refund_s({order_info_id :url.id}).then((res)=>{
|
|
|
margin-top:24px;
|
|
|
}
|
|
|
.index-status-view{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ // justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 20%;
|
|
|
+ .text {
|
|
|
+ padding-top: 20px;
|
|
|
+ }
|
|
|
img{
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
@@ -1669,11 +1738,15 @@ order_refund_s({order_info_id :url.id}).then((res)=>{
|
|
|
}
|
|
|
}
|
|
|
.index-top-left{
|
|
|
- width: 300px;
|
|
|
+ // width: 300px;
|
|
|
text-align: center;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
.order-no{
|
|
|
color: #333;
|
|
|
font-size: 14px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
.order-status{
|
|
|
color: #2CBB00;
|