Commit fd7203b7 authored by Mac's avatar Mac

1

parent 51a5cfde
This diff is collapsed.
...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment