Commit fc222a5c authored by 黄奎's avatar 黄奎

酒店弹窗修改

parent 970c774e
......@@ -11,6 +11,20 @@
<div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="singeRowTable">
<tr>
<td colspan="">
公司团号
</td>
<td colspan="2">
{{TCNUM}}
</td>
<td>
地接团号
</td>
<td colspan="2">
{{DMCNum}}
</td>
</tr>
<tr>
<th width="120">日期</th>
<th style="width:150px;">酒店</th>
......@@ -36,18 +50,19 @@
</td>
<td style="text-align:left;padding-left:3px;">
<span v-if="hotelSubItem.HotelName!='温馨的家'">
<template v-if="hotelSubItem.OPState==1">
<a style="color:green">OP-OK</a>
<template v-if="hotelSubItem.DMCState==1">
<a style="color:green">地接-OK</a>
</template>
<template v-else-if="hotelSubItem.OPState==2&&hotelSubItem.DMCState==0">
<a style="color:red">OP-暂定</a>
<template v-else-if="hotelSubItem.DMCState==2">
<a style="color:red">地接-暂定</a>
</template>
<template v-else>
<template v-if="hotelSubItem.DMCState==1">
<a style="color:green">地接-OK</a>
<template v-else-if="hotelSubItem.DMCState==0">
<template v-if="hotelSubItem.OPState==1">
<a style="color:green">OP-OK</a>
</template>
<template v-else>
<a style="color:red"> {{hotelSubItem.DMCState==2?"地接-暂定":"地接-未操作"}}</a>
<a style="color:red"> {{hotelSubItem.OPState==2?"OP-暂定":"地接-未操作"}}</a>
</template>
</template>
</span>
......
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