|
@@ -6,45 +6,85 @@ import routerBefore from '@/config/routerBefore.js'
|
|
// 主要
|
|
// 主要
|
|
import main from '@/components/main.vue'
|
|
import main from '@/components/main.vue'
|
|
// 系统配置管理
|
|
// 系统配置管理
|
|
-const ShipDynamicTable = () => import( '../components/Ship_dynamic_table.vue')
|
|
|
|
-const ShipWorkReport = () => import( '../components/ShipWorkReport.vue')
|
|
|
|
-const dowmShipDynamicTable = () => import( '../components/dowmShipDynamicTable.vue')
|
|
|
|
-const controlLines = () => import( '../components/controlLines.vue')
|
|
|
|
-const purchaseAccessoriesMonitor = () => import( '../components/purchaseAccessoriesMonitor.vue')
|
|
|
|
-const purchasFuelOldMonitor = () => import( '../components/purchasFuelMonitor/purchasFuelOldMonitor.vue')
|
|
|
|
-const purchasFuelNewMonitor = () => import( '../components/purchasFuelMonitor/purchasFuelNewMonitor.vue')
|
|
|
|
-const sporadicReportEnterFactory = () => import( '../components/sporadicReport/sporadicReportEnterFactory.vue')
|
|
|
|
-const sporadicReportExFactory = () => import( '../components/sporadicReport/sporadicReportExFactory.vue')
|
|
|
|
-const saleChemicalCokeForm = () => import( '../components/salesLogisticsStatistics/saleChemicalCokeForm.vue')
|
|
|
|
-const saleCoproductForm = () => import( '../components/salesLogisticsStatistics/saleCoproductForm.vue')
|
|
|
|
-const saleSteelForm = () => import( '../components/salesLogisticsStatistics/saleSteelForm.vue')
|
|
|
|
-const transportationPerformance = () => import( '../components/salesLogisticsStatistics/transportationPerformance.vue')
|
|
|
|
-const purchaseChemicalMaterialsNew = () => import( '../components/purchaseChemicalMaterials/purchaseChemicalMaterialsNew.vue')
|
|
|
|
-const purchaseChemicalMaterialsOld = () => import( '../components/purchaseChemicalMaterials/purchaseChemicalMaterialsOld.vue')
|
|
|
|
-const purInwardReport = () => import( '../components/inwardReport/putInwardReport.vue')
|
|
|
|
-const inwardFactory = () => import( '../components/inwardReport/inwardFactory.vue')
|
|
|
|
-const getLoading = () => import( '../components/inwardReport/getLoading.vue')
|
|
|
|
-const getUnLoading = () => import( '../components/inwardReport/getUnLoading.vue')
|
|
|
|
-const purchaseMineral = () => import( '../components/purachaseMineral.vue')
|
|
|
|
-const inwardSporadicReport = () => import( '../components/sporadicReport/inwardSporadicReport.vue')
|
|
|
|
-const getInstall = () => import( '../components/inwardReport/getInstall.vue')
|
|
|
|
-const getCapacityByDefend = () => import( '../components/defendCapacity/getCapacityByDefend.vue')
|
|
|
|
-const inwardAssemble = () => import( '../components/inwardAssemble/inwardAssemble.vue')
|
|
|
|
-const loadCapacityDetail = () => import( '../components/loadCapacityDetail/loadCapacityDetail.vue')
|
|
|
|
-const allInwardReport = () => import( '../components/inwardReport/allInwardReport.vue')
|
|
|
|
-const saleSteelAllReport = () => import( '../components/salesLogisticsStatistics/saleSteelAllReport.vue')
|
|
|
|
-const loadWagonWorkReport = () => import( '../components/wanzhouReport/loadWagonWorkReport.vue')
|
|
|
|
-const unloadShipWorkReport = () => import( '../components/wanzhouReport/unloadShipWorkReport.vue')
|
|
|
|
-const wagonWorkReport = () => import( '../components/wanzhouReport/wagonWorkReport.vue')
|
|
|
|
-const saleSteelCarrierReport = () => import( '@/views/statisticalReport/components/salesLogisticsStatistics/saleSteelCarrierReport.vue')
|
|
|
|
-const saleSteelReports = () => import( '@/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue')
|
|
|
|
-const saleSpelling = () => import( '@/views/statisticalReport/components/salesLogisticsStatistics/saleSpelling.vue')
|
|
|
|
-const mapTest = () => import( '../components/salesLogisticsStatistics/mapTest.vue')
|
|
|
|
-const saleSteelReportForFinance = () => import( '../components/salesLogisticsStatistics/saleSteelReportForFinance.vue')
|
|
|
|
|
|
+const ShipDynamicTable = () => import('../components/Ship_dynamic_table.vue')
|
|
|
|
+const ShipWorkReport = () => import('../components/ShipWorkReport.vue')
|
|
|
|
+const dowmShipDynamicTable = () =>
|
|
|
|
+ import('../components/dowmShipDynamicTable.vue')
|
|
|
|
+const controlLines = () => import('../components/controlLines.vue')
|
|
|
|
+const purchaseAccessoriesMonitor = () =>
|
|
|
|
+ import('../components/purchaseAccessoriesMonitor.vue')
|
|
|
|
+const purchasFuelOldMonitor = () =>
|
|
|
|
+ import('../components/purchasFuelMonitor/purchasFuelOldMonitor.vue')
|
|
|
|
+const purchasFuelNewMonitor = () =>
|
|
|
|
+ import('../components/purchasFuelMonitor/purchasFuelNewMonitor.vue')
|
|
|
|
+const sporadicReportEnterFactory = () =>
|
|
|
|
+ import('../components/sporadicReport/sporadicReportEnterFactory.vue')
|
|
|
|
+const sporadicReportExFactory = () =>
|
|
|
|
+ import('../components/sporadicReport/sporadicReportExFactory.vue')
|
|
|
|
+const saleChemicalCokeForm = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/saleChemicalCokeForm.vue')
|
|
|
|
+const saleCoproductForm = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/saleCoproductForm.vue')
|
|
|
|
+const saleSteelForm = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/saleSteelForm.vue')
|
|
|
|
+const transportationPerformance = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/transportationPerformance.vue')
|
|
|
|
+const purchaseChemicalMaterialsNew = () =>
|
|
|
|
+ import(
|
|
|
|
+ '../components/purchaseChemicalMaterials/purchaseChemicalMaterialsNew.vue'
|
|
|
|
+ )
|
|
|
|
+const purchaseChemicalMaterialsOld = () =>
|
|
|
|
+ import(
|
|
|
|
+ '../components/purchaseChemicalMaterials/purchaseChemicalMaterialsOld.vue'
|
|
|
|
+ )
|
|
|
|
+const purInwardReport = () =>
|
|
|
|
+ import('../components/inwardReport/putInwardReport.vue')
|
|
|
|
+const inwardFactory = () =>
|
|
|
|
+ import('../components/inwardReport/inwardFactory.vue')
|
|
|
|
+const getLoading = () => import('../components/inwardReport/getLoading.vue')
|
|
|
|
+const getUnLoading = () => import('../components/inwardReport/getUnLoading.vue')
|
|
|
|
+const purchaseMineral = () => import('../components/purachaseMineral.vue')
|
|
|
|
+const inwardSporadicReport = () =>
|
|
|
|
+ import('../components/sporadicReport/inwardSporadicReport.vue')
|
|
|
|
+const getInstall = () => import('../components/inwardReport/getInstall.vue')
|
|
|
|
+const getCapacityByDefend = () =>
|
|
|
|
+ import('../components/defendCapacity/getCapacityByDefend.vue')
|
|
|
|
+const inwardAssemble = () =>
|
|
|
|
+ import('../components/inwardAssemble/inwardAssemble.vue')
|
|
|
|
+const loadCapacityDetail = () =>
|
|
|
|
+ import('../components/loadCapacityDetail/loadCapacityDetail.vue')
|
|
|
|
+const allInwardReport = () =>
|
|
|
|
+ import('../components/inwardReport/allInwardReport.vue')
|
|
|
|
+const saleSteelAllReport = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/saleSteelAllReport.vue')
|
|
|
|
+const loadWagonWorkReport = () =>
|
|
|
|
+ import('../components/wanzhouReport/loadWagonWorkReport.vue')
|
|
|
|
+const unloadShipWorkReport = () =>
|
|
|
|
+ import('../components/wanzhouReport/unloadShipWorkReport.vue')
|
|
|
|
+const wagonWorkReport = () =>
|
|
|
|
+ import('../components/wanzhouReport/wagonWorkReport.vue')
|
|
|
|
+const saleSteelCarrierReport = () =>
|
|
|
|
+ import(
|
|
|
|
+ '@/views/statisticalReport/components/salesLogisticsStatistics/saleSteelCarrierReport.vue'
|
|
|
|
+ )
|
|
|
|
+const saleSteelReports = () =>
|
|
|
|
+ import(
|
|
|
|
+ '@/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue'
|
|
|
|
+ )
|
|
|
|
+const saleSpelling = () =>
|
|
|
|
+ import(
|
|
|
|
+ '@/views/statisticalReport/components/salesLogisticsStatistics/saleSpelling.vue'
|
|
|
|
+ )
|
|
|
|
+const mapTest = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/mapTest.vue')
|
|
|
|
+const saleSteelReportForFinance = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/saleSteelReportForFinance.vue')
|
|
const unloadingSteelReports = () =>
|
|
const unloadingSteelReports = () =>
|
|
import(
|
|
import(
|
|
'@/views/statisticalReport/components/salesLogisticsStatistics/unloadingSteelReports.vue'
|
|
'@/views/statisticalReport/components/salesLogisticsStatistics/unloadingSteelReports.vue'
|
|
)
|
|
)
|
|
|
|
+const steelTransportReport = () =>
|
|
|
|
+ import('../components/salesLogisticsStatistics/steelTransportReport.vue')
|
|
Vue.use(Router)
|
|
Vue.use(Router)
|
|
|
|
|
|
const constantRouterMap = [
|
|
const constantRouterMap = [
|
|
@@ -291,6 +331,14 @@ const constantRouterMap = [
|
|
code: 'xtpzgl-yhgl'
|
|
code: 'xtpzgl-yhgl'
|
|
},
|
|
},
|
|
component: saleSteelReportForFinance
|
|
component: saleSteelReportForFinance
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'steelTransportReport',
|
|
|
|
+ name: 'steelTransportReport',
|
|
|
|
+ meta: {
|
|
|
|
+ code: 'xtpzgl-yhgl'
|
|
|
|
+ },
|
|
|
|
+ component: steelTransportReport
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|