| 
					
				 | 
			
			
				@@ -55,7 +55,7 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         component: PageView, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           title: '销售管理', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          icon: 'account-book', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          icon: 'account-book' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // permission: 'M_salesManage' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         children: [ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -66,7 +66,7 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             component: RouteView, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               title: '销售单查询', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              icon: 'monitor', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              icon: 'monitor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               // permission: 'M_salesQueryList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             hideChildrenInMenu: true, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -77,12 +77,12 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/list.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   title: '销售单列表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  icon: 'monitor', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  icon: 'monitor' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   // permission: 'M_salesQueryList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                path: 'detail/:id/:sn', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                path: 'detail/:sn', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 name: 'salesDetail', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/detail.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 meta: { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -655,7 +655,7 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             component: RouteView, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               title: '店内调出', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              icon: 'interaction', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              icon: 'interaction' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               // permission: 'M_storeTransferOutList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             hideChildrenInMenu: true, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1267,7 +1267,7 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         component: PageView, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           title: '财务管理', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          icon: 'property-safety', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          icon: 'property-safety' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // permission: 'M_financial' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         children: [ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1400,7 +1400,7 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             component: RouteView, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               title: '费用管理', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              icon: 'pound', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              icon: 'pound' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               // permission: 'M_expenseManagementList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             hideChildrenInMenu: true, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1412,7 +1412,7 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   title: '费用单列表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   icon: 'pound', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  hidden: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   // permission: 'M_expenseManagementList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 |