| 
					
				 | 
			
			
				@@ -242,8 +242,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       component: BlankLayout, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         title: '促销费用报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        icon: 'profile' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        // permission: 'M_promotionFeeReportList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        icon: 'profile', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        permission: 'M_promotionFeeReportList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       hideChildrenInMenu: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       children: [ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -254,8 +254,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             title: '促销费用报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             icon: 'profile', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            hidden: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // permission: 'M_promotionFeeReportList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            permission: 'M_promotionFeeReportList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -434,51 +434,51 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      path: '/reportData/returnGoodsPresentation', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      redirect: '/reportData/returnGoodsPresentation/list', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      name: 'returnGoodsPresentation', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      path: '/reportData/billingStatistics', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      redirect: '/reportData/billingStatistics/index', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      name: 'billingStatistics', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       component: BlankLayout, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        title: '退货交单报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        title: '开单统计报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         icon: 'profile', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        permission: 'M_returnGoodsPresentationList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        permission: 'M_billingStatisticsList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       hideChildrenInMenu: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          path: 'list', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          name: 'returnGoodsPresentationList', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/returnGoodsPresentation/list.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          path: 'index', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          name: 'billingStatisticsIndex', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingStatistics/index.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            title: '退货交单报表列表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            title: '开单统计报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             icon: 'profile', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            permission: 'M_returnGoodsPresentationList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            permission: 'M_billingStatisticsList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      path: '/reportData/billingStatistics', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      redirect: '/reportData/billingStatistics/index', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      name: 'billingStatistics', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      path: '/reportData/returnGoodsPresentation', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      redirect: '/reportData/returnGoodsPresentation/list', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      name: 'returnGoodsPresentation', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       component: BlankLayout, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        title: '开单统计报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        icon: 'profile' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        // permission: 'M_billingStatisticsList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        title: '退货交单报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        icon: 'profile', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        permission: 'M_returnGoodsPresentationList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       hideChildrenInMenu: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          path: 'index', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          name: 'billingStatisticsIndex', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingStatistics/index.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          path: 'list', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          name: 'returnGoodsPresentationList', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/returnGoodsPresentation/list.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            title: '开单统计报表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            title: '退货交单报表列表', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             icon: 'profile', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            hidden: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // permission: 'M_billingStatisticsList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            permission: 'M_returnGoodsPresentationList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 |