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
edef0fd3
Commit
edef0fd3
authored
Mar 12, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
主列表页面 调用原生返回方法
parent
f8e7f478
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/views/myInvoice/index.vue
src/views/myInvoice/index.vue
+1
-0
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+1
-0
No files found.
src/views/myInvoice/index.vue
View file @
edef0fd3
...
@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue'
...
@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
myInvoiceList
from
'
./myInvoiceList.vue
'
import
myInvoiceList
from
'
./myInvoiceList.vue
'
import
invoiecDetail
from
'
./invoiecDetail.vue
'
import
invoiecDetail
from
'
./invoiecDetail.vue
'
import
{
bridge
}
from
"
@/utils
"
;
export
default
{
export
default
{
name
:
'
MyInvoice
'
,
name
:
'
MyInvoice
'
,
components
:
{
components
:
{
...
...
src/views/myOrder/index.vue
View file @
edef0fd3
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
import
myOrderList
from
'
./myOrderList.vue
'
import
myOrderList
from
'
./myOrderList.vue
'
import
HighSearch
from
'
./components/HighSearch.vue
'
import
HighSearch
from
'
./components/HighSearch.vue
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
bridge
}
from
"
@/utils
"
;
const
allTabsTitle
=
[
const
allTabsTitle
=
[
{
title
:
'
全部
'
,
name
:
'
all
'
},
{
title
:
'
全部
'
,
name
:
'
all
'
},
{
title
:
'
已开单
'
,
name
:
'
billing
'
},
{
title
:
'
已开单
'
,
name
:
'
billing
'
},
...
...
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