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
62a48105
Commit
62a48105
authored
Mar 19, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情 跳转发票列表 与 发票详情页面
parent
c42bcc9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/views/myOrder/detail/orderDetail.vue
src/views/myOrder/detail/orderDetail.vue
+5
-3
No files found.
src/views/myOrder/detail/orderDetail.vue
View file @
62a48105
...
@@ -180,18 +180,20 @@ export default {
...
@@ -180,18 +180,20 @@ export default {
openGoodsList
()
{
openGoodsList
()
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'
goodsInfo
'
,
path
:
'
goodsInfo
'
,
query
:
this
.
$store
.
state
.
linkInfo
query
:
this
.
detailData
})
})
},
},
/* 打开发票列表页面 */
/* 打开发票列表页面 */
openOrderInvoice
()
{
openOrderInvoice
()
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'
orderInvoice
'
,
path
:
'
orderInvoice
'
,
query
:
this
.
$store
.
state
.
linkInfo
query
:
this
.
detailData
})
})
},
},
/* 打开单个发票页面 */
/* 打开单个发票页面 */
openInvoice
(
item
)
{
openInvoice
(
model
)
{
let
item
=
this
.
detailData
item
.
invoiceNo
=
model
.
invoiceNo
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'
orderInvoiecDetail
'
,
path
:
'
orderInvoiecDetail
'
,
query
:
item
query
:
item
...
...
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