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
6c9a4c8f
Commit
6c9a4c8f
authored
Aug 19, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
189c2080
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
restaurantList.vue
src/components/Restaurant/restaurantList.vue
+15
-8
No files found.
src/components/Restaurant/restaurantList.vue
View file @
6c9a4c8f
...
...
@@ -335,7 +335,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)"
>
<div
class=
"delScien"
@
click=
"isdelete(item.ID)"
v-if=
"msg.IsRecommend==0"
>
<i
class=
"iconfont icon-xingzhuang"
></i>
</div>
<div
class=
"starSu"
>
...
...
@@ -372,11 +372,10 @@
<span
v-if=
"item.UpdateName && item.UpdateName!=''"
>
{{item.UpdateName}}
</span>
{{item.UpdateTimeStr}}
</div>
<div
class=
"btnList"
>
<!--v-if="IsEditDmcSource==1"-->
<button
@
click=
"goSubInfo('restaurantInfoManage',item.ID)"
class=
"hotelBtn"
>
{{$t('pub.updateMsg')}}
</button>
<button
@
click=
"goSubInfo('restaurantInfoDetail',item.ID)"
class=
"hotelBtn"
>
{{$t('fnc.xiangqing')}}
</button>
<button
v-if=
"IsHotelPriceStock==1"
@
click=
"goUrl('RestaurantPackage',item.ID)"
<div
class=
"btnList"
:style=
"msg.IsRecommend==1?'text-align:left;':''"
>
<button
v-if=
"msg.IsRecommend==0"
@
click=
"goSubInfo('restaurantInfoManage',item.ID)"
class=
"hotelBtn"
>
{{$t('pub.updateMsg')}}
</button>
<button
:style=
"msg.IsRecommend==1?'margin-left:19px;':''"
@
click=
"goSubInfo('restaurantInfoDetail',item.ID)"
class=
"hotelBtn"
>
{{$t('fnc.xiangqing')}}
</button>
<button
v-if=
"IsHotelPriceStock==1&&msg.IsRecommend==0"
@
click=
"goUrl('RestaurantPackage',item.ID)"
class=
"hotelBtn"
>
{{$t('restaurant.res_package')}}
</button>
</div>
</div>
...
...
@@ -428,6 +427,7 @@
currentPage
:
1
,
ID
:
0
,
UpdateBy
:
0
,
//操作人
IsRecommend
:
0
,
},
IsHotelPriceStock
:
0
,
//1-有获取餐厅与报价添加修改权限
IsEditDmcSource
:
0
,
//是否有新增修改权限
...
...
@@ -592,11 +592,18 @@
if
(
tempData
.
includes
(
isStock
))
{
this
.
IsHotelPriceStock
=
1
;
}
if
(
tempData
.
includes
(
editDmcSource
))
{
if
(
tempData
.
includes
(
editDmcSource
))
{
//查看列表权限
this
.
IsEditDmcSource
=
1
;
}
else
{
this
.
msg
.
IsRecommend
=
1
;
}
}
}
else
{
this
.
msg
.
IsRecommend
=
1
;
}
this
.
selectResource
();
});
},
//根据当前员工所在部门获取该部门及子部门员工信息
...
...
@@ -649,7 +656,7 @@
this
.
getEmployeeList
();
this
.
GetHotelPirceStockAuth
();
this
.
getCountryList
();
this
.
selectResource
();
//
this.selectResource();
this
.
GetDiningTypeList
();
this
.
GetDiningPriceTypeList
();
this
.
GetCooperationTypeList
();
...
...
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