|
@@ -9,7 +9,7 @@
|
|
|
@cancel="isShow=false"
|
|
|
:width="600">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
- <div class="creatPurchaseReutn-con">
|
|
|
+ <div class="creatPurchaseReutn-con" v-if="isShow">
|
|
|
<div class="row-flex" v-if="detail">
|
|
|
<div>供应商:{{ detail.returnTargetName }}</div>
|
|
|
<div><div class="col">总公司实收数量:{{ detail.totalReceiveQty||'--' }} </div><div class="col">退货金额:{{ detail.totalAmount||'--' }}</div></div>
|
|
@@ -153,6 +153,7 @@ export default {
|
|
|
if (!newValue) {
|
|
|
this.$emit('close')
|
|
|
this.detail = null
|
|
|
+ this.syncStep = []
|
|
|
}
|
|
|
}
|
|
|
}
|