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
aba56e77
Commit
aba56e77
authored
5 years ago
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转旅客页面
parent
1f98644e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+15
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-1
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
aba56e77
...
...
@@ -2163,7 +2163,13 @@
},
SuperiorPeople
:
[],
TransferMission
:
''
,
//订单转团权限
Unit_Price
:
0
Unit_Price
:
0
,
goLVurl
:{
//跳转到旅客页面的参数
orderId
:
''
,
tcid
:
''
,
tcnum
:
''
,
isOrder
:
''
,
},
}
},
components
:
{
...
...
@@ -2687,6 +2693,10 @@
}
},
getDetail
(
obj
)
{
this
.
goLVurl
.
orderId
=
obj
.
orderId
;
this
.
goLVurl
.
tcid
=
obj
.
tcid
;
this
.
goLVurl
.
tcnum
=
obj
.
tcnum
;
this
.
goLVurl
.
isOrder
=
obj
.
isOrder
;
this
.
Ysze
=
false
;
this
.
starTime
=
obj
.
startDate
this
.
endTime
=
obj
.
backDate
...
...
@@ -3439,6 +3449,10 @@
this
.
clearMsg
()
this
.
getList
()
this
.
isShowLayer
=
false
if
(
res
.
data
.
data
==
1
){
this
.
$router
.
push
({
name
:
'passengerSaleList'
,
query
:
{
id
:
this
.
goLVurl
.
orderId
,
tcid
:
this
.
goLVurl
.
tcid
,
tcnum
:
this
.
goLVurl
.
tcnum
,
isOrder
:
this
.
goLVurl
.
isOrder
,
blank
:
'y'
,
tab
:
'旅客名单'
}
});
}
}
else
{
this
.
isShowLayer
=
false
this
.
$message
.
error
(
res
.
data
.
message
)
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
aba56e77
...
...
@@ -2526,7 +2526,7 @@
SuperiorPeople
:[],
TransferMission
:
''
,
//订单转团
Unit_Price
:
0
,
// 地接临时存值
goLVurl
:{
goLVurl
:{
//跳转到旅客页面的参数
orderId
:
''
,
tcid
:
''
,
tcnum
:
''
,
...
...
This diff is collapsed.
Click to expand it.
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