|
@@ -1,7 +1,6 @@
|
|
import Vue from 'vue'
|
|
import Vue from 'vue'
|
|
import Router from 'vue-router'
|
|
import Router from 'vue-router'
|
|
import '@/assets/iconfont/iconfont.css'
|
|
import '@/assets/iconfont/iconfont.css'
|
|
-
|
|
|
|
// 主要
|
|
// 主要
|
|
import main from '@/components/main.vue'
|
|
import main from '@/components/main.vue'
|
|
// 计划项目维护
|
|
// 计划项目维护
|
|
@@ -14,7 +13,28 @@ import planProjectData from '@/views/energyPlan/components/supplyAndDemand/planP
|
|
import plan from '@/views/energyPlan/components/planValue/plan.vue'
|
|
import plan from '@/views/energyPlan/components/planValue/plan.vue'
|
|
// 计划项目推荐方案维护
|
|
// 计划项目推荐方案维护
|
|
import PlanProjectRecommend from '@/views/energyPlan/components/planValue/PlanProjectRecommend.vue'
|
|
import PlanProjectRecommend from '@/views/energyPlan/components/planValue/PlanProjectRecommend.vue'
|
|
-
|
|
|
|
|
|
+// 年计划编制(焦化)
|
|
|
|
+import PlanProjectCoking from '@/views/energyPlan/components/supplyAndDemand/planProjectCoking.vue'
|
|
|
|
+// 年计划编制 (炼铁车间)
|
|
|
|
+import PlanProjectPuddling from '@/views/energyPlan/components/supplyAndDemand/planProjectPuddling.vue'
|
|
|
|
+// 年计划编制(炼钢)
|
|
|
|
+import PlanProjectIronMill from '@/views/energyPlan/components/supplyAndDemand/planProjectIronMill.vue'
|
|
|
|
+// 年计划编制(轧钢)
|
|
|
|
+import PlanProjectSteelRolling from '@/views/energyPlan/components/supplyAndDemand/planProjectSteelRolling.vue'
|
|
|
|
+// 年计划编制(机焦厂)
|
|
|
|
+import PlanProjectCoke from '@/views/energyPlan/components/supplyAndDemand/planProjectCoke.vue'
|
|
|
|
+// 月度计划编制
|
|
|
|
+import PlanProjectDataMonth from '@/views/energyPlan/components/supplyAndDemand/planProjectDataMonth.vue'
|
|
|
|
+// 轮次计划编制-Gx
|
|
|
|
+import PlanProjectRoundGx from '@/views/energyPlan/components/supplyAndDemand/planProjectRoundGx.vue'
|
|
|
|
+// 年度计划编制
|
|
|
|
+import PlanProjectDataYear from '@/views/energyPlan/components/supplyAndDemand/planProjectDataYear.vue'
|
|
|
|
+// 年度计划编制(建材厂) H:\湖南视拓\安泰能源项目\xt-ems-front\src\views\energyPlan\components\supplyAndDemand\
|
|
|
|
+import PlanProjectBuildingMaterialsFactory from '@/views/energyPlan/components/supplyAndDemand/planProjectBuildingMaterialsFactory.vue'
|
|
|
|
+// 年度计划编制(烧结厂) H:\湖南视拓\安泰能源项目\xt-ems-front\src\views\energyPlan\components\supplyAndDemand\
|
|
|
|
+import PlanProjectSinter from '@/views/energyPlan/components/supplyAndDemand/planProjectSinter.vue'
|
|
|
|
+// 年度计划编制(发电厂)H:\湖南视拓\安泰能源项目\xt-ems-front\src\views\energyPlan\components\supplyAndDemand\
|
|
|
|
+import PlanProjectPowerPlant from '@/views/energyPlan/components/supplyAndDemand/planProjectPowerPlant.vue'
|
|
Vue.use(Router)
|
|
Vue.use(Router)
|
|
|
|
|
|
export default new Router({
|
|
export default new Router({
|
|
@@ -50,6 +70,61 @@ export default new Router({
|
|
path: 'PlanProjectRecommend',
|
|
path: 'PlanProjectRecommend',
|
|
name: 'PlanProjectRecommend',
|
|
name: 'PlanProjectRecommend',
|
|
component: PlanProjectRecommend
|
|
component: PlanProjectRecommend
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectCoking',
|
|
|
|
+ name: 'PlanProjectCoking',
|
|
|
|
+ component: PlanProjectCoking
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectPuddling',
|
|
|
|
+ name: 'PlanProjectPuddling',
|
|
|
|
+ component: PlanProjectPuddling
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectIronMill',
|
|
|
|
+ name: 'PlanProjectIronMill',
|
|
|
|
+ component: PlanProjectIronMill
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectSteelRolling',
|
|
|
|
+ name: 'PlanProjectSteelRolling',
|
|
|
|
+ component: PlanProjectSteelRolling
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectCoke',
|
|
|
|
+ name: 'PlanProjectCoke',
|
|
|
|
+ component: PlanProjectCoke
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectDataMonth',
|
|
|
|
+ name: 'PlanProjectDataMonth',
|
|
|
|
+ component: PlanProjectDataMonth
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectRoundGx',
|
|
|
|
+ name: 'PlanProjectRoundGx',
|
|
|
|
+ component: PlanProjectRoundGx
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectDataYear',
|
|
|
|
+ name: 'PlanProjectDataYear',
|
|
|
|
+ component: PlanProjectDataYear
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectBuildingMaterialsFactory',
|
|
|
|
+ name: 'PlanProjectBuildingMaterialsFactory',
|
|
|
|
+ component: PlanProjectBuildingMaterialsFactory
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectSinter',
|
|
|
|
+ name: 'PlanProjectSinter',
|
|
|
|
+ component: PlanProjectSinter
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PlanProjectPowerPlant',
|
|
|
|
+ name: 'PlanProjectPowerPlant',
|
|
|
|
+ component: PlanProjectPowerPlant
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}]
|
|
}]
|