|
|
|
@ -36,56 +36,56 @@ const reagentRouter = [
|
|
|
|
|
name: 'StoreInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/storeinfo/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '库存信息总览', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '库存信息总览', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'reagentinfo',
|
|
|
|
|
name: 'ReagentInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/reagentinfo/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '试剂信息详情', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '试剂信息详情', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'warehousinginfo',
|
|
|
|
|
name: 'WarehousingInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/warehousinginfo/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '入库信息查询', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '入库信息查询', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'inventoryconsuminfo',
|
|
|
|
|
name: 'InventoryConsumInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/inventoryconsum/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '库存消耗', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '库存消耗', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'reagentconsuminfo',
|
|
|
|
|
name: 'ReagentConsumInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/reagentconsum/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '试剂消耗', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '试剂消耗', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'userconsuminfo',
|
|
|
|
|
name: 'UserConsumInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/userconsum/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '人员用量消耗', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '人员用量消耗', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'usefrequencyinfo',
|
|
|
|
|
name: 'UseFrequencyInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/usefrequency/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '使用频率', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '使用频率', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'recordinfo/:t',
|
|
|
|
|
name: 'RecordInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/record/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '记录', icon: '报表统计', classification: 'reagent' }
|
|
|
|
|
meta: { title: '记录', icon: '报表统计', classification: 'reagent', activeMenu: '/reagent/report/index' }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|