From 219f3a3a8772db76912a860a0b49e443bd74672c Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 29 Dec 2022 15:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-ui/src/router/index.js | 53 ++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/base-ui/src/router/index.js b/base-ui/src/router/index.js index d81b2a8e..2e6cb97b 100644 --- a/base-ui/src/router/index.js +++ b/base-ui/src/router/index.js @@ -121,6 +121,21 @@ export const constantRoutes = [{ title: '销售报表上传', noCache: true } + }, { + path: 'xssb', + component: () => import('@/views/xiaoshou/salesreport/salesreport.vue'), + name: 'SalesReport', + meta: { title: '销售上报', noCache: true } + }, { + path: 'ckdbsb', + component: () => import('@/views/xiaoshou/warehousetransferreport/warehousetransferreport.vue'), + name: 'WarehouseTransferReport', + meta: { title: '仓库调拨上报', noCache: true } + }, { + path: 'pssb', + component: () => import('@/views/xiaoshou/distributionreport/distributionreport.vue'), + name: 'DistributionReport', + meta: { title: '配送上报', noCache: true } }] }, { path: 'gysgl', @@ -203,25 +218,25 @@ export const constantRoutes = [{ } }] }, - // 3库存信息 - { - path: '/report', - component: Layout, - meta: { - title: '报表中心' - }, - children: [{ - path: 'xsbb', - component: () => import('@/views/report/salesreport/index.vue'), - meta: { title: '销售报表' }, - children: [{ - path: 'xsmx', - component: () => import('@/views/report/xsmx/index.vue'), - name: 'ReportXsmxIndex', - meta: { title: '销售明细', noCache: true } - }] - }] - }, + // // 3库存信息 + // { + // path: '/report', + // component: Layout, + // meta: { + // title: '报表中心' + // }, + // children: [{ + // path: 'xsbb', + // component: () => import('@/views/report/salesreport/index.vue'), + // meta: { title: '销售报表' }, + // children: [{ + // path: 'xsmx', + // component: () => import('@/views/report/xsmx/index.vue'), + // name: 'ReportXsmxIndex', + // meta: { title: '销售明细', noCache: true } + // }] + // }] + // }, // codemenu, { path: '/404',