|  | @@ -2408,6 +2408,54 @@ export const asyncRouterMap = [
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                }
 | 
	
		
			
				|  |  |              ]
 | 
	
		
			
				|  |  | +          },
 | 
	
		
			
				|  |  | +          {
 | 
	
		
			
				|  |  | +            path: '/chainReportData/chainTransferReport',
 | 
	
		
			
				|  |  | +            redirect: '/chainReportData/chainTransferReport/index',
 | 
	
		
			
				|  |  | +            name: 'chainTransferReport',
 | 
	
		
			
				|  |  | +            component: BlankLayout,
 | 
	
		
			
				|  |  | +            meta: {
 | 
	
		
			
				|  |  | +              title: '连锁调入报表',
 | 
	
		
			
				|  |  | +              icon: 'profile',
 | 
	
		
			
				|  |  | +              permission: 'M_chainTransferReportList'
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            hideChildrenInMenu: true,
 | 
	
		
			
				|  |  | +            children: [
 | 
	
		
			
				|  |  | +              {
 | 
	
		
			
				|  |  | +                path: 'index',
 | 
	
		
			
				|  |  | +                name: 'chainTransferReportIndex',
 | 
	
		
			
				|  |  | +                component: () => import(/* webpackChunkName: "reportData" */ '@/views/chainReportData/chainTransferReport/index.vue'),
 | 
	
		
			
				|  |  | +                meta: {
 | 
	
		
			
				|  |  | +                  title: '连锁调入报表列表',
 | 
	
		
			
				|  |  | +                  icon: 'profile',
 | 
	
		
			
				|  |  | +                  hidden: true
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  | +              }
 | 
	
		
			
				|  |  | +            ]
 | 
	
		
			
				|  |  | +          },
 | 
	
		
			
				|  |  | +          {
 | 
	
		
			
				|  |  | +            path: '/chainReportData/chainCallReport',
 | 
	
		
			
				|  |  | +            redirect: '/chainReportData/chainCallReport/index',
 | 
	
		
			
				|  |  | +            name: 'chainCallReport',
 | 
	
		
			
				|  |  | +            component: BlankLayout,
 | 
	
		
			
				|  |  | +            meta: {
 | 
	
		
			
				|  |  | +              title: '连锁调出报表',
 | 
	
		
			
				|  |  | +              icon: 'profile',
 | 
	
		
			
				|  |  | +              permission: 'M_chainCallReportList'
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            hideChildrenInMenu: true,
 | 
	
		
			
				|  |  | +            children: [
 | 
	
		
			
				|  |  | +              {
 | 
	
		
			
				|  |  | +                path: 'index',
 | 
	
		
			
				|  |  | +                name: 'chainCallReportIndex',
 | 
	
		
			
				|  |  | +                component: () => import(/* webpackChunkName: "reportData" */ '@/views/chainReportData/chainCallReport/index.vue'),
 | 
	
		
			
				|  |  | +                meta: {
 | 
	
		
			
				|  |  | +                  title: '连锁调出报表列表',
 | 
	
		
			
				|  |  | +                  icon: 'profile',
 | 
	
		
			
				|  |  | +                  hidden: true
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  | +              }
 | 
	
		
			
				|  |  | +            ]
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          ]
 | 
	
		
			
				|  |  |        },
 | 
	
	
		
			
				|  | @@ -2669,54 +2717,6 @@ export const asyncRouterMap = [
 | 
	
		
			
				|  |  |                }
 | 
	
		
			
				|  |  |              ]
 | 
	
		
			
				|  |  |            },
 | 
	
		
			
				|  |  | -          {
 | 
	
		
			
				|  |  | -            path: '/chainReportData/chainTransferReport',
 | 
	
		
			
				|  |  | -            redirect: '/chainReportData/chainTransferReport/index',
 | 
	
		
			
				|  |  | -            name: 'chainTransferReport',
 | 
	
		
			
				|  |  | -            component: BlankLayout,
 | 
	
		
			
				|  |  | -            meta: {
 | 
	
		
			
				|  |  | -              title: '连锁调入报表',
 | 
	
		
			
				|  |  | -              icon: 'profile',
 | 
	
		
			
				|  |  | -              permission: 'M_chainTransferReportList'
 | 
	
		
			
				|  |  | -            },
 | 
	
		
			
				|  |  | -            hideChildrenInMenu: true,
 | 
	
		
			
				|  |  | -            children: [
 | 
	
		
			
				|  |  | -              {
 | 
	
		
			
				|  |  | -                path: 'index',
 | 
	
		
			
				|  |  | -                name: 'chainTransferReportIndex',
 | 
	
		
			
				|  |  | -                component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainTransferReport/index.vue'),
 | 
	
		
			
				|  |  | -                meta: {
 | 
	
		
			
				|  |  | -                  title: '连锁调入报表列表',
 | 
	
		
			
				|  |  | -                  icon: 'profile',
 | 
	
		
			
				|  |  | -                  hidden: true
 | 
	
		
			
				|  |  | -                }
 | 
	
		
			
				|  |  | -              }
 | 
	
		
			
				|  |  | -            ]
 | 
	
		
			
				|  |  | -          },
 | 
	
		
			
				|  |  | -          {
 | 
	
		
			
				|  |  | -            path: '/chainReportData/chainCallReport',
 | 
	
		
			
				|  |  | -            redirect: '/chainReportData/chainCallReport/index',
 | 
	
		
			
				|  |  | -            name: 'chainCallReport',
 | 
	
		
			
				|  |  | -            component: BlankLayout,
 | 
	
		
			
				|  |  | -            meta: {
 | 
	
		
			
				|  |  | -              title: '连锁调出报表',
 | 
	
		
			
				|  |  | -              icon: 'profile',
 | 
	
		
			
				|  |  | -              permission: 'M_chainCallReportList'
 | 
	
		
			
				|  |  | -            },
 | 
	
		
			
				|  |  | -            hideChildrenInMenu: true,
 | 
	
		
			
				|  |  | -            children: [
 | 
	
		
			
				|  |  | -              {
 | 
	
		
			
				|  |  | -                path: 'index',
 | 
	
		
			
				|  |  | -                name: 'chainCallReportIndex',
 | 
	
		
			
				|  |  | -                component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainCallReport/index.vue'),
 | 
	
		
			
				|  |  | -                meta: {
 | 
	
		
			
				|  |  | -                  title: '连锁调出报表列表',
 | 
	
		
			
				|  |  | -                  icon: 'profile',
 | 
	
		
			
				|  |  | -                  hidden: true
 | 
	
		
			
				|  |  | -                }
 | 
	
		
			
				|  |  | -              }
 | 
	
		
			
				|  |  | -            ]
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  |          ]
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        // 客户管理
 |