|
@@ -2325,6 +2325,31 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/chainReportData/chainSalesReturnDetailReport',
|
|
|
+ redirect: '/chainReportData/chainSalesReturnDetailReport/list',
|
|
|
+ name: 'chainSalesReturnDetailReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '连锁销售退货合计报表',
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_chainSalesReturnDetailReport_list'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'chainSalesReturnDetailReportList',
|
|
|
+ component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainSalesReturnDetailReport/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '连锁销售退货合计列表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_chainSalesReturnDetailReport_list'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/chainReportData/chainCustomerReport',
|
|
|
redirect: '/chainReportData/chainCustomerReport/list',
|