Commit c1dc0961 authored by huangyuanyuan's avatar huangyuanyuan
parents bdcf267d 11204599
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
<th width="120">占床/不占床</th> <th width="120">占床/不占床</th>
<th width="80">实际用房数</th> <th width="80">实际用房数</th>
<th></th> <th></th>
<!-- <th v-for='item in thLengthTitle'>{{item}}</th> -->
<th></th> <th></th>
<th>备注</th> <th>备注</th>
<th>操作</th> <th>操作</th>
...@@ -140,8 +139,7 @@ ...@@ -140,8 +139,7 @@
<p class="pDateStyle">{{childItem.CheckInDateStr}}</p> <p class="pDateStyle">{{childItem.CheckInDateStr}}</p>
<p @click="goUrlR('HotelManagement',childItem.HotelId,'酒店管理')" <p @click="goUrlR('HotelManagement',childItem.HotelId,'酒店管理')"
class="pDateStyle phoverStype ownScrollbarStyle" style="height: 50px!important; overflow:auto;"> class="pDateStyle phoverStype ownScrollbarStyle" style="height: 50px!important; overflow:auto;">
<span v-if='childItem.HotelOrderState==0' <span class="colorE95252">{{childItem.HotelOrderState==1?"[OK]":"[暂定]"}}</span>{{childItem.NewHotelName}}
class="colorE95252">(待定)</span>{{childItem.NewHotelName}}
</p> </p>
<p class="pDateStyle">{{item.CommonReport.HouseStatistics.RealityRoomNum}}</p> <p class="pDateStyle">{{item.CommonReport.HouseStatistics.RealityRoomNum}}</p>
<p class="pDateStyle"> <p class="pDateStyle">
......
...@@ -1184,7 +1184,7 @@ ...@@ -1184,7 +1184,7 @@
that.tabLoading = false; that.tabLoading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.fillShow = false; that.fillShow = false;
that.Success("导入成功"); that.Success("导入成功,用时【"+(res.data.data/1000)+"秒】");
that.getList(); that.getList();
} else { } else {
that.Error(res.data.message); that.Error(res.data.message);
......
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