|
|
|
@ -15,7 +15,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'MainOverview',
|
|
|
|
|
name: 'standardMainOverview',
|
|
|
|
|
meta: { title: '主预览', icon: '主概览', classification: 'standard' },
|
|
|
|
|
component: () => import('@/views/reagent/mainoverview/index')
|
|
|
|
|
}
|
|
|
|
@ -29,13 +29,13 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Report',
|
|
|
|
|
name: 'standardReport',
|
|
|
|
|
component: () => import('@/views/reagent/report/index'),
|
|
|
|
|
meta: { title: '报告统计', icon: '报表统计', classification: 'standard' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'storeinfo',
|
|
|
|
|
name: 'StoreInfo',
|
|
|
|
|
name: 'standardStoreInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/storeinfo/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '库存信息总览', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
@ -45,18 +45,18 @@ const standardRouter = [
|
|
|
|
|
name: 'standardInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/reagentinfo/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '试剂信息详情', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
|
meta: { title: '标准品信息详情', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'warehousinginfo',
|
|
|
|
|
name: 'WarehousingInfo',
|
|
|
|
|
name: 'standardWarehousingInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/warehousinginfo/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '入库信息查询', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'inventoryconsuminfo',
|
|
|
|
|
name: 'InventoryConsumInfo',
|
|
|
|
|
name: 'standardInventoryConsumInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/inventoryconsum/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '库存消耗', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
@ -70,21 +70,21 @@ const standardRouter = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'userconsuminfo',
|
|
|
|
|
name: 'UserConsumInfo',
|
|
|
|
|
name: 'standardUserConsumInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/userconsum/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '人员用量消耗', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'usefrequencyinfo',
|
|
|
|
|
name: 'UseFrequencyInfo',
|
|
|
|
|
name: 'standardUseFrequencyInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/usefrequency/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '使用频率', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'recordinfo/:t',
|
|
|
|
|
name: 'RecordInfo',
|
|
|
|
|
name: 'standardRecordInfo',
|
|
|
|
|
component: () => import('@/views/reagent/report/record/index'),
|
|
|
|
|
hidden: true,
|
|
|
|
|
meta: { title: '记录', icon: '报表统计', classification: 'standard', activeMenu: '/standard/report/index' }
|
|
|
|
@ -99,7 +99,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Warehousing',
|
|
|
|
|
name: 'standardWarehousing',
|
|
|
|
|
component: () => import('@/views/reagent/warehousing/index'),
|
|
|
|
|
meta: { title: '标准品入库', icon: '试剂入库', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -113,7 +113,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Receiving',
|
|
|
|
|
name: 'standardReceiving',
|
|
|
|
|
component: () => import('@/views/reagent/receivingandreturn/index'),
|
|
|
|
|
meta: { title: '标准品领用', icon: '试剂领用', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -127,7 +127,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'SendBack',
|
|
|
|
|
name: 'standardSendBack',
|
|
|
|
|
component: () => import('@/views/reagent/receivingandreturn/index'),
|
|
|
|
|
meta: { title: '标准品归还', icon: '试剂归还', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -141,7 +141,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'weighing',
|
|
|
|
|
name: 'standardweighing',
|
|
|
|
|
component: () => import('@/views/reagent/weighing/index'),
|
|
|
|
|
meta: { title: '标准品称重', icon: '试剂称重', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -155,7 +155,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Inventory',
|
|
|
|
|
name: 'standardInventory',
|
|
|
|
|
component: () => import('@/views/reagent/inventory/index'),
|
|
|
|
|
meta: { title: '标准品盘点', icon: '库存盘点', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -169,13 +169,13 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'msds',
|
|
|
|
|
name: 'MSDS',
|
|
|
|
|
name: 'standardMSDS',
|
|
|
|
|
component: () => import('@/views/reagent/database/index'),
|
|
|
|
|
meta: { title: 'MSDS数据库', classification: 'standard' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'dangerous',
|
|
|
|
|
name: 'Dangerous',
|
|
|
|
|
name: 'standardDangerous',
|
|
|
|
|
component: () => import('@/views/reagent/database/index'),
|
|
|
|
|
meta: { title: '危化品数据库', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -189,7 +189,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Management',
|
|
|
|
|
name: 'standardManagement',
|
|
|
|
|
component: () => import('@/views/reagent/management/index'),
|
|
|
|
|
meta: { title: '标准品管理', icon: '试剂管理', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -203,7 +203,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Client',
|
|
|
|
|
name: 'standardClient',
|
|
|
|
|
component: () => import('@/views/reagent/client/index'),
|
|
|
|
|
meta: { title: '柜体管理', icon: '柜体管理', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -217,7 +217,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'EnvRecord',
|
|
|
|
|
name: 'standardEnvRecord',
|
|
|
|
|
component: () => import('@/views/reagent/envrecord/index'),
|
|
|
|
|
meta: { title: '环境记录', icon: '雪花', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -231,7 +231,7 @@ const standardRouter = [
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Form',
|
|
|
|
|
name: 'standardForm',
|
|
|
|
|
component: () => import('@/views/reagent/customform/index'),
|
|
|
|
|
meta: { title: '标准品表单自定义', icon: '表单', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
@ -251,7 +251,7 @@ const standardRouter = [
|
|
|
|
|
// ]
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/gotohome',
|
|
|
|
|
path: '/standard/gotohome',
|
|
|
|
|
redirect: '/home',
|
|
|
|
|
meta: { title: '返回主页', icon: 'el-icon-arrow-left', classification: 'standard' }
|
|
|
|
|
}
|
|
|
|
|