|
@@ -364,7 +364,8 @@ export default {
|
|
|
handleRefund(){
|
|
handleRefund(){
|
|
|
this.audit.open=true;
|
|
this.audit.open=true;
|
|
|
this.form.salesId=this.afterSales.id;
|
|
this.form.salesId=this.afterSales.id;
|
|
|
- this.form.refundAmount=this.afterSales.refundAmount;
|
|
|
|
|
|
|
+ //this.form.refundAmount=this.afterSales.refundAmount;
|
|
|
|
|
+ this.form.refundAmount=this.order.payMoney; //实付金额
|
|
|
},
|
|
},
|
|
|
handleImmediatelyRefund(){
|
|
handleImmediatelyRefund(){
|
|
|
let _this = this;
|
|
let _this = this;
|