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

样式修改

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