|
@@ -1828,16 +1828,27 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: '/reportData/salesReport',
|
|
|
- redirect: '/reportData/salesReport/list',
|
|
|
+ redirect: '/reportData/salesReport/index',
|
|
|
name: 'salesReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '销售报表',
|
|
|
icon: 'profile',
|
|
|
- permission: 'M_salesReportList'
|
|
|
+ permission: 'M_salesReportList,M_salesDetailReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'salesReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '销售报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_salesReportList,M_salesDetailReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'salesReportList',
|
|
@@ -1848,21 +1859,7 @@ export const asyncRouterMap = [
|
|
|
hidden: true,
|
|
|
permission: 'M_salesReportList'
|
|
|
}
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/reportData/salesDetailReport',
|
|
|
- redirect: '/reportData/salesDetailReport/list',
|
|
|
- name: 'salesDetailReport',
|
|
|
- component: BlankLayout,
|
|
|
- meta: {
|
|
|
- title: '销售明细报表',
|
|
|
- icon: 'profile',
|
|
|
- permission: 'M_salesDetailReportList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
+ },
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'salesDetailReportList',
|
|
@@ -1926,6 +1923,53 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/reportData/salesReturnReport',
|
|
|
+ redirect: '/reportData/salesReturnReport/index',
|
|
|
+ name: 'salesReturnReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '销售退货报表',
|
|
|
+ icon: 'profile',
|
|
|
+ // permission: 'M_salesReturnReportList,M_salesReturnDetailReportList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'salesReturnReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '销售退货报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ // permission: 'M_salesReturnReportList,M_salesReturnDetailReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'salesReturnReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnReport/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '销售退货报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_salesReturnReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'salesReturnDetailReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnReport/detailList.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '销售退货明细报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_salesReturnDetailReportList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/reportData/stockIncomeReport',
|
|
|
redirect: '/reportData/stockIncomeReport/list',
|
|
@@ -1976,31 +2020,6 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/reportData/purchaseReceiptReport',
|
|
|
- redirect: '/reportData/purchaseReceiptReport/list',
|
|
|
- name: 'purchaseReceiptReport',
|
|
|
- component: BlankLayout,
|
|
|
- meta: {
|
|
|
- title: '采购入库报表',
|
|
|
- icon: 'profile',
|
|
|
- permission: 'M_purchaseReceiptReportList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'purchaseReceiptReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/purchaseReceiptReport/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '采购入库报表列表',
|
|
|
- icon: 'profile',
|
|
|
- hidden: true,
|
|
|
- permission: 'M_purchaseReceiptReportList'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
path: '/reportData/receivedSendStorageReport',
|
|
|
redirect: '/reportData/receivedSendStorageReport/list',
|
|
@@ -2077,46 +2096,222 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainSalesReport',
|
|
|
- redirect: '/reportData/chainSalesReport/list',
|
|
|
- name: 'chainSalesReport',
|
|
|
+ path: '/reportData/purchaseReceiptReport',
|
|
|
+ redirect: '/reportData/purchaseReceiptReport/list',
|
|
|
+ name: 'purchaseReceiptReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '连锁销售报表',
|
|
|
+ title: '采购入库报表',
|
|
|
icon: 'profile',
|
|
|
- permission: 'M_chainSalesReportList'
|
|
|
+ permission: 'M_purchaseReceiptReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'chainSalesReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainSalesReport/list.vue'),
|
|
|
+ name: 'purchaseReceiptReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/purchaseReceiptReport/list.vue'),
|
|
|
meta: {
|
|
|
- title: '连锁销售报表列表',
|
|
|
+ title: '采购入库报表列表',
|
|
|
icon: 'profile',
|
|
|
hidden: true,
|
|
|
- permission: 'M_chainSalesReportList'
|
|
|
+ permission: 'M_purchaseReceiptReportList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainSalesDetailReport',
|
|
|
- redirect: '/reportData/chainSalesDetailReport/list',
|
|
|
- name: 'chainSalesDetailReport',
|
|
|
+ path: '/reportData/bulkWarehousingReport',
|
|
|
+ redirect: '/reportData/bulkWarehousingReport/index',
|
|
|
+ name: 'bulkWarehousingReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '连锁销售明细报表',
|
|
|
+ title: '散件入库报表',
|
|
|
icon: 'profile',
|
|
|
- permission: 'M_chainSalesDetailReportList'
|
|
|
+ // permission: 'M_bulkWarehousingReportList,M_bulkWarehousingDetailReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'bulkWarehousingReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/bulkWarehousingReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '散件入库报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ // permission: 'M_bulkWarehousingReportList,M_bulkWarehousingDetailReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'bulkWarehousingReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/bulkWarehousingReport/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '散件入库报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_bulkWarehousingReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
path: 'list',
|
|
|
+ name: 'bulkWarehousingDetailReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/bulkWarehousingReport/detailList.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '散件入库明细报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_bulkWarehousingDetailReportList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/reportData/bulkReturnReport',
|
|
|
+ redirect: '/reportData/bulkReturnReport/index',
|
|
|
+ name: 'bulkReturnReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '散件退货报表',
|
|
|
+ icon: 'profile',
|
|
|
+ // permission: 'M_bulkReturnReportList,M_bulkReturnDetailReportList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'bulkReturnReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/bulkReturnReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '散件退货报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ // permission: 'M_bulkWarehousingReportList,M_bulkWarehousingDetailReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'bulkReturnReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/bulkReturnReport/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '散件退货报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_bulkReturnReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'bulkReturnDetailReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/bulkReturnReport/detailList.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '散件退货明细报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_bulkReturnDetailReportList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/reportData/storeTransferOutReport',
|
|
|
+ redirect: '/reportData/storeTransferOutReport/index',
|
|
|
+ name: 'storeTransferOutReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '店内调出报表',
|
|
|
+ icon: 'profile',
|
|
|
+ // permission: 'M_storeTransferOutReportList,M_storeTransferOutDetailReportList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'storeTransferOutReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/storeTransferOutReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '店内调出报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ // permission: 'M_bulkWarehousingReportList,M_bulkWarehousingDetailReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'storeTransferOutReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/storeTransferOutReport/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '店内调出报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_storeTransferOutReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'storeTransferOutDetailReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/storeTransferOutReport/detailList.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '店内调出明细报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_storeTransferOutDetailReportList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ // 连锁报表
|
|
|
+ {
|
|
|
+ path: '/chainReportData',
|
|
|
+ redirect: '/chainReportData/chainStockReport',
|
|
|
+ component: PageView,
|
|
|
+ meta: {
|
|
|
+ title: '连锁报表',
|
|
|
+ icon: 'fund',
|
|
|
+ permission: 'M_reportData'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/chainReportData/chainSalesReport',
|
|
|
+ redirect: '/chainReportData/chainSalesReport/index',
|
|
|
+ name: 'chainSalesReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '连锁销售报表',
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_chainSalesReportList,M_chainSalesDetailReportList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'chainSalesReportIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainSalesReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '连锁销售报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_chainSalesReportList,M_chainSalesDetailReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'chainSalesReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainSalesReport/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '连锁销售报表列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_chainSalesReportList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'detailList',
|
|
|
name: 'chainSalesDetailReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainSalesDetailReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainSalesDetailReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁销售明细报表列表',
|
|
|
icon: 'profile',
|
|
@@ -2127,8 +2322,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainSalesDetailsCountReport',
|
|
|
- redirect: '/reportData/chainSalesDetailsCountReport/list',
|
|
|
+ path: '/chainReportData/chainSalesDetailsCountReport',
|
|
|
+ redirect: '/chainReportData/chainSalesDetailsCountReport/list',
|
|
|
name: 'chainSalesDetailsCountReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2141,7 +2336,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainSalesDetailsCountReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainSalesDetailsCountReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainSalesDetailsCountReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁销售明细合计列表',
|
|
|
icon: 'profile',
|
|
@@ -2152,8 +2347,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainCustomerReport',
|
|
|
- redirect: '/reportData/chainCustomerReport/list',
|
|
|
+ path: '/chainReportData/chainCustomerReport',
|
|
|
+ redirect: '/chainReportData/chainCustomerReport/list',
|
|
|
name: 'chainCustomerReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2166,7 +2361,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainCustomerReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainCustomerReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainCustomerReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁大客户报表列表',
|
|
|
icon: 'profile',
|
|
@@ -2177,8 +2372,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainStockIncomeReport',
|
|
|
- redirect: '/reportData/chainStockIncomeReport/list',
|
|
|
+ path: '/chainReportData/chainStockIncomeReport',
|
|
|
+ redirect: '/chainReportData/chainStockIncomeReport/list',
|
|
|
name: 'chainStockIncomeReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2191,7 +2386,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainStockIncomeReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainStockIncomeReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainStockIncomeReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁库存总入报表列表',
|
|
|
icon: 'profile',
|
|
@@ -2202,8 +2397,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainStockExpenditureReport',
|
|
|
- redirect: '/reportData/chainStockExpenditureReport/list',
|
|
|
+ path: '/chainReportData/chainStockExpenditureReport',
|
|
|
+ redirect: '/chainReportData/chainStockExpenditureReport/list',
|
|
|
name: 'chainStockExpenditureReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2216,7 +2411,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainStockExpenditureReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainStockExpenditureReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainStockExpenditureReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁库存总出报表列表',
|
|
|
icon: 'profile',
|
|
@@ -2227,8 +2422,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainStockReport',
|
|
|
- redirect: '/reportData/chainStockReport/list',
|
|
|
+ path: '/chainReportData/chainStockReport',
|
|
|
+ redirect: '/chainReportData/chainStockReport/list',
|
|
|
name: 'chainStockReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2241,7 +2436,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainStockReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainStockReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainStockReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁库存总表列表',
|
|
|
icon: 'profile',
|
|
@@ -2252,8 +2447,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainPurchaseReceiptReport',
|
|
|
- redirect: '/reportData/chainPurchaseReceiptReport/list',
|
|
|
+ path: '/chainReportData/chainPurchaseReceiptReport',
|
|
|
+ redirect: '/chainReportData/chainPurchaseReceiptReport/list',
|
|
|
name: 'chainPurchaseReceiptReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2266,7 +2461,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainPurchaseReceiptReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainPurchaseReceiptReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainPurchaseReceiptReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁采购入库报表列表',
|
|
|
icon: 'profile',
|
|
@@ -2277,8 +2472,8 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/chainReceivedSendStorageReport',
|
|
|
- redirect: '/reportData/chainReceivedSendStorageReport/list',
|
|
|
+ path: '/chainReportData/chainReceivedSendStorageReport',
|
|
|
+ redirect: '/chainReportData/chainReceivedSendStorageReport/list',
|
|
|
name: 'chainReceivedSendStorageReport',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
@@ -2291,7 +2486,7 @@ export const asyncRouterMap = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
name: 'chainReceivedSendStorageReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainReceivedSendStorageReport/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainReceivedSendStorageReport/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁收发存报表列表',
|
|
|
icon: 'profile',
|