jbb 2 years ago
parent
commit
a9628d5c96
1 changed files with 32 additions and 0 deletions
  1. 32 0
      src/config/router.config.js

+ 32 - 0
src/config/router.config.js

@@ -397,4 +397,36 @@ export const constantRouterMap = [
     path: '/reportFormsSimple/costAllocationTable',
     component: () => import( '@/views/cost-allocation-total/costDetailDrawer')
   },
+
+  //成本分配报表
+  {
+    path: '/reportFormsSimple/costAllocationTableForms',
+    component: () => import( '@/views/reportForms/cost-allocation-table')
+  },
+
+
+  //计划单统计表
+  {
+    path: '/reportFormsSimple/inancialReconciliation',
+    component: () => import( '@/views/cost-allocation-total/inancialReconciliation')
+  },
+
+  
+  //生产进度报表
+  {
+    path: '/reportFormsSimple/proProgressReport',
+    component: () => import( '@/views/reportForms/pro-progress-report')
+  },
+
+  //供应商参能维护报表
+  {
+    path: '/reportFormsSimple/supplierCapacity',
+    component: () => import( '@/views/reportForms/supplier-capacity')
+  },
+
+   //供应商参能报表
+   {
+    path: '/reportFormsSimple/supplyCapacityTable',
+    component: () => import( '@/views/reportForms/supply-capacity-table')
+  },
 ]