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
1ac19081
Commit
1ac19081
authored
Apr 28, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码扫描 调整
parent
57290a35
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
16 deletions
+44
-16
src/assets/img/guide.png
src/assets/img/guide.png
+0
-0
src/views/myOrder/detail/logisticsDetail.vue
src/views/myOrder/detail/logisticsDetail.vue
+12
-12
src/views/scanQRCode/index.vue
src/views/scanQRCode/index.vue
+32
-4
No files found.
src/assets/img/guide.png
0 → 100644
View file @
1ac19081
2.03 KB
src/views/myOrder/detail/logisticsDetail.vue
View file @
1ac19081
...
@@ -234,20 +234,20 @@ export default {
...
@@ -234,20 +234,20 @@ export default {
/* GPS 定位信息 */
/* GPS 定位信息 */
getGpsPoint
()
{
getGpsPoint
()
{
this
.
gpsLoading
=
true
this
.
gpsLoading
=
true
// let data = {
// 'orderType': this.orderInfo.orderType, // 'SALE',
// 'shippingNo': this.shippingInfo.shippingNo, // '3S1255202103190010',
// 'sourceDb': this.orderInfo.sourceDb, // 'SHYY',
// 'gisTime': this.shippingInfo.actualArrivalTime,
// 'orderNo': this.orderInfo.orderNo // '879202103190016'
// }
let
data
=
{
let
data
=
{
'
orderType
'
:
'
SALE
'
,
// 'SALE',
'
orderType
'
:
this
.
orderInfo
.
orderType
,
// 'SALE',
'
shippingNo
'
:
'
543533082508945661
'
,
// '3S1255202103190010',
'
shippingNo
'
:
this
.
shippingInfo
.
shippingNo
,
// '3S1255202103190010',
'
sourceDb
'
:
'
SHYY
'
,
// 'SHYY',
'
sourceDb
'
:
this
.
orderInfo
.
sourceDb
,
// 'SHYY',
'
gisTime
'
:
''
,
'
gisTime
'
:
this
.
shippingInfo
.
actualArrivalTime
,
'
orderNo
'
:
'
543533035211583431
'
// '879202103190016'
'
orderNo
'
:
this
.
orderInfo
.
orderNo
// '879202103190016'
}
}
// let data = {
// 'orderType': 'SALE', // 'SALE',
// 'shippingNo': '543533082508945661', // '3S1255202103190010',
// 'sourceDb': 'SHYY', // 'SHYY',
// 'gisTime': '',
// 'orderNo': '543533035211583431' // '879202103190016'
// }
getGpsMapPoint
(
data
).
then
(
res
=>
{
getGpsMapPoint
(
data
).
then
(
res
=>
{
if
(
res
.
code
===
200
&&
res
.
data
.
code
===
'
00000
'
&&
if
(
res
.
code
===
200
&&
res
.
data
.
code
===
'
00000
'
&&
res
.
data
.
entity
&&
res
.
data
.
entity
.
gisMapInfoList
)
{
res
.
data
.
entity
&&
res
.
data
.
entity
.
gisMapInfoList
)
{
...
...
src/views/scanQRCode/index.vue
View file @
1ac19081
<
template
>
<
template
>
<div
id=
"scanQRCode"
>
<div
id=
"scanQRCode"
>
<!--
<h1>
{{
activeTab
}}
</h1>
-->
<!--
<h1>
{{
activeTab
}}
</h1>
-->
<van-notice-bar
v-if=
"isShowNoticeBar"
:scrollable=
"false"
text=
"请点击左上角按钮,使用默认浏览器打开本页面!"
>
<
!--
<
van-notice-bar
v-if=
"isShowNoticeBar"
:scrollable=
"false"
text=
"请点击左上角按钮,使用默认浏览器打开本页面!"
>
<div
slot=
"right-icon"
>
<div
slot=
"right-icon"
>
SSSS
</div>
</div>
</van-notice-bar>
</van-notice-bar>
-->
<div
class=
"head"
v-if=
"isShowNoticeBar"
>
<div
class=
"headTitle"
>
请点击右上角按钮,使用默认浏览器打开本页面!
</div>
<div
class=
"headimage"
>
<img
style=
"height: 40px;width: 35px; margin-top: 0px"
:src=
"guideImage"
alt=
""
>
</div>
</div>
<van-empty
class=
"customEmpty"
:description=
"activeTab"
:image=
"sphImage"
>
<van-empty
class=
"customEmpty"
:description=
"activeTab"
:image=
"sphImage"
>
<div
slot=
"description"
class=
"description"
>
<div
slot=
"description"
class=
"description"
>
<div
class=
"subTitle"
>
上药移动APP
</div>
<div
class=
"subTitle"
>
上药移动APP
</div>
...
@@ -31,7 +38,8 @@ export default {
...
@@ -31,7 +38,8 @@ export default {
moreSearchShow
:
false
,
moreSearchShow
:
false
,
activeTab
:
''
,
activeTab
:
''
,
isFirst
:
false
,
isFirst
:
false
,
isShowNoticeBar
:
false
,
isShowNoticeBar
:
true
,
guideImage
:
require
(
'
@/assets/img/guide.png
'
),
sphImage
:
require
(
'
@/assets/img/icon_sph.png
'
)
sphImage
:
require
(
'
@/assets/img/icon_sph.png
'
)
}
}
},
},
...
@@ -188,6 +196,26 @@ export default {
...
@@ -188,6 +196,26 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
#scanQRCode
{
#scanQRCode
{
height
:
100%
;
height
:
100%
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
.head
{
height
:
130px
;
width
:
100%
;
background-color
:
#343434
;
display
:
flex
;
padding
:
10px
;
.headTitle
{
color
:
#737172
;
width
:
90%
;
font-size
:
20px
;
font-weight
:
600
;
line-height
:
28px
;
margin
:
auto
;
}
.headimage
{
width
:
10%
;
}
}
.van-empty
{
.van-empty
{
height
:
100%
;
height
:
100%
;
.description
{
.description
{
...
...
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