|  | @@ -1185,4 +1185,49 @@ export default [{
 | 
	
		
			
				|  |  |        component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/inventoryAccount/index')
 | 
	
		
			
				|  |  |      }]
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  //办公用品-采购申请
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    path: '/workManagement/purchaseApply/index',
 | 
	
		
			
				|  |  | +    component: Layout,
 | 
	
		
			
				|  |  | +    hidden: true,
 | 
	
		
			
				|  |  | +    children: [{
 | 
	
		
			
				|  |  | +      path: '/workManagement/purchaseApply/index',
 | 
	
		
			
				|  |  | +      name: '采购申请',
 | 
	
		
			
				|  |  | +      meta: {
 | 
	
		
			
				|  |  | +        i18n: '/workManagement/purchaseApply/index',
 | 
	
		
			
				|  |  | +        keepAlive: true,
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  | +      component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/purchaseApply/index')
 | 
	
		
			
				|  |  | +    }]
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  //办公用品-入库
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    path: '/workManagement/warehousing/index',
 | 
	
		
			
				|  |  | +    component: Layout,
 | 
	
		
			
				|  |  | +    hidden: true,
 | 
	
		
			
				|  |  | +    children: [{
 | 
	
		
			
				|  |  | +      path: '/workManagement/warehousing/index',
 | 
	
		
			
				|  |  | +      name: '入库',
 | 
	
		
			
				|  |  | +      meta: {
 | 
	
		
			
				|  |  | +        i18n: '/workManagement/warehousing/index',
 | 
	
		
			
				|  |  | +        keepAlive: true,
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  | +      component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/warehousing/index')
 | 
	
		
			
				|  |  | +    }]
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  //办公用品-领用
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    path: '/workManagement/requisition/index',
 | 
	
		
			
				|  |  | +    component: Layout,
 | 
	
		
			
				|  |  | +    hidden: true,
 | 
	
		
			
				|  |  | +    children: [{
 | 
	
		
			
				|  |  | +      path: '/workManagement/requisition/index',
 | 
	
		
			
				|  |  | +      name: '领用',
 | 
	
		
			
				|  |  | +      meta: {
 | 
	
		
			
				|  |  | +        i18n: '/workManagement/requisition/index',
 | 
	
		
			
				|  |  | +        keepAlive: true,
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  | +      component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/requisition/index')
 | 
	
		
			
				|  |  | +    }]
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |  ]
 |