|
@@ -1300,31 +1300,6 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/reportData/provinceTypeSalesDetails',
|
|
|
- redirect: '/reportData/provinceTypeSalesDetails/list',
|
|
|
- name: 'provinceTypeSalesDetails',
|
|
|
- component: BlankLayout,
|
|
|
- meta: {
|
|
|
- title: '全国各省品类实际销售明细',
|
|
|
- icon: 'profile',
|
|
|
- permission: 'M_provinceTypeSalesDetailsList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'provinceTypeSalesDetailsList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/provinceTypeSalesDetails/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '全国各省品类实际销售明细列表',
|
|
|
- icon: 'profile',
|
|
|
- hidden: true,
|
|
|
- permission: 'M_provinceTypeSalesDetailsList'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
path: '/reportData/warehousingOrder',
|
|
|
redirect: '/reportData/warehousingOrder/list',
|