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
9c468175
Commit
9c468175
authored
Sep 19, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f5d93dba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+20
-5
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
9c468175
...
...
@@ -1869,7 +1869,7 @@
<el-tooltip
effect=
"dark"
content=
"更多"
placement=
"top-start"
style=
"float:left"
>
<el-popover
width=
'100'
trigger=
"hover"
>
<div
class=
"groupTourOrder_more"
>
<div
@
click=
""
>
旅客名单
</div>
<div
@
click=
"
goToPassenger(item)
"
>
旅客名单
</div>
<div
@
click=
"toTrip(item)"
>
出团通知书({{SetNoticeMsg.OutNotice==1?'OK':'暂定'}})
</div>
<div
v-if=
"isEditOrderCreate==1"
@
click=
"getSalerInfo(item)"
>
修改业务员
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.OrderId'
>
OP备注
</div>
...
...
@@ -1896,7 +1896,7 @@
<span
class=
"RL-remarkTitle"
v-if=
"item.GuestList.length>0"
>
名单:
</span>
<p
class=
"RL-redType RL-remarkCon"
v-if=
"item.GuestList.length>0"
>
<span
style=
"color:blue !important"
v-for=
"(childItem) in item.GuestList"
@
click=
""
>
{{childItem.userName}}
</span>
@
click=
"
goToPassenger(childItem, 2)
"
>
{{childItem.userName}}
</span>
<!-- <span style="color:blue !important" v-for="(childItem) in item.GuestList"
@click="goUrl('TravelPassengerList',msg.TCID,childItem.OrderId,'旅客名单')">{{childItem.userName}}</span> -->
</p>
...
...
@@ -2205,7 +2205,7 @@
<span
class=
"RL-remarkTitle"
v-if=
"childItem.GuestList.length>0"
>
名单:
</span>
<span
class=
"RL-redType RL-remarkCon"
v-if=
"childItem.GuestList.length>0"
>
<span
style=
"color:blue !important"
v-for=
"(fourthItem) in childItem.GuestList"
@
click=
"go
Url('TravelPassengerList',msg.TCID,fourthItem.OrderId,'旅客名单'
)"
>
{{
fourthItem
.
userName
}}
</span>
@
click=
"go
ToPassenger2(msg.TCID, fourthItem.OrderId, 2
)"
>
{{
fourthItem
.
userName
}}
</span>
</span>
<p
v-if=
"childItem.CancelGuestList.length>0"
>
<span
class=
""
>
取消名单:
</span>
...
...
@@ -3279,8 +3279,8 @@
PayStatus
:
"-1"
,
//zk新增
TCID
:
0
,
downList
:
""
,
},
downList
:
""
,
//返回数据
currentPage
:
1
,
total
:
0
,
...
...
@@ -3568,7 +3568,7 @@
SetShouSunClick
(
OrderId
,
GuestNum
)
{
this
.
shousunDialog
=
true
;
this
.
SetShouSunGuestNum
=
GuestNum
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
childShou
.
getShouSunList
(
OrderId
);
})
},
...
...
@@ -5272,6 +5272,21 @@
});
},
//跳转到旅客名单
goToPassenger2
(
TCID
,
OrderID
,
dis
)
{
this
.
$router
.
push
({
name
:
"passengerSaleList"
,
query
:
{
id
:
OrderID
,
tcid
:
TCID
,
tcnum
:
this
.
ConfigData
.
Config
.
TCNUM
,
isOrder
:
1
,
blank
:
"y"
,
isDis
:
dis
,
tab
:
"旅客名单"
}
});
},
//跳转到旅客名单
goToPassenger
(
item
,
dis
)
{
this
.
$router
.
push
({
name
:
"passengerSaleList"
,
...
...
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