From e43cf09735ad3706b9cbcd08606ff03419e2944e Mon Sep 17 00:00:00 2001 From: fenghaoyuan <2442847950@qq.com> Date: Tue, 24 Sep 2024 17:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=80=E6=9D=A5=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E5=87=BA=E7=BA=B3=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 42 +++++++ src/views/cashingManagement/cashing.vue | 0 .../cashingManagement/invoiceManagement.vue | 113 ++++++++++++++++++ .../collectionAndPayment.vue | 102 ++++++++++++++++ src/views/exchangeManagement/supplier.vue | 107 +++++++++++++++++ 5 files changed, 364 insertions(+) create mode 100644 src/views/cashingManagement/cashing.vue create mode 100644 src/views/cashingManagement/invoiceManagement.vue create mode 100644 src/views/exchangeManagement/collectionAndPayment.vue create mode 100644 src/views/exchangeManagement/supplier.vue diff --git a/src/router/index.js b/src/router/index.js index 42b2ef1..9a9c63c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -305,6 +305,48 @@ export const constantRouterMap = [ }, ] }, + { + path: '/exchangeManagement', + component: Layout, + name: 'exchangeManagement', + redirect: 'noredirect', + meta: { title: '往来管理', icon: 'example'}, + children: [ + { + path: '/exchangeManagement/collectionAndPayment', + component: () => import('@/views/exchangeManagement/collectionAndPayment'), + meta: { title: '收付款列表' }, + name: 'collectionAndPayment', + }, + { + path: '/exchangeManagement/supplier', + component: () => import('@/views/exchangeManagement/supplier'), + meta: { title: '供应商' }, + name: 'supplier', + }, + ] + }, + { + path: '/cashingManagement', + component: Layout, + name: 'cashingManagement', + redirect: 'noredirect', + meta: { title: '出纳管理', icon: 'example'}, + children: [ + { + path: '/cashingManagement/cashing', + component: () => import('@/views/cashingManagement/cashing'), + meta: { title: '出纳列表' }, + name: 'cashing', + }, + { + path: '/cashingManagement/invoiceManagement', + component: () => import('@/views/cashingManagement/invoiceManagement'), + meta: { title: '发票管理' }, + name: 'cashingManagement', + }, + ] + }, { path: '/financialManagement', component: Layout, diff --git a/src/views/cashingManagement/cashing.vue b/src/views/cashingManagement/cashing.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/views/cashingManagement/invoiceManagement.vue b/src/views/cashingManagement/invoiceManagement.vue new file mode 100644 index 0000000..19fc56d --- /dev/null +++ b/src/views/cashingManagement/invoiceManagement.vue @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + {{viewsContent}} + + + + + + + diff --git a/src/views/exchangeManagement/collectionAndPayment.vue b/src/views/exchangeManagement/collectionAndPayment.vue new file mode 100644 index 0000000..504ec2c --- /dev/null +++ b/src/views/exchangeManagement/collectionAndPayment.vue @@ -0,0 +1,102 @@ + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + {{viewsContent}} + + + + + + + diff --git a/src/views/exchangeManagement/supplier.vue b/src/views/exchangeManagement/supplier.vue new file mode 100644 index 0000000..25b0626 --- /dev/null +++ b/src/views/exchangeManagement/supplier.vue @@ -0,0 +1,107 @@ + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + {{viewsContent}} + + + + + + +