Commit 6fccdf6f authored by 黄奎's avatar 黄奎

酒店预订调整

parent 52d1b9f8
...@@ -468,9 +468,9 @@ ...@@ -468,9 +468,9 @@
<template <template
v-if="details.parmResultRoomInfo&&details.parmResultRoomInfo.GuestList&&details.parmResultRoomInfo.GuestList.length>0"> v-if="details.parmResultRoomInfo&&details.parmResultRoomInfo.GuestList&&details.parmResultRoomInfo.GuestList.length>0">
<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}}
...@@ -539,7 +539,10 @@ ...@@ -539,7 +539,10 @@
<div class="HS_HtName">{{details.model.HotelName}}</div> <div class="HS_HtName">{{details.model.HotelName}}</div>
<div class="HS_HAddress"> <div class="HS_HAddress">
<img src="../../../assets/img/hotel/redAddress.png" alt="" /> <img src="../../../assets/img/hotel/redAddress.png" alt="" />
<template v-if="details.parmResult"> <template v-if="details.Address&&details.Address!=''">
{{details.Address}}
</template>
<template v-else-if="details.parmResult&&details.parmResult.address!=''">
{{details.parmResult.address}} {{details.parmResult.address}}
</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