Commit 38fa2e12 authored by 黄奎's avatar 黄奎

样式修改

parent 51ee50dd
...@@ -42,8 +42,7 @@ ...@@ -42,8 +42,7 @@
</el-switch> </el-switch>
</el-form-item> </el-form-item>
<el-form-item :label="$t('hotel.hotel_payType')"> <el-form-item :label="$t('hotel.hotel_payType')">
<el-select v-model="addMsg.PayStyle" class='multiple_input w300' :placeholder="$t('pub.pleaseSel')" <el-select v-model="addMsg.PayStyle" class='multiple_input w300' :placeholder="$t('pub.pleaseSel')">
:disabled="IsHaveAuth==1?false:true">
<el-option :label="$t('pub.unlimitedSel')" :value='SelectDefaultValue'></el-option> <el-option :label="$t('pub.unlimitedSel')" :value='SelectDefaultValue'></el-option>
<el-option v-for="item in PayList" :key="item.Id" :label="item.Name" :value="item.Id"> <el-option v-for="item in PayList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option> </el-option>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.hotelmanagement .resourceListMan { .hotelmanagement .resourceListMan {
width: 215px; width: 215px;
height: 350px; height: 330px;
background-color: #fff; background-color: #fff;
border: 1px dashed #ededed; border: 1px dashed #ededed;
border-radius: 4px; border-radius: 4px;
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
} }
.hotelmanagement .hotelTitle { .hotelmanagement .hotelTitle {
margin: 22px 16px 0 16px; margin: 10px 16px 0 16px;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
overflow: hidden; overflow: hidden;
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
} }
.hotelmanagement .Address { .hotelmanagement .Address {
margin: 0 16px; margin: 10px 10px 0px 16px;
height: 17px; height: 17px;
overflow: hidden; overflow: hidden;
} }
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
.hotelmanagement .iconfont { .hotelmanagement .iconfont {
margin-right: 5px; margin-right: 5px;
position: relative; position: relative;
top: -4px; top: 0px;
} }
.hotelmanagement .icon-star1 { .hotelmanagement .icon-star1 {
...@@ -374,12 +374,9 @@ ...@@ -374,12 +374,9 @@
L5: items.ID == 5, L5: items.ID == 5,
}">{{ items.Name }}</span> }">{{ items.Name }}</span>
</div> </div>
<template v-if="msg.IsRecommend==0"> <div class="delScien" @click.stop="isdelete(item.ID)">
<div class="delScien" @click.stop="isdelete(item.ID)"> <i class="iconfont icon-xingzhuang"></i>
<i class="iconfont icon-xingzhuang"></i> </div>
</div>
</template>
<div class="starSu"> <div class="starSu">
<div class="star" v-if="item.Star < 8"> <div class="star" v-if="item.Star < 8">
<i v-for="(items, index) in item.starArr" class="iconfont icon-star1" :key="index"></i> <i v-for="(items, index) in item.starArr" class="iconfont icon-star1" :key="index"></i>
...@@ -401,7 +398,7 @@ ...@@ -401,7 +398,7 @@
{{ $t("ground.zhenshimingcheng") }}: {{ item.HotelRealName }} {{ $t("ground.zhenshimingcheng") }}: {{ item.HotelRealName }}
</div> </div>
</el-tooltip> </el-tooltip>
<div class="brandList clearfix" style="display: none"> <!-- <div class="brandList clearfix" >
<div class="brand"> <div class="brand">
<i class="iconfont honor icon-img_biaozhi"></i> <i class="iconfont honor icon-img_biaozhi"></i>
{{ item.ChainBrand }} {{ item.ChainBrand }}
...@@ -410,7 +407,7 @@ ...@@ -410,7 +407,7 @@
<i class="iconfont dieline icon-img_shijian"></i> <i class="iconfont dieline icon-img_shijian"></i>
{{ item.DieLine }}{{ $t("hotel.hotel_day") }} {{ item.DieLine }}{{ $t("hotel.hotel_day") }}
</div> </div>
</div> </div> -->
<div class="Address"> <div class="Address">
<div v-show="item.Address"> <div v-show="item.Address">
<i class="iconfont icon-img_dz"></i> <i class="iconfont icon-img_dz"></i>
...@@ -421,13 +418,8 @@ ...@@ -421,13 +418,8 @@
</div> </div>
<el-tooltip class="item" effect="dark" :content="item.UpdateName + '' + item.UpdateTimeStr" <el-tooltip class="item" effect="dark" :content="item.UpdateName + '' + item.UpdateTimeStr"
placement="top-start"> placement="top-start">
<div style=" <div
padding-left: 15px; style=" padding-left: 15px; padding-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">
padding-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
">
<i style="top: 2px" class="iconfont icon-renyuanguanli"></i> <i style="top: 2px" class="iconfont icon-renyuanguanli"></i>
<span v-if="item.UpdateName && item.UpdateName != ''">{{ <span v-if="item.UpdateName && item.UpdateName != ''">{{
item.UpdateName item.UpdateName
...@@ -437,27 +429,20 @@ ...@@ -437,27 +429,20 @@
</el-tooltip> </el-tooltip>
<div class="btnList"> <div class="btnList">
<template v-if="userInfo.RB_Group_id==2"> <template v-if="userInfo.RB_Group_id==2">
<!-- <template v-if="msg.IsRecommend==0"> -->
<button @click="goSubInfo('HotelInfo', item.ID)" class="hotelBtnMan"> <button @click="goSubInfo('HotelInfo', item.ID)" class="hotelBtnMan">
{{ $t("pub.updateMsg") }} {{ $t("pub.updateMsg") }}
</button> </button>
<!-- </template> -->
<button @click="goSubInfo('HotelInfoDetails', item.ID)" class="hotelBtnMan"> <button @click="goSubInfo('HotelInfoDetails', item.ID)" class="hotelBtnMan">
详情 详情
</button> </button>
<!-- <template v-if="msg.IsRecommend==0"> -->
<button @click="CopyHotel(item.ID)" class="hotelBtnMan" v-if="userInfo.RB_Group_id == QjGroupId()"> <button @click="CopyHotel(item.ID)" class="hotelBtnMan" v-if="userInfo.RB_Group_id == QjGroupId()">
{{$t('objFill.copy')}} {{$t('objFill.copy')}}
</button> </button>
<!-- </template> -->
<!-- <template v-if="msg.IsRecommend==0"> -->
<button @click="goproduct('HotelProductManage', item)" class="hotelBtnMan" <button @click="goproduct('HotelProductManage', item)" class="hotelBtnMan"
v-if="userInfo.RB_Group_id != QjGroupId()"> v-if="userInfo.RB_Group_id != QjGroupId()">
{{$t('hotel.hotel_roomType')}} {{$t('hotel.hotel_roomType')}}
</button> </button>
<!-- </template> -->
<br /> <br />
<button v-if="(IsHotelPriceStock==1||userInfo.RB_Group_id!=2)" style="width: 80px; margin-top: 10px" <button v-if="(IsHotelPriceStock==1||userInfo.RB_Group_id!=2)" style="width: 80px; margin-top: 10px"
@click="goUrl('HotelProductManage2', item)" class="hotelBtnMan"> @click="goUrl('HotelProductManage2', item)" class="hotelBtnMan">
{{ $t("ground.baojiayukucun") }} {{ $t("ground.baojiayukucun") }}
...@@ -467,7 +452,7 @@ ...@@ -467,7 +452,7 @@
{{$t('objFill.shangchuanbj')}} {{$t('objFill.shangchuanbj')}}
</button> </button>
<template v-if="item.MaxFileDate&&item.MaxFileDate!=''"> <template v-if="item.MaxFileDate&&item.MaxFileDate!=''">
<span style="color:red">{{$t('objFill.zuijinscsij')}}:{{item.MaxFileDate}}</span> <br /><span style="color:red">{{$t('objFill.zuijinscsij')}}:{{item.MaxFileDate}}</span>
</template> </template>
</template> </template>
<template v-else> <template v-else>
...@@ -589,7 +574,6 @@ ...@@ -589,7 +574,6 @@
QFileStartDate: "", //报价上传开始日期 QFileStartDate: "", //报价上传开始日期
QFileEndDate: "", //报价上传结束日期 QFileEndDate: "", //报价上传结束日期
IsUpFile: 0, //是否上传报价(1-已上传,2-未上传) IsUpFile: 0, //是否上传报价(1-已上传,2-未上传)
IsRecommend: 0,
}, },
isDisableCountry: false, //是否禁用国家查询 isDisableCountry: false, //是否禁用国家查询
}; };
...@@ -905,14 +889,10 @@ ...@@ -905,14 +889,10 @@
} }
if (tempData.includes(editDmcSource)) { //查看列表权限 if (tempData.includes(editDmcSource)) { //查看列表权限
this.IsEditDmcSource = 1; this.IsEditDmcSource = 1;
} else {
this.msg.IsRecommend = 1;
} }
} }
} else {
this.msg.IsRecommend = 1;
} }
this.selectResource();
}); });
}, },
}, },
...@@ -955,6 +935,7 @@ ...@@ -955,6 +935,7 @@
this.getCountryList(); this.getCountryList();
this.GetHotelTypeList(); this.GetHotelTypeList();
this.GetHotelPirceTypeList(); this.GetHotelPirceTypeList();
this.selectResource();
}, },
}; };
......
...@@ -339,7 +339,7 @@ ...@@ -339,7 +339,7 @@
<div class="resTypeList"> <div class="resTypeList">
<span class="foodList" v-for="(items,index) in item.FoodTagArr" :key="`ft_`+index">{{items}}</span> <span class="foodList" v-for="(items,index) in item.FoodTagArr" :key="`ft_`+index">{{items}}</span>
</div> </div>
<div class="delScien" @click="isdelete(item.ID)" v-if="msg.IsRecommend==0"> <div class="delScien" @click="isdelete(item.ID)" v-if="IsEditDmcSource==1">
<i class="iconfont icon-xingzhuang"></i> <i class="iconfont icon-xingzhuang"></i>
</div> </div>
<div class="starSu"> <div class="starSu">
......
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