Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
ffd0422c
Commit
ffd0422c
authored
Oct 27, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图400 判断
parent
0f01dc46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/views/myOrder/detail/logisticsDetail.vue
src/views/myOrder/detail/logisticsDetail.vue
+9
-6
No files found.
src/views/myOrder/detail/logisticsDetail.vue
View file @
ffd0422c
...
...
@@ -262,12 +262,15 @@ export default {
// this.getGpsPoint()
// }
console
.
log
(
this
.
orderInfo
.
orderStatusCode
)
if
(
this
.
orderInfo
.
orderStatusCode
===
'
220
'
||
this
.
orderInfo
.
orderStatusCode
===
'
310
'
)
{
if
(
this
.
orderInfo
.
orderStatusCode
===
'
220
'
||
this
.
orderInfo
.
orderStatusCode
===
'
310
'
||
this
.
orderInfo
.
orderStatusCode
===
'
400
'
)
{
// this.sendType = this.orderInfo.orderStatusCode === '310'
this
.
sendType
=
true
if
(
this
.
orderInfo
.
orderStatusCode
!==
'
400
'
)
{
console
.
log
(
"
2222222
"
)
this
.
sendType
=
true
}
else
{
console
.
log
(
"
11111111
"
)
this
.
sendType
=
false
}
this
.
getGpsPoint
()
}
}
else
{
...
...
@@ -354,7 +357,7 @@ export default {
res
.
data
.
entity
.
gisMapInfoList
)
{
this
.
mapPointList
=
res
.
data
.
entity
.
gisMapInfoList
this
.
sendType
=
true
//
this.sendType = true
}
else
{
if
(
res
.
code
===
500
)
{
this
.
$toast
(
res
.
msg
)
...
...
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