Commit 34661c4e authored by 吴春's avatar 吴春

1

parent 67db46b8
......@@ -44,10 +44,11 @@
<th width="120">{{$t('pub.date')}}</th>
<th width="150">餐厅名称</th>
<th width="150">更换餐厅</th>
<th width="120">{{$t('salesModule.DJstatus')}}</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>
<template v-if=" DiningObj&& DiningObj.length>0">
......@@ -67,19 +68,7 @@
{{hotelSubItem.DinnerName!=hotelSubItem.NewDinnerName?""+hotelSubItem.NewDinnerName:""}}
</td>
<td>
<span>
<template v-if="hotelSubItem.OrderState==1">
<a style="color:green">确定</a>
</template>
<template v-else-if="hotelSubItem.OrderState==-1">
<a style="color:red"></a>
</template>
<template v-else-if="hotelSubItem.OrderState==2">
<a style="color:red">暂定</a>
</template>
</span>
</td>
<td >
<template v-if="showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0">
<span v-for="(priceSubItem,priceSubIndex) in hotelSubItem.PriceList" :key="`din`+priceSubIndex" >
......@@ -88,7 +77,6 @@
</template>
</span>
</template>
</td>
<td>
{{hotelSubItem.DiningTypeName}} <br /> {{hotelSubItem.BookTime}}
......@@ -96,6 +84,19 @@
<td>
{{hotelSubItem.CreateByName}}
</td>
<td>
<span>
<template v-if="hotelSubItem.OrderState==1">
<a style="color:green">确定</a>
</template>
<template v-else-if="hotelSubItem.OrderState==-1">
<a style="color:red"></a>
</template>
<template v-else-if="hotelSubItem.OrderState==2">
<a style="color:red">暂定</a>
</template>
</span>
</td>
<td>
{{hotelSubItem.SureTime}}
</td>
......
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