|
@ -80,6 +80,12 @@ export const constantRoutes = [ |
|
|
name: 'Inventory', |
|
|
name: 'Inventory', |
|
|
meta: { title: '库存查询', noCache: true } |
|
|
meta: { title: '库存查询', noCache: true } |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: '/inventory/inventoryRefer', |
|
|
|
|
|
component: () => import('@/views/storage/inventory/inventoryRefer.vue'), |
|
|
|
|
|
name: 'InventoryRefer', |
|
|
|
|
|
meta: { title: '出入库查询', noCache: true } |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: '/stocktaking/index', |
|
|
path: '/stocktaking/index', |
|
|
name: 'Stocktaking', |
|
|
name: 'Stocktaking', |
|
|