Commit 2e8850ff authored by zhengke's avatar zhengke

修改

parent 9bf658c1
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div style="display:inline-block;color:red">注意事项:每次导出数据最好不要超过一个月。</div> <div style="display:inline-block;color:red">注意事项:每次导出数据最好不要超过一个月。</div>
<div class="rq_comSpan" style="display:inline-block;">颜色说明: <div class="rq_comSpan" style="display:inline-block;">颜色说明:
<span class="rq_span1">未操作</span><span class="rq_span2">操作中</span><span class="rq_span3">操作完成</span><span <span class="rq_span1">未操作</span><span class="rq_span2">操作中</span><span class="rq_span3">操作完成</span><span
class="rq_span4">机位数和人数不相符</span><span class="rq_span4">取消个数</span> class="rq_span4">机位数和人数不相符</span>
</div> </div>
</div><br /> </div><br />
<table border="0" cellspacing="1" cellpadding="0" class="roomQuery_SupplierTable" v-loading='loading'> <table border="0" cellspacing="1" cellpadding="0" class="roomQuery_SupplierTable" v-loading='loading'>
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<td style="position:relative;"> <td style="position:relative;">
{{item.NewCombinationNum}} {{item.NewCombinationNum}}
<div class="Add_triangle" v-if="item.IsBookTeam==1&&todayDate==getDateYear(item.HotelBookTimeStr)"></div> <div class="Add_triangle" v-if="item.IsBookTeam==1&&todayDate==getDateYear(item.HotelBookTimeStr)"></div>
<div class="minus_triangle" v-if="item.IsBookTeam==2"></div>
</td> </td>
<td> <td>
{{item.TCNUMS}}({{item.TCID}}) {{item.TCNUMS}}({{item.TCID}})
...@@ -68,7 +69,7 @@ ...@@ -68,7 +69,7 @@
<el-popover placement="bottom" width="800" trigger="click" popper-class="rq_HotelDetails"> <el-popover placement="bottom" width="800" trigger="click" popper-class="rq_HotelDetails">
<table class="rq_HotelTable"> <table class="rq_HotelTable">
<tr> <tr>
<th width="180"> <th width="200">
时间 时间
</th> </th>
<th width="200"> <th width="200">
...@@ -121,8 +122,8 @@ ...@@ -121,8 +122,8 @@
</tr> </tr>
<tr> <tr>
<td colspan="4"> <td colspan="4">
<span style="display:inline-block;width:40px;vertical-align:top;">提示信息:</span> <span style="display:inline-block;width:60px;vertical-align:top;">提示信息:</span>
<span style="display:inline-block;width:400px;">{{childItem.Remarks}}</span></td> <span style="display:inline-block;width:87%;">{{childItem.Remarks}}</span></td>
</tr> </tr>
<tr> <tr>
<td> <td>
...@@ -183,7 +184,7 @@ ...@@ -183,7 +184,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="8" style="text-align:left;padding-left:5px;"> <td colspan="8" style="text-align:left;padding-left:5px;">
<div class="rQ_HtList" v-if="item.IsBookTeam==2"> <div class="rQ_HtList" v-if="item.IsBookTeam==2&&item.Numbers>0">
<span v-for="subItem in item.Numbers"></span> <span v-for="subItem in item.Numbers"></span>
</div> </div>
<div>注意事项: {{item.SupplierRemarks}}</div> <div>注意事项: {{item.SupplierRemarks}}</div>
...@@ -498,7 +499,7 @@ ...@@ -498,7 +499,7 @@
padding-top:5px; padding-top:5px;
} }
.SaveR_Btn{ .SaveR_Btn{
margin:10px 0 0 155px; margin:10px 0 0 45%;
} }
.Add_triangle{ .Add_triangle{
width: 0; width: 0;
...@@ -508,7 +509,7 @@ ...@@ -508,7 +509,7 @@
top:0; top:0;
border-style: solid; border-style: solid;
border-width: 45px 45px 0 0; border-width: 45px 45px 0 0;
border-color: red transparent transparent border-color: #7abd53 transparent transparent
} }
.Add_triangle::after { .Add_triangle::after {
content: '新增'; content: '新增';
...@@ -519,6 +520,26 @@ ...@@ -519,6 +520,26 @@
color: #FFFFFF; color: #FFFFFF;
font-size: 12px; font-size: 12px;
} }
.minus_triangle{
width: 0;
height: 0;
position: absolute;
left:0;
top:0;
border-style: solid;
border-width: 45px 45px 0 0;
border-color: red transparent transparent
}
.minus_triangle::after {
content: '取消';
position: absolute;
top: -42px;
right: -27px;
white-space: nowrap;
color: #FFFFFF;
font-size: 12px;
}
.rQ_HtList{ .rQ_HtList{
margin-top:5px 0 3px 0; margin-top:5px 0 3px 0;
} }
......
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