Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
f0bc32ea
Commit
f0bc32ea
authored
Apr 30, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7b85a8d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
5 deletions
+26
-5
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+26
-5
No files found.
pages/bus/components/address/alightingPoint.vue
View file @
f0bc32ea
...
@@ -163,10 +163,31 @@
...
@@ -163,10 +163,31 @@
},
},
currentData
(
item
,
items
,
type
)
{
currentData
(
item
,
items
,
type
)
{
if
(
type
==
1
){
if
(
type
==
1
){
this
.
busInfor
.
desCountryId
=
item
.
Country
if
(
this
.
type
<
3
){
this
.
busInfor
.
desCountryName
=
item
.
CountryName
this
.
busInfor
.
desCountryId
=
item
.
Country
this
.
busInfor
.
desCityId
=
items
.
City
this
.
busInfor
.
desCountryName
=
item
.
CountryName
this
.
busInfor
.
desCityName
=
items
.
CityName
this
.
busInfor
.
desCityId
=
items
.
City
this
.
busInfor
.
desCityName
=
items
.
CityName
if
(
this
.
type
==
2
&&
this
.
busInfor
.
desCountryId
!=
this
.
busInfor
.
CountryId
){
this
.
busInfor
.
CountryId
=
item
.
Country
this
.
busInfor
.
CountryName
=
item
.
CountryName
this
.
busInfor
.
CityId
=
items
.
City
this
.
busInfor
.
CityName
=
items
.
CityName
this
.
busInfor
.
startaddress
=
''
}
}
else
{
this
.
busInfor
.
CountryId
=
item
.
Country
this
.
busInfor
.
CountryName
=
item
.
CountryName
this
.
busInfor
.
CityId
=
items
.
City
this
.
busInfor
.
CityName
=
items
.
CityName
if
(
this
.
busInfor
.
desCountryId
!=
this
.
busInfor
.
CountryId
){
this
.
busInfor
.
desCountryId
=
item
.
Country
this
.
busInfor
.
desCountryName
=
item
.
CountryName
this
.
busInfor
.
desCityId
=
items
.
City
this
.
busInfor
.
desCityName
=
items
.
CityName
this
.
busInfor
.
destination
=
''
}
}
this
.
busInfor
.
ThreeCode
=
item
.
ThreeCode
this
.
busInfor
.
ThreeCode
=
item
.
ThreeCode
}
else
{
}
else
{
if
(
this
.
type
<
3
){
if
(
this
.
type
<
3
){
...
@@ -179,7 +200,7 @@
...
@@ -179,7 +200,7 @@
this
.
$emit
(
'change'
,
this
.
busInfor
)
this
.
$emit
(
'change'
,
this
.
busInfor
)
}
}
}
else
{
}
else
{
this
.
busInfor
.
startaddress
=
this
.
busInfor
.
desCountryName
+
this
.
busInfor
.
des
CityName
+
item
.
name
this
.
busInfor
.
startaddress
=
this
.
busInfor
.
CountryName
+
this
.
busInfor
.
CityName
+
item
.
name
this
.
busInfor
.
oriLatitude
=
item
.
latitude
this
.
busInfor
.
oriLatitude
=
item
.
latitude
this
.
busInfor
.
oriLongitude
=
item
.
longitude
this
.
busInfor
.
oriLongitude
=
item
.
longitude
this
.
$emit
(
'change'
,
this
.
busInfor
)
this
.
$emit
(
'change'
,
this
.
busInfor
)
...
...
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