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
157c28ed
Commit
157c28ed
authored
Mar 25, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.jiucaiyun.cn/sph/SH_OrderLifeCycleU
parents
991f13cd
b924673e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
src/views/myOrder/detail/orderDetail.vue
src/views/myOrder/detail/orderDetail.vue
+16
-15
No files found.
src/views/myOrder/detail/orderDetail.vue
View file @
157c28ed
...
...
@@ -42,9 +42,7 @@
<div
class=
"info-text"
>
<div
style=
"display: flex"
>
<span
class=
"order-code"
>
{{
detailData
.
orderNo
}}
</span>
<span
class=
"order-copy"
@
click=
"onCopyOrderNo()"
>
<!--
<van-icon
:name=
"icons.copy"
/>
-->
复制
</span>
<div
class=
"order-copy"
@
click=
"onCopyOrderNo()"
><span
class=
"order-copy-text"
>
复制
</span></div>
</div>
下单时间:
{{
detailData
.
orderDate
}}
</div>
...
...
@@ -116,7 +114,7 @@ import OrderState from '../components/orderState'
import
GoodsSimpleItem
from
'
../components/goodsSimpleItem
'
import
InvoiceSimpleItem
from
'
../components/invoiceSimpleItem
'
import
{
getMyOrderList
,
getTrackInfo
,
getOrderInvoiceList
}
from
'
@/api/myOrder
'
import
{
copyToCliborad
}
from
'
@/utils/bridge
'
import
{
bridge
}
from
'
@/utils
'
export
default
{
name
:
'
orderDetail
'
,
...
...
@@ -178,8 +176,9 @@ export default {
onBrowserBack
()
{
this
.
$router
.
go
(
-
1
)
},
/* 复制 */
onCopyOrderNo
()
{
this
.
copyToCliborad
(
this
.
detailData
.
orderNo
)
bridge
.
copyContent
(
this
.
detailData
.
orderNo
)
},
/* 打开物流页面 */
openLogistics
()
{
...
...
@@ -434,18 +433,20 @@ export default {
/*主信息 复制按钮*/
.order-copy
{
color
:
#555555
;
border-radius
:
15
px
;
border-radius
:
7
px
;
border
:
solid
1px
#c0c0c0
;
background-color
:
#e4eceb
;
padding
:
2px
;
transform
:
scale
(
0
.85
);
//display: flex;
//align-items: center;
//i {
// color: #1296db;
// font-size: 20px;
//}
width
:
30px
;
height
:
15px
;
text-align
:
center
;
line-height
:
15px
;
margin-top
:
-3px
;
.order-copy-text
{
transform
:
scale
(
0
.85
);
display
:
inline-block
;
//margin-top:-3px;
}
}
}
}
...
...
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