|
|
|
@ -89,7 +89,7 @@ const reagentRouter = [
|
|
|
|
|
path: '/reagent/warehousing',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/reagent/warehousing/index',
|
|
|
|
|
meta: { classification: 'reagent', module_code: 'DataReportIndex' },
|
|
|
|
|
meta: { classification: 'reagent', module_code: 'DrugTemplatelndex' },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
@ -159,7 +159,7 @@ const reagentRouter = [
|
|
|
|
|
path: '/reagent/weightregistration',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/reagent/weightregistration/index',
|
|
|
|
|
meta: { classification: 'reagent', module_code: 'CreateApplyView' },
|
|
|
|
|
meta: { classification: 'reagent', module_code: 'WeightRegistration' },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
@ -197,26 +197,26 @@ const reagentRouter = [
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/reagent/database',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
// redirect: '/reagent/database/msds',
|
|
|
|
|
// meta: { title: '化学品数据库', icon: '化学品数据库', classification: 'reagent', module_code: 'ChemicalDB' },
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: 'msds',
|
|
|
|
|
// name: 'MSDS',
|
|
|
|
|
// component: () => import('@/views/reagent/database/index'),
|
|
|
|
|
// meta: { title: 'MSDS数据库', classification: 'reagent' }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'dangerous',
|
|
|
|
|
// name: 'Dangerous',
|
|
|
|
|
// component: () => import('@/views/reagent/database/index'),
|
|
|
|
|
// meta: { title: '危化品数据库', classification: 'reagent' }
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/reagent/database',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/reagent/database/msds',
|
|
|
|
|
meta: { title: '化学品数据库', icon: '化学品数据库', classification: 'reagent', module_code: 'ChemicalDB' },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'msds',
|
|
|
|
|
name: 'MSDS',
|
|
|
|
|
component: () => import('@/views/reagent/database/index'),
|
|
|
|
|
meta: { title: 'MSDS数据库', classification: 'reagent' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'dangerous',
|
|
|
|
|
name: 'Dangerous',
|
|
|
|
|
component: () => import('@/views/reagent/database/index'),
|
|
|
|
|
meta: { title: '危化品数据库', classification: 'reagent' }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/reagent/management',
|
|
|
|
|
component: Layout,
|
|
|
|
|