Commit 434c1c55 authored by 黄奎's avatar 黄奎

酒店查询修改

parent fd19bc41
......@@ -140,7 +140,10 @@
{{childItem.CheckInDateStr}}
</td>
<td class="tdLeft">
{{childItem.NewHotelName}}
<template v-if="childItem.SupplierId==UserInfo.SupplierId"> {{childItem.NewHotelName}}</template>
<template v-else>
组团社自理
</template>
</td>
<td>
<span style="color:red;">
......@@ -149,9 +152,6 @@
<template v-else>{{childItem.DMCState==1?"[地接-OK]":(childItem.DMCState==0?"[未操作]":"[暂定]")}}
</template>
</template>
<template v-else>
[组团社自理]
</template>
</span>
</td>
<td v-if="childIndex==0" :rowspan="subItem.hotelList.length">
......
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