Commit d698ff53 authored by zhengke's avatar zhengke

再次修改

parent cfeb3d5a
......@@ -893,6 +893,10 @@
.rgsureBtn:hover{
background-color: #297BEF;
}
.rgComTips{
width:85px;text-align:left;font-size:12px;
margin-left:10px;
}
</style>
<template>
......@@ -2011,18 +2015,18 @@
</div>
</td>
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px;">
<td colspan="5" style="height: 40px;">
<div class="clearfix RL-MARK" style="width:75%;float:left;">
<span class="RL-opremarkTitle">OP备注:</span>
<span class="RL-redType RL-remarkCon" style="width:80%;display:inline-block;">{{childItem.OP_Remarks ? childItem.OP_Remarks : '无'}}</span>
</div>
<div style="float:right;" v-if="childItem.IsCanClear==0">
<input type="button" value="确认订单" class="rgsureBtn" @click="clearSeat(childItem,1)" style="display:block;"/>
<div style="width:85px;">该订单<span style="color:red;">未确认</span>会被系统自动清位</div>
<div class="rgComTips">该订单<span style="color:red;">未确认</span>会被系统自动清位</div>
</div>
<div style="float:right;" v-else>
<input type="button" value="取消订单" class="normalBtn" @click="clearSeat(childItem,2)" style="display:block;padding:0 15px;height:25px;"/>
<div style="width:85px;text-align:left;">该订单<span style="color:green">已确认</span>不会被系统清位</div>
<input type="button" value="取消确认" class="normalBtn" @click="clearSeat(childItem,2)" style="display:block;padding:0 15px;height:25px;"/>
<div class="rgComTips">该订单<span style="color:green">已确认</span>不会被系统清位</div>
</div>
</td>
<td colspan="5" style="height: 40px;cursor: pointer;"
......
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