Commit 1af0e48f authored by qipeng's avatar qipeng

refundMoney=pdRefundMoney

parent 553cc70a
......@@ -167,7 +167,7 @@ export default {
userId:this.openId,
refundReason:this.reason,
refundNum:this.refundNum,
refundMoney:this.orderInfo.costPrice*this.refundNum,
refundMoney:this.orderInfo.unitPrice*this.refundNum,
pdRefundMoney:this.orderInfo.unitPrice*this.refundNum,
refundType:0,
pdRefundFee:this.orderInfo.depositReceived,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment