Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
38fa2e12
Commit
38fa2e12
authored
Aug 21, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
51ee50dd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
36 deletions
+16
-36
HotelInfo.vue
src/components/Hotel/HotelInfo.vue
+1
-2
HotelManagement.vue
src/components/Hotel/HotelManagement.vue
+14
-33
restaurantList.vue
src/components/Restaurant/restaurantList.vue
+1
-1
No files found.
src/components/Hotel/HotelInfo.vue
View file @
38fa2e12
...
...
@@ -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>
...
...
src/components/Hotel/HotelManagement.vue
View file @
38fa2e12
...
...
@@ -7,7 +7,7 @@
.hotelmanagement
.resourceListMan
{
width
:
215px
;
height
:
3
5
0px
;
height
:
3
3
0px
;
background-color
:
#fff
;
border
:
1px
dashed
#ededed
;
border-radius
:
4px
;
...
...
@@ -87,7 +87,7 @@
}
.hotelmanagement
.hotelTitle
{
margin
:
22
px
16px
0
16px
;
margin
:
10
px
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
:
-4
px
;
top
:
0
px
;
}
.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
();
},
};
...
...
src/components/Restaurant/restaurantList.vue
View file @
38fa2e12
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment