Commit 9847b87b authored by zhengke's avatar zhengke

no message

parent 28ed0363
...@@ -1215,12 +1215,11 @@ ...@@ -1215,12 +1215,11 @@
} }
let totalCount = Number(jalanTotalCount) + Number(ourHotelTotalCount); let totalCount = Number(jalanTotalCount) + Number(ourHotelTotalCount);
this.TotalPage = totalCount if (totalCount % 5 >0 ) {
// if (totalCount % 2 == 1) { this.TotalPage = parseInt(totalCount / 5) + 1
// this.TotalPage = parseInt(totalCount / 2) + 1 } else {
// } else { this.TotalPage = parseInt(totalCount / 5)
// this.TotalPage = parseInt(totalCount / 2) }
// }
this.PassMsg.groupBookingFlg = res.data.data.parmResult.groupBookingFlg; this.PassMsg.groupBookingFlg = res.data.data.parmResult.groupBookingFlg;
this.JapanIncrease = res.data.data.parmResult.JapanIncrease; this.JapanIncrease = res.data.data.parmResult.JapanIncrease;
} }
......
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