|
@@ -43,6 +43,51 @@ const warehouseManagementRouter = {
|
|
},
|
|
},
|
|
hidden: true
|
|
hidden: true
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: 'warehouseManagementEdit',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/warehouse/warehouseManagementEdit'),
|
|
|
|
+ name: 'warehouseManagementEdit',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'warehouseManagementEdit',
|
|
|
|
+ shortcutEntrance: 'warehouseManagementEdit',
|
|
|
|
+ module: 'warehouse.warehouseManagementEdit',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true
|
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ },
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'warehouseManagementPut',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/warehouse/warehouseManagementPut'),
|
|
|
|
+ name: 'warehouseManagementPut',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'warehouseManagementPut',
|
|
|
|
+ shortcutEntrance: 'warehouseManagementPut',
|
|
|
|
+ module: 'warehouse.warehouseManagementPut',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true
|
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ },
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'warehouseManagementDelivery',
|
|
|
|
+ component: () =>
|
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/warehouse/warehouseManagementDelivery'),
|
|
|
|
+ name: 'warehouseManagementDelivery',
|
|
|
|
+ meta: {
|
|
|
|
+ title: 'warehouseManagementDelivery',
|
|
|
|
+ shortcutEntrance: 'warehouseManagementDelivery',
|
|
|
|
+ module: 'warehouse.warehouseManagementDelivery',
|
|
|
|
+ permissicon: [],
|
|
|
|
+ keepAlive: true
|
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
|
+ },
|
|
|
|
+ hidden: true
|
|
|
|
+ },
|
|
],
|
|
],
|
|
};
|
|
};
|
|
export default warehouseManagementRouter;
|
|
export default warehouseManagementRouter;
|