|
|
|
@ -55,7 +55,42 @@ export default [
|
|
|
|
meta: { title: '我参与的', icon: "" },
|
|
|
|
meta: { title: '我参与的', icon: "" },
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}, {
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/materia',
|
|
|
|
|
|
|
|
component: BaseLayout,
|
|
|
|
|
|
|
|
meta: { title: '物料路线' },
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/materia/all',
|
|
|
|
|
|
|
|
component: () => import('../../views/materia/all.vue'),
|
|
|
|
|
|
|
|
meta: { title: '物料记录', icon: "" },
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/materia/route',
|
|
|
|
|
|
|
|
component: () => import('../../views/materia/route.vue'),
|
|
|
|
|
|
|
|
meta: { title: '物料事项', icon: "" },
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/half',
|
|
|
|
|
|
|
|
component: BaseLayout,
|
|
|
|
|
|
|
|
meta: { title: '试验号变更' },
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/half/half',
|
|
|
|
|
|
|
|
component: () => import('../../views/half/half.vue'),
|
|
|
|
|
|
|
|
meta: { title: '试验号路线', icon: "" },
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/half/route',
|
|
|
|
|
|
|
|
component: () => import('../../views/half/route.vue'),
|
|
|
|
|
|
|
|
meta: { title: '试验号事项', icon: "" },
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
path: '/order',
|
|
|
|
path: '/order',
|
|
|
|
component: BaseLayout,
|
|
|
|
component: BaseLayout,
|
|
|
|
meta: { title: '清单管理' },
|
|
|
|
meta: { title: '清单管理' },
|
|
|
|
@ -114,40 +149,6 @@ export default [
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/materia',
|
|
|
|
|
|
|
|
component: BaseLayout,
|
|
|
|
|
|
|
|
meta: { title: '物料路线' },
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/materia/all',
|
|
|
|
|
|
|
|
component: () => import('../../views/materia/all.vue'),
|
|
|
|
|
|
|
|
meta: { title: '物料记录', icon: "" },
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/materia/route',
|
|
|
|
|
|
|
|
component: () => import('../../views/materia/route.vue'),
|
|
|
|
|
|
|
|
meta: { title: '物料事项', icon: "" },
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/half',
|
|
|
|
|
|
|
|
component: BaseLayout,
|
|
|
|
|
|
|
|
meta: { title: '半成品实验号变更' },
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/half/half',
|
|
|
|
|
|
|
|
component: () => import('../../views/half/half.vue'),
|
|
|
|
|
|
|
|
meta: { title: '配方变更', icon: "" },
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/half/route',
|
|
|
|
|
|
|
|
component: () => import('../../views/half/route.vue'),
|
|
|
|
|
|
|
|
meta: { title: '半成品变更事项', icon: "" },
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '/log/log',
|
|
|
|
path: '/log/log',
|
|
|
|
component: BaseLayout,
|
|
|
|
component: BaseLayout,
|
|
|
|
|