Commit b467c53d authored by 黄奎's avatar 黄奎

页面修改

parent 77ea13e4
......@@ -348,7 +348,7 @@
<div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtnMan">{{$t('pub.updateMsg')}}</button>
<button @click="CopyHotel(item.ID)" class="hotelBtnMan" v-if="userInfo.RB_Group_id==QjGroupId()">复制</button>
<button @click="goproduct('HotelProductManage',item)" class="hotelBtnMan">房型</button>
<button @click="goproduct('HotelProductManage',item)" class="hotelBtnMan" v-if="userInfo.RB_Group_id!=QjGroupId()">房型</button>
<br/>
<button v-if="IsHotelPriceStock==1" style="width:80px;margin-top:10px;" @click="goUrl('HotelProductManage2',item)"
class="hotelBtnMan">{{$t('ground.baojiayukucun')}}</button>
......
......@@ -529,7 +529,7 @@
if (this.userInfo.RB_Group_id == 2) {
this.qCountryId = 651;
this.msg.CountryId = 651;
} else if (his.userInfo.RB_Group_id == 91) {
} else if (this.userInfo.RB_Group_id == 91) {
this.qCountryId = 1252;
this.msg.CountryId = 1252;
}
......
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