Commit c98d2f29 authored by youjie's avatar youjie

no message

parent 2358e5ae
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<div> <div>
{{item.RoomName_CN.length==0?item.RoomName:item.RoomName_CN}}</div> {{item.RoomName_CN.length==0?item.RoomName:item.RoomName_CN}}</div>
</div> </div>
<div class="col text-red"> <div class="col">
<div> <div>
入住日期 入住日期
<span v-for="( itemp, indexp ) in subItem.PriceList" <span v-for="( itemp, indexp ) in subItem.PriceList"
...@@ -80,19 +80,19 @@ ...@@ -80,19 +80,19 @@
</template> </template>
</span> </span>
</div> </div>
<template <span class="text-red"
v-if="subItem.RatePlanCancellationPolicyList && subItem.RatePlanCancellationPolicyList != null"> v-if="subItem.RatePlanCancellationPolicyList && subItem.RatePlanCancellationPolicyList != null">
<span <span
v-if="getIsCancella(subItem.RatePlanCancellationPolicyList,subItem.TotalPrice)>0"> v-if="getIsCancella(subItem.RatePlanCancellationPolicyList,subItem.TotalPrice)>0">
{{getIsCancella(subItem.RatePlanCancellationPolicyList,subItem.TotalPrice)==1?'限時取消':'付費取消'}} {{getIsCancella(subItem.RatePlanCancellationPolicyList,subItem.TotalPrice)==1?'限時取消':'付費取消'}}
</span> </span>
<span v-else>不可退改</span> <span v-else>不可退改</span>
</template> </span>
<span v-else>不可退改</span> <span v-else class="text-red">不可退改</span>
</div> </div>
<div class="col text-red" v-if="dataList&&dataList.policy"> <div class="col" v-if="dataList&&dataList.policy">
<div>入住时间: {{dataList.policy.checkinFrom}}</div> <div>入住时间: <span class="text-red">{{dataList.policy.checkinFrom}}</span></div>
<div>退房时间: {{dataList.policy.checkoutTo}}</div> <div>退房时间: <span class="text-red">{{dataList.policy.checkoutTo}}</span></div>
</div> </div>
</template> </template>
<div class="col text-center cursor-pointer" <div class="col text-center cursor-pointer"
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<template v-if="!indexp"> <template v-if="!indexp">
{{getMealtype(itemp.MealType)}} {{getMealtype(itemp.MealType)}}
<template v-if="itemp.MealAmount>0"> <template v-if="itemp.MealAmount>0">
×{{itemp.MealAmount}}{{$t('salesModule.Fen')}} ×{{itemp.MealAmount}}
</template> </template>
</template> </template>
</template> </template>
......
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