Commit 7c78967f authored by 黄奎's avatar 黄奎

11

parent a237ff76
...@@ -708,7 +708,8 @@ ...@@ -708,7 +708,8 @@
{{$t('objFill.v101.hote.fuhetjdfx')}}</div> {{$t('objFill.v101.hote.fuhetjdfx')}}</div>
<div style="display: flex;justify-content: flex-start;margin-top:10px; "> <div style="display: flex;justify-content: flex-start;margin-top:10px; ">
<template v-if="qRoomTypeList&&qRoomTypeList.length>0"> <template v-if="qRoomTypeList&&qRoomTypeList.length>0">
<el-select placeholder="房型" v-model="qMsg.RoomTypeName" style="width:130px;" clearable filterable @clear="qMsg.RoomTypeName=''"> <el-select placeholder="房型" v-model="qMsg.RoomTypeName" style="width:130px;" clearable filterable
@clear="qMsg.RoomTypeName=''">
<el-option label="房型(全部)" value=""></el-option> <el-option label="房型(全部)" value=""></el-option>
<el-option v-for="(item,index) in qRoomTypeList" :label="item.RoomName_CN" :value="item.RoomName_CN" <el-option v-for="(item,index) in qRoomTypeList" :label="item.RoomName_CN" :value="item.RoomName_CN"
:key="`ry_`+index"></el-option> :key="`ry_`+index"></el-option>
...@@ -764,9 +765,9 @@ ...@@ -764,9 +765,9 @@
</div> </div>
</div> </div>
</div> </div>
<template <div v-loading="loading">
v-if="DidaHotelRoomDetails&&DidaHotelRoomDetails.HotelList&&DidaHotelRoomDetails.HotelList.length>0&&DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList&&DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList.length>0 "> <template
<div v-loading="loading"> v-if="DidaHotelRoomDetails&&DidaHotelRoomDetails.HotelList&&DidaHotelRoomDetails.HotelList.length>0&&DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList&&DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList.length>0 ">
<div class="q-card row q-cardradius " v-for="(item, index) in getQueryData" :key="`dh_`+index"> <div class="q-card row q-cardradius " v-for="(item, index) in getQueryData" :key="`dh_`+index">
<div class="col q-pa-sm q-pr-lg col-3 row no-wrap justify-between" <div class="col q-pa-sm q-pr-lg col-3 row no-wrap justify-between"
style="border-right: 1px solid rgb(238, 238, 238);width:15%;height:auto;"> style="border-right: 1px solid rgb(238, 238, 238);width:15%;height:auto;">
...@@ -952,12 +953,12 @@ ...@@ -952,12 +953,12 @@
</div> </div>
</div> </div>
</div> </div>
</div> </template>
</template> <template v-else>
<template v-else> <div class="q-my-md q-px-lg" style="text-align:center;margin-top:15px;">{{$t('system.content_noData')}}
<div class="q-my-md q-px-lg" style="text-align:center;margin-top:15px;">{{$t('system.content_noData')}} </div>
</div> </template>
</template> </div>
</div> </div>
<!-- 价格循环结束 --> <!-- 价格循环结束 -->
<div class="rounded-borders bg-white row items-center q-pb-md" style="margin-top:20px;width: 1300px;"> <div class="rounded-borders bg-white row items-center q-pb-md" style="margin-top:20px;width: 1300px;">
...@@ -1311,6 +1312,7 @@ ...@@ -1311,6 +1312,7 @@
this.msg.CheckInDate = ''; this.msg.CheckInDate = '';
this.msg.CheckOutDate = ''; this.msg.CheckOutDate = '';
} }
this.DidaHotelRoomDetails = {};
var that = this; var that = this;
this.apipost('dmc_post_GetDiDaPriceSearchList', this.msg, res => { this.apipost('dmc_post_GetDiDaPriceSearchList', this.msg, res => {
this.loading = false this.loading = false
......
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