Browse Source

完善库存查询

master
yunuo970428 1 year ago
parent
commit
6420d597d8
  1. 6
      yxt-as-ui/src/router/index.js

6
yxt-as-ui/src/router/index.js

@ -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',

Loading…
Cancel
Save