|
@@ -176,7 +176,7 @@
|
|
|
<view class='wrapper borRadius14 return_info_pad btn-box acea-row' style="justify-content: flex-end;">
|
|
|
<view></view>
|
|
|
|
|
|
- <view v-if="orderTypeId == 10" class="btn btn-999 acea-row row-center line-heightOne mr-20" @click="handleRevokeReject(items.refundOrderNo)">拒绝退款</view>
|
|
|
+ <view v-if="orderTypeId == 10" class="btn btn-999 acea-row row-center line-heightOne mr-20" @click="handleRevokeReject(refundInfo.refundOrderNo)">拒绝退款</view>
|
|
|
<view v-if="refundInfo.refundStatus === 0 || refundInfo.refundStatus === 4 || refundInfo.refundStatus === 5"
|
|
|
:class="orderTypeId == 10 ? 'bg-tk-color' : 'btn-999'" class="btn" @click="handleRevokeRefund(refundInfo.refundOrderNo)">{{orderTypeId == 10 ? '确认退款' : '撤销售后'}}</view>
|
|
|
<view v-if="refundInfo.refundStatus === 4 && refundInfo.afterSalesType === 2" style="color: #fff;" class="btn bg-color"
|
|
@@ -326,7 +326,7 @@
|
|
|
title: '处理成功',
|
|
|
icon: 'success'
|
|
|
}, function() {
|
|
|
- that.handleSeach();
|
|
|
+ that.orderRefundInfo();
|
|
|
});
|
|
|
}).catch(err => {
|
|
|
return that.$util.Tips({
|
|
@@ -334,7 +334,7 @@
|
|
|
});
|
|
|
});
|
|
|
// 关闭窗口后,恢复默认内容
|
|
|
- this.$refs.inputDialog.close()
|
|
|
+ this.$refs.rejectDialog.close()
|
|
|
},
|
|
|
//拒绝退款取消
|
|
|
handleInputClose() {
|