|
@@ -25,8 +25,8 @@
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item @click.native="applySettlement('申请')" :disabled="isApplySettlement">申请退款
|
|
|
</el-dropdown-item>
|
|
|
- <el-dropdown-item @click.native="confirmRefundBtn('确认')" :disabled="isConfirmRefundBtn">确认退款
|
|
|
- </el-dropdown-item>
|
|
|
+<!-- <el-dropdown-item @click.native="confirmRefundBtn('确认')" :disabled="isConfirmRefundBtn">确认退款
|
|
|
+ </el-dropdown-item>-->
|
|
|
<el-dropdown-item @click.native="revocationRequest('撤销')" :disabled="isRevocationRequest">撤销请核
|
|
|
</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
@@ -1357,11 +1357,11 @@ export default {
|
|
|
this.viewDisabled = false
|
|
|
return
|
|
|
}
|
|
|
- if (this.form.status == '退款中') {
|
|
|
+ /* if (this.form.status == '退款中') {
|
|
|
this.viewDisabled = false
|
|
|
this.isRevocationRequest = true
|
|
|
return
|
|
|
- }
|
|
|
+ }*/
|
|
|
this.isAddBtn = false
|
|
|
if (this.form.status == '已取消' || this.form.status == '已退款' || this.form.status == '已发货') {
|
|
|
return
|
|
@@ -1819,7 +1819,8 @@ export default {
|
|
|
// this.$refs.formContacts.doLayout()
|
|
|
// })
|
|
|
// })
|
|
|
- if (this.form.status !== '录入' && this.form.status !== '退款中' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款' && this.form.status !== '待确认' && this.form.status !== '待发货') {
|
|
|
+ // if (this.form.status !== '录入' && this.form.status !== '退款中' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款' && this.form.status !== '待确认' && this.form.status !== '待发货') {
|
|
|
+ if (this.form.status !== '录入' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款' && this.form.status !== '待确认' && this.form.status !== '待发货') {
|
|
|
console.log(1);
|
|
|
this.isApplySettlement = false;
|
|
|
}
|
|
@@ -1847,9 +1848,9 @@ export default {
|
|
|
// this.viewDisabled = true;
|
|
|
// }
|
|
|
|
|
|
- if (this.form.status == '退款中') {
|
|
|
+ /*if (this.form.status == '退款中') {
|
|
|
this.isConfirmRefundBtn = false;
|
|
|
- }
|
|
|
+ }*/
|
|
|
if (this.form.status == '已取消') {
|
|
|
this.isConfirmRefundBtn = true;
|
|
|
}
|
|
@@ -1859,7 +1860,7 @@ export default {
|
|
|
// this.isDisabledTask = false;
|
|
|
this.buttonColor = 'warning'
|
|
|
}
|
|
|
- if (this.form.status == '退款请核' || this.form.status == '退款中') {
|
|
|
+ if (this.form.status == '退款请核') {
|
|
|
this.isRevocationRequest = false;
|
|
|
}
|
|
|
if (this.form.status == '待发货') {
|
|
@@ -1946,7 +1947,8 @@ export default {
|
|
|
let _this = this
|
|
|
|
|
|
this.dataList = res.data.data.paymentRecordsList ? res.data.data.paymentRecordsList : [];
|
|
|
- if (this.form.status !== '录入' && this.form.status !== '退款中' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款' && this.form.status !== '待确认' && this.form.status !== '待发货') {
|
|
|
+ // if (this.form.status !== '录入' && this.form.status !== '退款中' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款' && this.form.status !== '待确认' && this.form.status !== '待发货') {
|
|
|
+ if (this.form.status !== '录入' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款' && this.form.status !== '待确认' && this.form.status !== '待发货') {
|
|
|
console.log(1);
|
|
|
this.isApplySettlement = false;
|
|
|
}
|
|
@@ -1968,9 +1970,9 @@ export default {
|
|
|
this.viewDisabled = true;
|
|
|
this.isEditButton = false;
|
|
|
}
|
|
|
- if (this.form.status == '退款中') {
|
|
|
+ /* if (this.form.status == '退款中') {
|
|
|
this.isConfirmRefundBtn = false;
|
|
|
- }
|
|
|
+ }*/
|
|
|
if (this.form.status == '已取消') {
|
|
|
this.isConfirmRefundBtn = true;
|
|
|
}
|
|
@@ -1980,7 +1982,7 @@ export default {
|
|
|
// this.isDisabledTask = false;
|
|
|
this.buttonColor = 'warning'
|
|
|
}
|
|
|
- if (this.form.status == '退款请核' || this.form.status == '退款中') {
|
|
|
+ if (this.form.status == '退款请核') {
|
|
|
this.isRevocationRequest = false;
|
|
|
}
|
|
|
if (this.form.status == '待发货') {
|