Commit c6cf7537 authored by 黄奎's avatar 黄奎
parents d762e55f 8af92337
<style> <style scoped>
.Myprint p{margin: 0 !important;} .Myprint p{margin: 0 !important;}
.Receipt_boxNew{padding: 15px;color: #c94052;width: 100%;background-color: rgba(245, 245, 245, 1);position: relative;} .Receipt_boxNew{padding: 15px;color: #c94052;width: 100%;background-color: rgba(245, 245, 245, 1);position: relative;}
.Receipt_boxNew tr th{color: #c94052} .Receipt_boxNew tr th{color: #c94052}
......
<style> <style scoped>
.Myprint p{ .Myprint p{
margin: 0 !important; margin: 0 !important;
} }
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
position: absolute; position: absolute;
top:10px; top:10px;
color:#106BAF; color:#106BAF;
left: -100px; left: -130px;
} }
._PrintPage_box .SetDiv span{ ._PrintPage_box .SetDiv span{
color:#106BAF; color:#106BAF;
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
<td>¥{{moneyFormat(item.TradeMoney)}}</td> <td>¥{{moneyFormat(item.TradeMoney)}}</td>
<td>{{item.TotalGuestNum}}</td> <td>{{item.TotalGuestNum}}</td>
<td v-if="!hideBtn">¥{{moneyFormat(item.PredictPrice)}}</td> <td v-if="!hideBtn">¥{{moneyFormat(item.PredictPrice)}}</td>
<td v-if="!hideBtn">¥{{moneyFormat(item.PredictPrice)}}</td> <td v-if="!hideBtn">¥{{item.ClosePrice ? moneyFormat(item.ClosePrice) : 0}}</td>
<td class="_icon_btn" v-if="hideBtn"> <td class="_icon_btn" v-if="hideBtn">
<el-tooltip class="item" effect="dark" content="设置主门店" placement="top"> <el-tooltip class="item" effect="dark" content="设置主门店" placement="top">
<i class="iconfont icon-guanli2"@click="setAdmin(item)"></i> <i class="iconfont icon-guanli2"@click="setAdmin(item)"></i>
......
...@@ -545,11 +545,12 @@ ...@@ -545,11 +545,12 @@
<table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2"> <table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2">
<tr> <tr>
<th colspan="12" class="bgwhite">酒店使用</th> <th colspan="13" class="bgwhite">酒店使用</th>
</tr> </tr>
<tr> <tr>
<th width="180">使用日期</th> <th width="120">使用日期</th>
<th width="180">酒店名称</th> <th width="140">原酒店</th>
<th width="140">实际入住酒店</th>
<th width="">房间类型</th> <th width="">房间类型</th>
<th width="">预定人数 </th> <th width="">预定人数 </th>
<th width="">单价/人</th> <th width="">单价/人</th>
...@@ -569,6 +570,9 @@ ...@@ -569,6 +570,9 @@
</td> </td>
<td v-if="subIndex==0 && childIndex == 0" :rowspan="item.row"> <td v-if="subIndex==0 && childIndex == 0" :rowspan="item.row">
{{subItem.HotelName}} {{subItem.HotelName}}
</td>
<td v-if="subIndex==0 && childIndex == 0" :rowspan="item.row">
{{subItem.NewHotelName}}
</td> </td>
<td> <td>
<span v-if="childItem.HouseType === 1">单间</span> <span v-if="childItem.HouseType === 1">单间</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