Commit d21eb0fc authored by 黄奎's avatar 黄奎

页面修改

parent 3dce3a07
......@@ -64,13 +64,23 @@
<div :class="stockColor(item,subItem)"
:style="subItem.month===item.date&&msg2.DateList.indexOf(subItem.day)!==-1?'border-color: green':''"
@click="calendarDayOn(item, subItem)">
<el-popover placement="bottom" :title="$t('ground.baojiaxinxi')" width="530" trigger="hover"
<el-popover placement="bottom" :title="$t('ground.baojiaxinxi')" width="950" trigger="hover"
v-if="subItem.data&&subItem.data.SubList && subItem.data.SubList[0]">
<template>
<table style="margin-left:3px;padding-top:2px;width:530px;">
<table style="margin-left:3px;padding-top:2px;min-width:530px;">
<tr>
<th width="40" style="text-align:center">{{$t('ground.pici')}}</th>
<th width="100" style="text-align:center">{{$t('Operation.Op_price')}}</th>
<th width="40" style="text-align:center">散客价</th>
<th width="40" style="text-align:center">税金</th>
<th width="40" style="text-align:center">自然单间</th>
<th width="40" style="text-align:center">不占床</th>
<th width="40" style="text-align:center">三人间</th>
<th width="40" style="text-align:center">大床</th>
<th width="40" style="text-align:center">司导</th>
<th width="40" style="text-align:center">入汤税</th>
<th width="40" style="text-align:center">早餐</th>
<th width="40" style="text-align:center">晚餐</th>
<th width="50" style="text-align:center">{{$t('hotel.hotel_Inventory')}}</th>
<th width="80" style="text-align:center">{{$t('ground.shengyukucun')}}</th>
<th width="140" style="text-align:center">{{$t('hotel.hotel_Supplier')}}</th>
......@@ -84,6 +94,36 @@
<td style="text-align:center;white-space:nowrap; ">
{{childItem.CostPrice}} {{childItem.PriceTaxTypeStr}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.SanKePrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.TaxesPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.SingleroomPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.ChildNotBedPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.AddBedPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.BidroomPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.GuideRoomPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.PriceInTangTax}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.PriceIsBreakfast&&childItem.PriceIsBreakfast==1?"含":""}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.PriceIsDinner&&childItem.PriceIsDinner==1?"含":""}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.Inventory}}
</td>
......
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