Commit bc7b5000 authored by 黄奎's avatar 黄奎

页面修改

parent 649bd42b
......@@ -44,10 +44,9 @@
<th width="120">{{$t('pub.date')}}</th>
<th width="150">餐厅名称</th>
<th width="150">更换餐厅</th>
<th width="150" v-if="showHotelObj.showPrice"> 餐标</th>
<th width="150" v-if="showHotelObj.showPrice"> 预定人数/餐标</th>
<th width="100" v-if="showHotelObj.showZhan">预约时间</th>
<th width="100" v-if="showHotelObj.showZhan">操作人</th>
<th width="120">{{$t('salesModule.DJstatus')}}</th>
<th width="100" v-if="showHotelObj.showZhan">确认时间</th>
</tr>
......@@ -76,11 +75,18 @@
{{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</span>
</td>
<td>
<td style="text-align:left;padding-left:5px;">
<template v-if="showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0">
<span v-for="(priceSubItem,priceSubIndex) in hotelSubItem.PriceList" :key="`din`+priceSubIndex">
<template v-if="priceSubItem.GuestType==1">
{{priceSubItem.UnitPrice}}
<template v-if="priceSubItem.UnitPrice>0&&priceSubItem.DiningNum>0">
<span style="display:block;">
<template v-if="priceSubItem.GuestType==1">
</template>
<template v-if="priceSubItem.GuestType==2">
</template>
<template v-if="priceSubItem.GuestType==3">
</template>
:{{priceSubItem.DiningNum}}&nbsp;&nbsp;餐标:{{priceSubItem.UnitPrice}}</span>
</template>
</span>
</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