|
@@ -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')
|
|
|
+ },
|
|
|
]
|