|
@@ -26,7 +26,7 @@ import purchaseMineral from '../components/purachaseMineral.vue'
|
|
|
import inwardSporadicReport from '../components/sporadicReport/inwardSporadicReport.vue'
|
|
|
import getInstall from '../components/inwardReport/getInstall.vue'
|
|
|
import getCapacityByDefend from '../components/defendCapacity/getCapacityByDefend.vue'
|
|
|
-
|
|
|
+import inwardAssemble from '../components/inwardAssemble/inwardAssemble.vue'
|
|
|
Vue.use(Router)
|
|
|
|
|
|
const constantRouterMap = [
|
|
@@ -56,7 +56,8 @@ const constantRouterMap = [
|
|
|
{path: 'purchaseMineral', name: 'purchaseMineral', meta: {code: 'xtpzgl-yhgl'}, component: purchaseMineral},
|
|
|
{path: 'inwardSporadicReport', name: 'inwardSporadicReport', meta: {code: 'xtpzgl-yhgl'}, component: inwardSporadicReport},
|
|
|
{path: 'getInstall', name: 'getInstall', meta: {code: 'xtpzgl-yhgl'}, component: getInstall},
|
|
|
- {path: 'getCapacityByDefend', name: 'getCapacityByDefend', meta: {code: 'xtpzgl-yhgl'}, component: getCapacityByDefend}
|
|
|
+ {path: 'getCapacityByDefend', name: 'getCapacityByDefend', meta: {code: 'xtpzgl-yhgl'}, component: getCapacityByDefend},
|
|
|
+ {path: 'inwardAssemble', name: 'inwardAssemble', meta: {code: 'xtpzgl-yhgl'}, component: inwardAssemble}
|
|
|
]
|
|
|
}
|
|
|
];
|