Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
Athena
Commits
056b7f89
Commit
056b7f89
authored
Sep 09, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
740f0afe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
payInfo.vue
src/components/FreeTravel/payInfo.vue
+1
-1
FreeTable.vue
...ewPersonalCenter/block/model/OrderInfoModel/FreeTable.vue
+1
-1
ScenTable.vue
...ewPersonalCenter/block/model/OrderInfoModel/ScenTable.vue
+1
-1
No files found.
src/components/FreeTravel/payInfo.vue
View file @
056b7f89
...
...
@@ -267,7 +267,7 @@ export default {
this
.
dialogFormVisible
=
true
;
this
.
exitMsg
.
orderId
=
this
.
oldModel
.
OrderID
;
// console.log(item);
this
.
exitMsg
.
CancelBy
=
userInfo
.
name
;
this
.
exitMsg
.
CancelBy
=
userInfo
.
customerId
;
},
ExitOrder
(){
if
(
this
.
exitMsg
.
cancel_type
==
""
){
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/FreeTable.vue
View file @
056b7f89
...
...
@@ -365,7 +365,7 @@ export default {
let
userInfo
=
this
.
getLocalStorage
();
this
.
dialogFormVisible
=
true
;
this
.
exitMsg
.
orderId
=
item
.
OrderID
;
this
.
exitMsg
.
CancelBy
=
userInfo
.
name
;
this
.
exitMsg
.
CancelBy
=
userInfo
.
customerId
;
},
gopayInfo
(
item
){
this
.
$router
.
push
({
...
...
src/components/newPersonalCenter/block/model/OrderInfoModel/ScenTable.vue
View file @
056b7f89
...
...
@@ -319,7 +319,7 @@ export default {
let
data
=
{};
data
=
item
.
payInfo
;
data
.
AirOrderId
=
item
.
payInfo
.
airOrderId
;
item
.
payInfo
.
preferPrice
=
item
.
payInfo
.
customerPayMoney
sessionStorage
.
Visainfo
=
JSON
.
stringify
(
item
.
payInfo
)
this
.
$router
.
push
({
...
...
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