|
|
@ -79,7 +79,7 @@ |
|
|
</Card> |
|
|
</Card> |
|
|
<!-- 订单详情 --> |
|
|
<!-- 订单详情 --> |
|
|
<Modal :title="订单详情" v-model="Visiable" :mask-closable="false" :scrollabele="true" :width="1000"> |
|
|
<Modal :title="订单详情" v-model="Visiable" :mask-closable="false" :scrollabele="true" :width="1000"> |
|
|
<logistics-address v-if="Visiable" @closePage="closePage" ref="dialog"></logistics-address> |
|
|
<logistics-address v-if="Visiable" @closePage="changeTab(11)" ref="dialog"></logistics-address> |
|
|
<div slot="footer" v-show="Visiable"> |
|
|
<div slot="footer" v-show="Visiable"> |
|
|
<Button type="text" @click="Visiable = false">关闭</Button> |
|
|
<Button type="text" @click="Visiable = false">关闭</Button> |
|
|
</div> |
|
|
</div> |
|
|
@ -293,6 +293,7 @@ |
|
|
this.searchForm.searchStatus = v; |
|
|
this.searchForm.searchStatus = v; |
|
|
if(v == 11){ |
|
|
if(v == 11){ |
|
|
this.getReturnOrder() |
|
|
this.getReturnOrder() |
|
|
|
|
|
this.Visiable = false; |
|
|
}else{ |
|
|
}else{ |
|
|
this.getLogisticsInfo(); |
|
|
this.getLogisticsInfo(); |
|
|
} |
|
|
} |
|
|
|