|
|
@ -603,6 +603,11 @@ |
|
|
}); |
|
|
}); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
if (this.returnData.refundType == 1){ |
|
|
|
|
|
this.returnData.refundTypeStatus = 1 |
|
|
|
|
|
}else if(this.returnData.refundType == 2){ |
|
|
|
|
|
this.returnData.refundTypeStatus = 2 |
|
|
|
|
|
} |
|
|
let submitData = Object.assign({}, this.returnData, { |
|
|
let submitData = Object.assign({}, this.returnData, { |
|
|
refundAmount: this.getRefundApplyAmount() |
|
|
refundAmount: this.getRefundApplyAmount() |
|
|
}) |
|
|
}) |
|
|
|