|
@@ -1834,6 +1834,31 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/reportData/tireSalesReport',
|
|
|
+ redirect: '/reportData/tireSalesReport/index',
|
|
|
+ name: 'tireSalesReport',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '轮胎销售统计报表',
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_tireSalesReportList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ name: 'tireSalesReportIndex',
|
|
|
+ component: () => import( '@/views/reportData/tireSalesReport/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '轮胎销售统计报表',
|
|
|
+ icon: 'profile',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_tireSalesReportList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/reportData/allocationOrderTotal',
|
|
|
redirect: '/reportData/allocationOrderTotal/list',
|
|
@@ -2450,32 +2475,8 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/reportData/tireSalesReport',
|
|
|
- redirect: '/reportData/tireSalesReport/index',
|
|
|
- name: 'tireSalesReport',
|
|
|
- component: BlankLayout,
|
|
|
- meta: {
|
|
|
- title: '轮胎销售统计报表',
|
|
|
- icon: 'profile',
|
|
|
- permission: 'M_tireSalesReportList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'index',
|
|
|
- name: 'tireSalesReportIndex',
|
|
|
- component: () => import( '@/views/reportData/tireSalesReport/index.vue'),
|
|
|
- meta: {
|
|
|
- title: '轮胎销售统计报表',
|
|
|
- icon: 'profile',
|
|
|
- hidden: true,
|
|
|
- permission: 'M_tireSalesReportList'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
}
|
|
|
+
|
|
|
|
|
|
|
|
|
|