|
@@ -26,20 +26,20 @@ const warehouseManagementRouter = {
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'costmanagement',
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/warehousenew/costmanagement'),
|
|
|
- name: 'warehouseManagementList',
|
|
|
- meta: {
|
|
|
- title: 'costmanagement',
|
|
|
- shortcutEntrance: 'warehouseManagementList',
|
|
|
- module: 'warehouseManagement.costControl.View',
|
|
|
- permissicon: [],
|
|
|
- keepAlive: true
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'costmanagement',
|
|
|
+ // component: () =>
|
|
|
+ // import(/* webpackChunkName: "applDetail" */ '@/views/warehousenew/costmanagement'),
|
|
|
+ // name: 'warehouseManagementList',
|
|
|
+ // meta: {
|
|
|
+ // title: 'costmanagement',
|
|
|
+ // shortcutEntrance: 'warehouseManagementList',
|
|
|
+ // module: 'warehouseManagement.costControl.View',
|
|
|
+ // permissicon: [],
|
|
|
+ // keepAlive: true
|
|
|
+ // // module: 'procurement.sparepart.applDetail'
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'warehouselocation',
|
|
|
component: () =>
|