Commit c98d2f29 authored by youjie's avatar youjie

no message

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