|
@@ -1875,31 +1875,31 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/reportData/chainReceivedSendStorageReport',
|
|
|
- redirect: '/reportData/chainReceivedSendStorageReport/list',
|
|
|
- name: 'chainReceivedSendStorageReport',
|
|
|
- component: RouteView,
|
|
|
- meta: {
|
|
|
- title: '连锁收发存报表',
|
|
|
- icon: 'profile'
|
|
|
- // permission: 'M_warehouseList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'chainReceivedSendStorageReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainReceivedSendStorageReport/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '连锁收发存报表列表',
|
|
|
- icon: 'profile',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_warehouseList'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/reportData/chainReceivedSendStorageReport',
|
|
|
+ // redirect: '/reportData/chainReceivedSendStorageReport/list',
|
|
|
+ // name: 'chainReceivedSendStorageReport',
|
|
|
+ // component: RouteView,
|
|
|
+ // meta: {
|
|
|
+ // title: '连锁收发存报表',
|
|
|
+ // icon: 'profile'
|
|
|
+ // // permission: 'M_warehouseList'
|
|
|
+ // },
|
|
|
+ // hideChildrenInMenu: true,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'list',
|
|
|
+ // name: 'chainReceivedSendStorageReportList',
|
|
|
+ // component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainReceivedSendStorageReport/list.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '连锁收发存报表列表',
|
|
|
+ // icon: 'profile',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'M_warehouseList'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/reportData/customerReport',
|
|
|
redirect: '/reportData/customerReport/list',
|
|
@@ -1974,32 +1974,32 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/reportData/receivedSendStorageReport',
|
|
|
- redirect: '/reportData/receivedSendStorageReport/list',
|
|
|
- name: 'receivedSendStorageReport',
|
|
|
- component: RouteView,
|
|
|
- meta: {
|
|
|
- title: '收发存报表',
|
|
|
- icon: 'profile'
|
|
|
- // permission: 'M_warehouseList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'receivedSendStorageReportList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/receivedSendStorageReport/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '收发存报表列表',
|
|
|
- icon: 'profile',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_warehouseList'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: '/reportData/receivedSendStorageReport',
|
|
|
+ // redirect: '/reportData/receivedSendStorageReport/list',
|
|
|
+ // name: 'receivedSendStorageReport',
|
|
|
+ // component: RouteView,
|
|
|
+ // meta: {
|
|
|
+ // title: '收发存报表',
|
|
|
+ // icon: 'profile'
|
|
|
+ // // permission: 'M_warehouseList'
|
|
|
+ // },
|
|
|
+ // hideChildrenInMenu: true,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'list',
|
|
|
+ // name: 'receivedSendStorageReportList',
|
|
|
+ // component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/receivedSendStorageReport/list.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '收发存报表列表',
|
|
|
+ // icon: 'profile',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'M_warehouseList'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
// auth
|