|
@@ -47,8 +47,9 @@ const purchaseMineral = () => import('../components/purachaseMineral.vue')
|
|
const inwardSporadicReport = () =>
|
|
const inwardSporadicReport = () =>
|
|
import('../components/sporadicReport/inwardSporadicReport.vue')
|
|
import('../components/sporadicReport/inwardSporadicReport.vue')
|
|
const getInstall = () => import('../components/inwardReport/getInstall.vue')
|
|
const getInstall = () => import('../components/inwardReport/getInstall.vue')
|
|
|
|
+/**
|
|
const getCapacityByDefend = () =>
|
|
const getCapacityByDefend = () =>
|
|
- import('../components/defendCapacity/getCapacityByDefend.vue')
|
|
|
|
|
|
+ import('../components/defendCapacity/getCapacityByDefend.vue')*/
|
|
const inwardAssemble = () =>
|
|
const inwardAssemble = () =>
|
|
import('../components/inwardAssemble/inwardAssemble.vue')
|
|
import('../components/inwardAssemble/inwardAssemble.vue')
|
|
const loadCapacityDetail = () =>
|
|
const loadCapacityDetail = () =>
|
|
@@ -231,12 +232,13 @@ const constantRouterMap = [
|
|
meta: { code: 'xtpzgl-yhgl' },
|
|
meta: { code: 'xtpzgl-yhgl' },
|
|
component: getInstall
|
|
component: getInstall
|
|
},
|
|
},
|
|
|
|
+ /**
|
|
{
|
|
{
|
|
path: 'getCapacityByDefend',
|
|
path: 'getCapacityByDefend',
|
|
name: 'getCapacityByDefend',
|
|
name: 'getCapacityByDefend',
|
|
meta: { code: 'xtpzgl-yhgl' },
|
|
meta: { code: 'xtpzgl-yhgl' },
|
|
component: getCapacityByDefend
|
|
component: getCapacityByDefend
|
|
- },
|
|
|
|
|
|
+ },*/
|
|
{
|
|
{
|
|
path: 'inwardAssemble',
|
|
path: 'inwardAssemble',
|
|
name: 'inwardAssemble',
|
|
name: 'inwardAssemble',
|