Commit 745fc088 authored by qipeng's avatar qipeng

修改退单金额

parent 35c78e84
...@@ -167,8 +167,8 @@ export default { ...@@ -167,8 +167,8 @@ export default {
userId:this.openId, userId:this.openId,
refundReason:this.reason, refundReason:this.reason,
refundNum:this.refundNum, refundNum:this.refundNum,
refundMoney:this.orderInfo.unitPrice*this.refundNum, refundMoney:this.orderInfo.costPrice*this.refundNum,
pdRefundMoney:parseFloat(this.orderInfo.pdOrderMoney), pdRefundMoney:this.orderInfo.unitPrice*this.refundNum,
refundType:0, refundType:0,
pdRefundFee:this.orderInfo.depositReceived, pdRefundFee:this.orderInfo.depositReceived,
orderTouristVoList:orderTouristVoList, orderTouristVoList:orderTouristVoList,
......
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