|
@@ -19,6 +19,7 @@ import purInwardReport from '../components/inwardReport/putInwardReport.vue'
|
|
import inwardFactory from '../components/inwardReport/inwardFactory.vue'
|
|
import inwardFactory from '../components/inwardReport/inwardFactory.vue'
|
|
import getLoading from '../components/inwardReport/getLoading.vue'
|
|
import getLoading from '../components/inwardReport/getLoading.vue'
|
|
import getUnLoading from '../components/inwardReport/getUnLoading.vue'
|
|
import getUnLoading from '../components/inwardReport/getUnLoading.vue'
|
|
|
|
+import purchaseMineral from '../components/purachaseMineral.vue'
|
|
|
|
|
|
|
|
|
|
Vue.use(Router)
|
|
Vue.use(Router)
|
|
@@ -43,7 +44,8 @@ const constantRouterMap = [
|
|
{path: 'purInwardReport', name: 'purInwardReport', meta: {code: 'xtpzgl-yhgl'}, component: purInwardReport},
|
|
{path: 'purInwardReport', name: 'purInwardReport', meta: {code: 'xtpzgl-yhgl'}, component: purInwardReport},
|
|
{path: 'inwardFactory', name: 'inwardFactory', meta: {code: 'xtpzgl-yhgl'}, component: inwardFactory},
|
|
{path: 'inwardFactory', name: 'inwardFactory', meta: {code: 'xtpzgl-yhgl'}, component: inwardFactory},
|
|
{path: 'getLoading', name: 'getLoading', meta: {code: 'xtpzgl-yhgl'}, component: getLoading},
|
|
{path: 'getLoading', name: 'getLoading', meta: {code: 'xtpzgl-yhgl'}, component: getLoading},
|
|
- {path: 'getUnLoading', name: 'getUnLoading', meta: {code: 'xtpzgl-yhgl'}, component: getUnLoading}
|
|
|
|
|
|
+ {path: 'getUnLoading', name: 'getUnLoading', meta: {code: 'xtpzgl-yhgl'}, component: getUnLoading},
|
|
|
|
+ {path: 'purchaseMineral', name: 'purchaseMineral', meta: {code: 'xtpzgl-yhgl'}, component: purchaseMineral}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
];
|
|
];
|