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
6f11dd25
Commit
6f11dd25
authored
Nov 11, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加状态判断
parent
ffd0422c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/SearchInConsignor.vue
src/components/SearchInConsignor.vue
+1
-1
src/router/index.js
src/router/index.js
+1
-1
src/views/myOrder/detail/logisticsDetail.vue
src/views/myOrder/detail/logisticsDetail.vue
+2
-2
No files found.
src/components/SearchInConsignor.vue
View file @
6f11dd25
...
...
@@ -83,7 +83,7 @@ export default {
error
:
false
,
searchNum
:
'
0
'
,
currentPage
:
1
,
pageSize
:
20
,
pageSize
:
5
,
postDataList
:
[],
checked
:
''
,
checkedList
:
[],
...
...
src/router/index.js
View file @
6f11dd25
...
...
@@ -20,7 +20,7 @@ Vue.use(Router)
const
routerList
=
[
{
path
:
'
/
'
,
redirect
:
'
/
myOrder
'
redirect
:
'
/
scanQRCode
'
},
...
todo
,
...
saleSituation
,
...
...
src/views/myOrder/detail/logisticsDetail.vue
View file @
6f11dd25
...
...
@@ -265,10 +265,10 @@ export default {
if
(
this
.
orderInfo
.
orderStatusCode
===
'
220
'
||
this
.
orderInfo
.
orderStatusCode
===
'
310
'
||
this
.
orderInfo
.
orderStatusCode
===
'
400
'
)
{
// this.sendType = this.orderInfo.orderStatusCode === '310'
if
(
this
.
orderInfo
.
orderStatusCode
!==
'
400
'
)
{
console
.
log
(
"
2222222
"
)
//
console.log("2222222")
this
.
sendType
=
true
}
else
{
console
.
log
(
"
11111111
"
)
//
console.log("11111111")
this
.
sendType
=
false
}
this
.
getGpsPoint
()
...
...
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