|
@@ -336,7 +336,7 @@ 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.order.payMoney;
|
|
|
},
|
|
},
|
|
|
submitAuditForm() {
|
|
submitAuditForm() {
|
|
|
this.$refs["form"].validate(valid => {
|
|
this.$refs["form"].validate(valid => {
|