Commit 1a19505f authored by youjie's avatar youjie

no message

parent 53973007
......@@ -66,7 +66,10 @@
width: 10px !important;
margin-left: -6px;
}
/deep/.StockStrBox .el-select-dropdown__item{
</style>
<style scoped>
.el-select-dropdown__item{
height: auto !important;
}
</style>
......@@ -157,9 +160,9 @@
<td width="70" valign="top">
<img crossorigin="Anonymous" src="../../../assets/img/daily_hotel-1.png">
</td>
<td valign="middle" colspan="5" class="StockStrBox">
<td valign="middle" colspan="5">
<!--日本线酒店-->
<template v-if="PostConfig.LineId==14||PostConfig.LineId==118">
<div class="StockStrBox" v-if="PostConfig.LineId==14||PostConfig.LineId==118">
<template v-if="hotelArray&&hotelArray.length>0">
<el-select placeholder="预定方式" v-model="hotelArray[0].HotelBookType" @change="ChangeHotelBookType"
style="width:100px;">
......@@ -181,8 +184,8 @@
</div>
</el-option>
</el-select>
</template>
<template v-else>
</div>
<div class="StockStrBox" v-else>
<!--酒店-->
<el-select v-if="!dayObj.isRead &&IsDirect==1&&TeamType!=2" class="Ht_hotelSelect" size="mini"
v-model="HotelChooseArray" multiple :multiple-limit="(TeamType==0||TeamType==3)?3:1"
......@@ -198,7 +201,7 @@
</div>
</el-option>
</el-select>
</template>
</div>
<span style="color:red;font-weight:bold;" v-if="IsOpenHotel==1">※ {{$t('op.DJyiguanbi')}}</span>
<span v-if="dayObj.isRead&&IsDirect==1">
<span v-for="(item,index) in hotelArray" :key="`h_`+index">
......
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