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
41d830dd
Commit
41d830dd
authored
Dec 04, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9c92dc6a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
209 deletions
+42
-209
NewChooseCity1.vue
src/components/Ticket/NewChooseCity1.vue
+35
-203
TicketHome.vue
src/components/Ticket/TicketHome.vue
+4
-3
TicketList.vue
src/components/Ticket/TicketList.vue
+3
-3
No files found.
src/components/Ticket/NewChooseCity1.vue
View file @
41d830dd
This diff is collapsed.
Click to expand it.
src/components/Ticket/TicketHome.vue
View file @
41d830dd
...
...
@@ -284,7 +284,8 @@
</
template
>
<
script
>
import
ChooseCity
from
"@/components/Ticket/NewChooseCity.vue"
;
import
ChooseCity1
from
"@/components/Ticket/ChooseCity1.vue"
;
import
ChooseCity1
from
"@/components/Ticket/NewChooseCity1.vue"
;
import
moment
from
"moment"
;
export
default
{
components
:
{
...
...
@@ -387,8 +388,8 @@ export default {
},
// 目的地城市信息
CityInfo1
(
val
)
{
this
.
choose_info
.
arrival_city
=
val
.
ID
;
this
.
choose_info
.
arrival_cityname
=
val
.
Name
;
this
.
choose_info
.
arrival_city
=
val
.
Arrival_city
;
this
.
choose_info
.
arrival_cityname
=
val
.
ArrivalCity
Name
;
},
// 目的地关闭子组件
CityCompClose1
(
val
)
{
...
...
src/components/Ticket/TicketList.vue
View file @
41d830dd
...
...
@@ -319,7 +319,7 @@
</
template
>
<
script
>
import
ChooseCity
from
"@/components/Ticket/NewChooseCity.vue"
;
import
ChooseCity1
from
"@/components/Ticket/ChooseCity1.vue"
;
import
ChooseCity1
from
"@/components/Ticket/
New
ChooseCity1.vue"
;
import
moment
from
"moment"
;
import
calendar
from
"@/components/mall/newcalendar.vue"
;
export
default
{
...
...
@@ -436,8 +436,8 @@ export default {
methods
:
{
// 目的地城市信息
CityInfo1
(
val
)
{
this
.
choose_info
.
arrival_city
=
val
.
ID
;
this
.
choose_info
.
arrival_cityname
=
val
.
Name
;
this
.
choose_info
.
arrival_city
=
val
.
Arrival_city
;
this
.
choose_info
.
arrival_cityname
=
val
.
ArrivalCity
Name
;
},
// 目的地关闭子组件
CityCompClose1
(
val
)
{
...
...
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