Commit 868492bc authored by youjie's avatar youjie

no message

parent beccbb45
......@@ -2156,20 +2156,15 @@
if(DiscountNumber>=this.DiscountAmountObj.expansionModel.orderGuestNum){
PreferPrice = this.addMsg.PreferPrice-this.DiscountAmountObj.expansionModel.denomination
}
PreferPriceTwo = this.addMsg.PreferPrice-this.DiscountAmountObj.denomination
}else{
PreferPriceTwo = this.addMsg.PreferPrice-this.DiscountAmountObj.denomination
}
PreferPriceTwo = this.addMsg.PreferPrice-this.DiscountAmountObj.denomination
}else if(this.DiscountAmountObj&&this.DiscountAmountObj.couponsType==2){
if(this.addMsg.GroupType==2){
if(DiscountNumber>=this.DiscountAmountObj.expansionModel.orderGuestNum){
PreferPrice = this.addMsg.PreferPrice-this.DiscountAmountObj.expansionModel.denomination
}
PreferPriceTwo = this.addMsg.PreferPrice*(this.DiscountAmountObj.denomination/100)
}else{
PreferPriceTwo = this.addMsg.PreferPrice*(this.DiscountAmountObj.denomination/100)
}
PreferPriceTwo = this.addMsg.PreferPrice*(this.DiscountAmountObj.denomination/100)
}
if((PreferPrice>PreferPriceTwo)||PreferPrice==0){
Price = PreferPriceTwo
......
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