Commit 3e749f85 authored by 黄奎's avatar 黄奎

道旅酒店详情调整

parent 007d48e8
...@@ -480,13 +480,11 @@ ...@@ -480,13 +480,11 @@
}}</span> }}</span>
</span> </span>
</div> </div>
<div class="q-pt-xs col q-px-lg q-mb-md8" style="width:50%;"> <div class="q-pt-xs col q-px-lg q-mb-md8" style="width:50%;">
<span class="text-grey-6 q-pr-lg"> <i style="color:#c0c4cc;" class="text-grey-13 q-mr-xs el-icon-phone" <span class="text-grey-6 q-pr-lg"> <i style="color:#c0c4cc;" class="text-grey-13 q-mr-xs el-icon-phone"
name="place" size="xs"></i> name="place" size="xs"></i>
<span class="col fz14 text-weight-bold text-blick text-grey-6">{{ $route.query.tel }}</span> <span class="col fz14 text-weight-bold text-blick text-grey-6">{{ $route.query.tel }}</span>
</span> </span>
</div> </div>
</div> </div>
</div> </div>
...@@ -510,7 +508,6 @@ ...@@ -510,7 +508,6 @@
</div> </div>
</div> </div>
</div> </div>
<div style="padding-bottom: 8px;"> <div style="padding-bottom: 8px;">
<div style="display: flex;"> <div style="display: flex;">
<div class="q-pt-xs col q-px-lg q-mb-md8" style="width:50%;"> <div class="q-pt-xs col q-px-lg q-mb-md8" style="width:50%;">
...@@ -779,6 +776,7 @@ ...@@ -779,6 +776,7 @@
guestRequest: "", guestRequest: "",
hotelId: '', hotelId: '',
roomType: 0, roomType: 0,
RoomName:"",//房型名称
}, },
auditNum: 0, auditNum: 0,
childNum: 0, childNum: 0,
...@@ -866,6 +864,7 @@ ...@@ -866,6 +864,7 @@
this.sureMsg.totalRoomCount = this.params.searchroomGroup.length; this.sureMsg.totalRoomCount = this.params.searchroomGroup.length;
this.sureMsg.RoomCount = this.params.searchroomGroup.length; this.sureMsg.RoomCount = this.params.searchroomGroup.length;
this.sureMsg.CheckOutDate = this.params.CheckOutDate; this.sureMsg.CheckOutDate = this.params.CheckOutDate;
this.sureMsg.RoomName= this.roomRateDetails.RatePlanList[0].RoomName_CN;
if (this.roomRateDetails && this.roomRateDetails.RatePlanList && this.roomRateDetails.RatePlanList if (this.roomRateDetails && this.roomRateDetails.RatePlanList && this.roomRateDetails.RatePlanList
.length > 0) { .length > 0) {
this.sureMsg.roomType = this.roomRateDetails.RatePlanList[0].BedType; this.sureMsg.roomType = this.roomRateDetails.RatePlanList[0].BedType;
...@@ -1007,8 +1006,8 @@ ...@@ -1007,8 +1006,8 @@
"dmc_post_GetDiDaPriceConfirm", "dmc_post_GetDiDaPriceConfirm",
this.params, this.params,
res => { res => {
console.log("dmc_post_GetDiDaPriceConfirm",res.data);
this.loading = false; this.loading = false;
console.log("GetDiDaPriceConfirm",res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data.PriceDetails; this.dataList = res.data.data.PriceDetails;
this.roomRateDetails = res.data.data.PriceDetails.HotelList[0]; this.roomRateDetails = res.data.data.PriceDetails.HotelList[0];
......
...@@ -473,7 +473,8 @@ ...@@ -473,7 +473,8 @@
<template v-for="(item,index) in details.parmResultRoomInfo.GuestList"> <template v-for="(item,index) in details.parmResultRoomInfo.GuestList">
<el-row :key="`dp_`+index"> <el-row :key="`dp_`+index">
<el-col> <el-col>
房间 {{item.RoomNum}}: <template v-for="(subItem,subIndex) in item.GuestInfo"> 房间 {{item.RoomNum}}:
<template v-for="(subItem,subIndex) in item.GuestInfo">
{{subItem.LastName}} {{subItem.FirstName}} {{subItem.LastName}} {{subItem.FirstName}}
<template v-if="subItem.Age&&subItem.Age!=''"> <template v-if="subItem.Age&&subItem.Age!=''">
年龄:{{subItem.Age}} 年龄:{{subItem.Age}}
...@@ -534,7 +535,7 @@ ...@@ -534,7 +535,7 @@
</div> </div>
</div> </div>
<div class="HS_RightTopImg"> <div class="HS_RightTopImg">
<template v-if="details"> <template v-if="details&&details.model&&details.model.HotelPic&&details.model.HotelPic!=''">
<img :src="details.model.HotelPic" alt="" /> <img :src="details.model.HotelPic" alt="" />
</template> </template>
</div> </div>
......
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