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
2283813c
Commit
2283813c
authored
Jul 31, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2a37bf07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
HotelOrderTotal.vue
src/components/TravelManager/TravelList/HotelOrderTotal.vue
+17
-2
No files found.
src/components/TravelManager/TravelList/HotelOrderTotal.vue
View file @
2283813c
...
...
@@ -137,7 +137,10 @@
color
:
#000000
;
text-decoration
:
underline
;
}
.SalesHotelOrder
i
.icon-sousuo
,
.icon-zhuanhuan1
{
background-color
:
#47BF8C
;}
.SalesHotelOrder
i
.icon-sousuo
:hover
{
background-color
:
#66bb97
}
.SalesHotelOrder
i
.icon-sousuo
:active
{
background-color
:
#35ab79
}
.SalesHotelOrder
i
.Logo_iconfont
{
width
:
30px
;
height
:
30px
;
display
:
inline-block
;
color
:
white
!important
;
border-radius
:
50%
;
text-align
:
center
;
line-height
:
30px
;
margin-right
:
10px
;
cursor
:
pointer
;
outline
:
none
;}
</
style
>
<
template
>
...
...
@@ -341,6 +344,9 @@
<el-tooltip
class=
"item"
v-if=
"item.ShowBtn"
effect=
"dark"
content=
"取消"
placement=
"top-start"
>
<el-button
type=
"danger"
icon=
"iconfont icon-quxiao1"
circle
@
click=
"cancelHTorder(item.ThirdOrderNo)"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"详情"
placement=
"top-start"
>
<i
class=
"Logo_iconfont iconfont icon-sousuo"
@
click=
"goOrderDetails(item.OrderID)"
></i>
</el-tooltip>
</el-row>
</td>
</tr>
...
...
@@ -488,6 +494,15 @@ export default {
};
},
methods
:
{
goOrderDetails
(
ID
){
this
.
$router
.
push
({
name
:
'OpHotelOrderDetail'
,
query
:
{
ID
:
ID
,
blank
:
'y'
,
}
})
},
getList
()
{
//获取现有线路列表
this
.
loading
=
true
;
...
...
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