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
89be8155
Commit
89be8155
authored
Mar 26, 2021
by
琉璃丶c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复 数据源 写成固定的问题
2.修复 若在订单详情页面 订单状态刷新后没有传给 物流页面问题
parent
7972b674
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/views/myOrder/detail/logisticsDetail.vue
src/views/myOrder/detail/logisticsDetail.vue
+1
-0
src/views/myOrder/detail/orderDetail.vue
src/views/myOrder/detail/orderDetail.vue
+4
-2
No files found.
src/views/myOrder/detail/logisticsDetail.vue
View file @
89be8155
...
...
@@ -134,6 +134,7 @@ export default {
this
.
driveLine
.
endPoint
.
longitude
=
parseFloat
(
this
.
shippingInfo
.
longitude
)
this
.
driveLine
.
endPoint
.
latitude
=
parseFloat
(
this
.
shippingInfo
.
latitude
)
console
.
log
(
'
--->
'
,
this
.
orderInfo
.
orderStatusCode
)
if
(
this
.
orderInfo
.
orderStatusCode
>
300
)
{
this
.
sendType
=
this
.
orderInfo
.
orderStatusCode
===
'
310
'
this
.
getGpsPoint
()
...
...
src/views/myOrder/detail/orderDetail.vue
View file @
89be8155
...
...
@@ -276,7 +276,7 @@ export default {
'
pageSize
'
:
20
,
'
shippingAdress
'
:
''
,
'
sort
'
:
''
,
'
sourceDb
'
:
'
SHYY
'
,
'
sourceDb
'
:
this
.
orderItem
.
sourceDb
,
'
sourceOrderNo
'
:
''
,
'
sourceSystem
'
:
''
,
'
startDate
'
:
''
,
...
...
@@ -306,6 +306,8 @@ export default {
})
// 最多显示3条数据
this
.
detailData
.
goodsInfos
=
this
.
detailData
.
goodsInfos
.
slice
(
0
,
3
)
// 刷新传参中的订单状态
this
.
orderItem
.
orderStatusCode
=
this
.
detailData
.
orderStatusCode
}
else
{
console
.
log
(
'
订单详情
'
,
'
请求失败
'
)
if
(
res
.
code
===
500
)
{
...
...
@@ -370,7 +372,7 @@ export default {
'
pageNum
'
:
1
,
'
pageSize
'
:
3
,
'
sort
'
:
''
,
'
sourceDb
'
:
'
SHYY
'
,
//
this.$route.query.sourceDb,
'
sourceDb
'
:
this
.
$route
.
query
.
sourceDb
,
'
startDate
'
:
''
,
'
supplierId
'
:
[]
}
...
...
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