Commit 5824d05a authored by zhengke's avatar zhengke

no message

parent 57edc29c
......@@ -831,13 +831,13 @@ export default {
item.B2CReNewRatio / 100
)
);
item.PreferPrice = item.GuestNum*item.Unit_Price-item.DiscountMoney
item.PreferPrice = item.GuestNum*item.Unit_Price-item
}else{
item.DiscountMoney = this.accAdd(
item.DiscountMoney,
this.accMul(item.Class_Price, item.B2CRatio / 100)
);
item.PreferPrice = item.GuestNum*item.Unit_Price-item.DiscountMoney
item.PreferPrice = item.GuestNum*item.Unit_Price
}
})
......
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