Commit fa13f9b7 authored by 黄奎's avatar 黄奎

页面修改

parent ca74421e
...@@ -94,9 +94,11 @@ ...@@ -94,9 +94,11 @@
<span style="color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px">平季</span> <span style="color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px">平季</span>
<span style="color:#000000;background-color: #DDDDDD;padding:2px 4px;border-radius:5px">淡季</span> <span style="color:#000000;background-color: #DDDDDD;padding:2px 4px;border-radius:5px">淡季</span>
<span style="color:#000000;background-color: #02F78E;padding:2px 4px;border-radius:5px">特别价</span> <span style="color:#000000;background-color: #02F78E;padding:2px 4px;border-radius:5px">特别价</span>
<span style="color:#000000;background-color: #808000;padding:2px 4px;border-radius:5px">行前日</span>
</div> </div>
<template v-if="isShow"> <template v-if="isShow">
<el-table v-if="dataList.length>0" :data="dataList" style="width:100%" border v-loading='loading' :height="tableHeight"> <el-table v-if="dataList.length>0" :data="dataList" style="width:100%" border v-loading='loading'
:height="tableHeight">
<el-table-column fixed label="酒店名称" min-width="180"> <el-table-column fixed label="酒店名称" min-width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="text-decoration: underline;cursor:pointer" @click="GotoHotel(scope.row.HotelId)"> <div style="text-decoration: underline;cursor:pointer" @click="GotoHotel(scope.row.HotelId)">
...@@ -143,7 +145,6 @@ ...@@ -143,7 +145,6 @@
<p>{{$t("active.ld_noData")}}</p> <p>{{$t("active.ld_noData")}}</p>
</div> </div>
</template> </template>
</div> </div>
<div class="combottomDiv HqCom_bottom" v-if="showNotice"> <div class="combottomDiv HqCom_bottom" v-if="showNotice">
...@@ -301,12 +302,12 @@ ...@@ -301,12 +302,12 @@
pageSize: 5, pageSize: 5,
currentPage: 1, currentPage: 1,
total: 0, total: 0,
OpType:0 OpType: 0
}, },
postMsg: { postMsg: {
Id: 0, Id: 0,
TipContent: '', TipContent: '',
OpType:0, OpType: 0,
}, },
//默认显示弹窗信息 //默认显示弹窗信息
showHQinfo: true, showHQinfo: true,
...@@ -370,7 +371,7 @@ ...@@ -370,7 +371,7 @@
query: { query: {
HotelId: item.HotelId, HotelId: item.HotelId,
HotelUseTime: item.subList[subIndex].DateStr, HotelUseTime: item.subList[subIndex].DateStr,
IsUnionCked:0, IsUnionCked: 0,
blank: 'y', blank: 'y',
tab: "团控查询", tab: "团控查询",
} }
...@@ -470,6 +471,9 @@ ...@@ -470,6 +471,9 @@
case 5: case 5:
classStr = "classTe"; classStr = "classTe";
break; break;
case 6:
classStr = "hotelQueryListclass6"
break;
} }
return classStr; return classStr;
}, },
...@@ -643,7 +647,9 @@ ...@@ -643,7 +647,9 @@
.classTe { .classTe {
background-color: rgb(2, 247, 142); background-color: rgb(2, 247, 142);
} }
.hotelQueryListclass6 {
background-color:#808000;
}
.HouseTypeList { .HouseTypeList {
background: #ccc; background: #ccc;
width: 100%; width: 100%;
......
...@@ -274,7 +274,14 @@ ...@@ -274,7 +274,14 @@
{{$t('ground.jiudiantjg')}} {{$t('ground.jiudiantjg')}}
<span class="Owe_Room">{{TotalInventory}}</span> {{$t('ground.jiandangqsy')}} <span class="Owe_Room">{{TotalInventory}}</span> {{$t('ground.jiandangqsy')}}
<span class="Owe_Room">{{UseInventory}}</span> {{$t('ground.jianzhanbi')}} <span class="Owe_Room">{{UseInventory}}</span> {{$t('ground.jianzhanbi')}}
<span class="Owe_Room">{{((UseInventory/TotalInventory)*100).toFixed(2)}}</span> %. <span class="Owe_Room">
<template v-if="TotalInventory>0">
{{ ((UseInventory/TotalInventory)*100).toFixed(2)}}
</template>
<template v-else>
0
</template>
</span> %.
&nbsp;&nbsp; &nbsp;&nbsp;
<span class="hasStock_1" style="padding:2px 4px;border-radius:5px">{{$t('ground.hongri')}}</span> <span class="hasStock_1" style="padding:2px 4px;border-radius:5px">{{$t('ground.hongri')}}</span>
<span class="hasStock_2" style="padding:2px 4px;border-radius:5px">{{$t('ground.wangji')}}</span> <span class="hasStock_2" style="padding:2px 4px;border-radius:5px">{{$t('ground.wangji')}}</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