Commit a5b4d9b9 authored by zhengke's avatar zhengke

parent b3a308d5
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
<th width="145">公司团号</th> <th width="145">公司团号</th>
<th width="100">机位总数<br />(Y/E/F)</th> <th width="100">机位总数<br />(Y/E/F)</th>
<th width="80">占床<br />不占床</th> <th width="80">占床<br />不占床</th>
<th width="110">时间</th>
<th width="120">酒店名称</th> <th width="120">酒店名称</th>
<th width="120">更换酒店</th> <th width="120">更换酒店</th>
<th width="100">OP状态</th> <th width="100">OP状态</th>
...@@ -203,6 +204,9 @@ ...@@ -203,6 +204,9 @@
{{item.CommonReport.HouseStatistics.NeedBed}}/{{item.CommonReport.HouseStatistics.NoNeedBed}} {{item.CommonReport.HouseStatistics.NeedBed}}/{{item.CommonReport.HouseStatistics.NoNeedBed}}
</p> </p>
</td> </td>
<td :rowspan="subItem.HotelOrderList.length" v-if='thirdIndex==0'>
{{subItem.UseTimeStr}}
</td>
<td style="text-align:left;padding-left:2px;"> <td style="text-align:left;padding-left:2px;">
<template v-if="thirdItem.HotelName!=thirdItem.NewHotelName && thirdItem.NewHotelName!=''"> <template v-if="thirdItem.HotelName!=thirdItem.NewHotelName && thirdItem.NewHotelName!=''">
<span style="text-decoration:line-through"> {{thirdItem.HotelName}}</span> <span style="text-decoration:line-through"> {{thirdItem.HotelName}}</span>
...@@ -536,7 +540,7 @@ ...@@ -536,7 +540,7 @@
</script> </script>
<style> <style>
.roomReservationsSplitTrCss td { .PriceHotelWorkList .roomReservationsSplitTrCss td {
background: #eee !important; background: #eee !important;
} }
......
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