Explorar o código

卓美-直播退款财务审核默认值改为实付金额

lxb hai 1 día
pai
achega
27d50b73ab
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/live/components/productAfterSalesOrder.vue

+ 2 - 1
src/views/live/components/productAfterSalesOrder.vue

@@ -364,7 +364,8 @@ export default {
     handleRefund(){
       this.audit.open=true;
       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(){
       let _this = this;