Commit 5d2ee5c8 authored by youjie's avatar youjie

no message

parent 45dd0e4d
......@@ -668,7 +668,6 @@ export default {
this.sumPrice+= (this.parameters.GuestList.length*Number(item.Price))
this.Price = Number(item.Price)
})
console.log(this.roomRateDetails,'-------dmc_post_GetDiDaPriceConfirm')
} else {
this.$message.error(res.data.message)
this.CommonJump('/detailHotalDida', {
......@@ -708,7 +707,10 @@ export default {
this.parameters.hotelId = this.msg.hotelId
this.parameters.CheckOutDate = this.msg.CheckOutDate
this.parameters.CheckInDate = this.msg.CheckInDate
console.log(this.OrderDate.detail,'--------this.msg')
this.parameters.RatePlanID = this.msg.ratePlanID
this.parameters.HotelName = this.OrderDate.detail.Name_CN
this.parameters.HotelPic = this.OrderDate.detail.images[0]
this.parameters.RoomName = this.msg.roomOptionCd.RoomName_CN
this.parameters.GuestList = []
this.msg.searchroomGroup.forEach((x,index)=>{
......@@ -732,7 +734,6 @@ export default {
};
this.parameters.GuestList.push(obj);
})
console.log(this.parameters.GuestList,'--------this.parameters.GuestList')
}
}
}
......@@ -768,8 +769,8 @@ export default {
}
this.parameters.CustomerId = this.userInfo.Id;
this.parameters.EmployeeIdStr = this.userInfo.Id//`${this.userInfo.Surname?this.userInfo.Surname:''}${this.userInfo.Name?this.userInfo.Name:' '}`
console.log(this.parameters,'--------this.parameters.EmployeeIdStr')
this.parameters.EmployeeIdStr = `${this.userInfo.Surname?this.userInfo.Surname:''}${this.userInfo.Name?this.userInfo.Name:' '}`
this.$refs.mail.validate()
this.$refs.SurName.validate()
this.$refs.Name.validate()
......@@ -951,7 +952,6 @@ export default {
this.apipost("GetCustomerInfo_post", { Id: u.id }, (r) => {
if (r.data.resultCode == 1) {
this.userInfo = r.data.data;
console.log(this.userInfo,'-----------');
if(r.data.data.Moblie){
this.parameters.guestEmail = r.data.data.Moblie
this.userInfo.Mobile = r.data.data.Moblie
......
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