tianyi 4 weeks ago
parent
commit
7153dc8050
  1. 3
      src/views/sys/order-manage/orderManage.vue

3
src/views/sys/order-manage/orderManage.vue

@ -79,7 +79,7 @@
</Card>
<!-- 订单详情 -->
<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">
<Button type="text" @click="Visiable = false">关闭</Button>
</div>
@ -293,6 +293,7 @@
this.searchForm.searchStatus = v;
if(v == 11){
this.getReturnOrder()
this.Visiable = false;
}else{
this.getLogisticsInfo();
}

Loading…
Cancel
Save