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
55a17965
Commit
55a17965
authored
Jun 12, 2019
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单修改成功跳转旅客页面,报名清单少价管理
parent
8600892a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
206 additions
and
35 deletions
+206
-35
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+17
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+189
-34
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
55a17965
...
...
@@ -2526,7 +2526,15 @@
SuperiorPeople
:[],
TransferMission
:
''
,
//订单转团
Unit_Price
:
0
,
// 地接临时存值
};
goLVurl
:{
orderId
:
''
,
tcid
:
''
,
tcnum
:
''
,
isOrder
:
''
,
},
};
},
components
:
{
payurlItem
:
payURL
,
...
...
@@ -3015,6 +3023,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
;
...
...
@@ -3809,6 +3821,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
);
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
55a17965
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