Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
罗超
confucius
Commits
fd7203b7
Commit
fd7203b7
authored
Nov 17, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
51a5cfde
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
358 additions
and
0 deletions
+358
-0
empBankAccount.vue
src/pages/financial/empBankAccount.vue
+349
-0
routes.js
src/router/routes.js
+9
-0
No files found.
src/pages/financial/empBankAccount.vue
0 → 100644
View file @
fd7203b7
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
fd7203b7
...
@@ -187,6 +187,11 @@ const routes = [{
...
@@ -187,6 +187,11 @@ const routes = [{
component
:
()
=>
component
:
()
=>
import
(
"pages/financial/CashierWork.vue"
)
import
(
"pages/financial/CashierWork.vue"
)
},
},
{
path
:
"/financial/empBankAccount"
,
//常用付款对象
component
:
()
=>
import
(
"pages/financial/empBankAccount.vue"
)
},
{
{
path
:
"/financial/accDetail/CashAccDetail"
,
//现金账户明细
path
:
"/financial/accDetail/CashAccDetail"
,
//现金账户明细
component
:
()
=>
component
:
()
=>
...
@@ -211,6 +216,10 @@ const routes = [{
...
@@ -211,6 +216,10 @@ const routes = [{
path
:
"/financial/accDetail/CashReport"
,
//现金日报表
path
:
"/financial/accDetail/CashReport"
,
//现金日报表
component
:
()
=>
component
:
()
=>
import
(
"pages/financial/accDetail/CashReport.vue"
)
import
(
"pages/financial/accDetail/CashReport.vue"
)
},{
path
:
"/financial/accDetail/CashReport"
,
//现金日报表
component
:
()
=>
import
(
"pages/financial/accDetail/CashReport.vue"
)
},
},
{
{
path
:
"/financial/financalDocument/ChoiceAddFinancialDocuments"
,
path
:
"/financial/financalDocument/ChoiceAddFinancialDocuments"
,
...
...
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