| | |
| | | component: () => import('@/views/basicSettings/installLampList'), |
| | | meta: { code: '0109', title: '安灯设置', icon: '', keepAlive: true } |
| | | }, { |
| | | path: 'processSList', |
| | | name: 'processSListCancel', |
| | | path: 'processList', |
| | | name: 'processListCancel', |
| | | code: '0112', |
| | | component: () => import('@/views/basicSettings/processSList'), |
| | | component: () => import('@/views/basicSettings/processList'), |
| | | meta: { code: '0112', title: '工序设置', icon: '', keepAlive: true } |
| | | } |
| | | |
| | |
| | | }, |
| | | { |
| | | path: 'workOrderList', |
| | | name: 'workOrderListCancel', |
| | | name: 'WorkOrderListCancel', |
| | | code: '0502', |
| | | component: () => import('@/views/workOrder/workOrderList'), |
| | | meta: { code: '0502', title: 'MES工单', icon: '', keepAlive: true } |
| | |
| | | ] |
| | | }, |
| | | |
| | | // { |
| | | // path: '/statistic', |
| | | // component: Layout, |
| | | // redirect: '/statistic/reportList', |
| | | // name: '统计报表', |
| | | // code: '1004', |
| | | // meta: { code: '1004', title: '统计报表', icon: 'quality' }, |
| | | // alwaysShow: true, // 当children只有一个时,也显示父菜单 |
| | | // children: [ |
| | | // { |
| | | // path: 'reportList', |
| | | // name: 'reportListCancel', |
| | | // code: '1040', |
| | | // component: () => import('@/views/statistic/reportList'), |
| | | // meta: { code: '1040', title: '报工记录', icon: '', keepAlive: true } |
| | | // }, |
| | | // { |
| | | // path: 'monthReport', |
| | | // name: 'monthReportCancel', |
| | | // code: '1041', |
| | | // component: () => import('@/views/statistic/monthReport'), |
| | | // meta: { code: '1041', title: '月度统计', icon: '', keepAlive: true } |
| | | // }, { |
| | | // path: 'workOrderProcess', |
| | | // name: 'workOrderProcessCancel', |
| | | // code: '1042', |
| | | // component: () => import('@/views/statistic/workOrderProcess'), |
| | | // meta: { code: '1042', title: '工单进度', icon: '', keepAlive: true } |
| | | // }, { |
| | | // path: 'inProcessList', |
| | | // name: 'inProcessListCancel', |
| | | // code: '1043', |
| | | // component: () => import('@/views/statistic/inProcessList'), |
| | | // meta: { code: '1043', title: '在制列表', icon: '', keepAlive: true } |
| | | // } |
| | | // |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/statistic', |
| | | component: Layout, |
| | | redirect: '/statistic/reportList', |
| | | name: '统计报表', |
| | | code: '07', |
| | | meta: { code: '0701', title: '统计报表', icon: 'quality' }, |
| | | alwaysShow: true, // 当children只有一个时,也显示父菜单 |
| | | children: [ |
| | | { |
| | | path: 'reportList', |
| | | name: 'reportListCancel', |
| | | code: '1040', |
| | | component: () => import('@/views/statistic/reportList'), |
| | | meta: { code: '1040', title: '报工记录', icon: '', keepAlive: true } |
| | | }, |
| | | { |
| | | path: 'monthReport', |
| | | name: 'monthReportCancel', |
| | | code: '1041', |
| | | component: () => import('@/views/statistic/monthReport'), |
| | | meta: { code: '1041', title: '月度统计', icon: '', keepAlive: true } |
| | | }, { |
| | | path: 'workOrderProcess', |
| | | name: 'workOrderProcessCancel', |
| | | code: '0701', |
| | | component: () => import('@/views/statistic/workOrderProcess'), |
| | | meta: { code: '0701', title: '生产进度', icon: '', keepAlive: true } |
| | | }, { |
| | | path: 'inProcessList', |
| | | name: 'inProcessListCancel', |
| | | code: '1043', |
| | | component: () => import('@/views/statistic/inProcessList'), |
| | | meta: { code: '1043', title: '在制列表', icon: '', keepAlive: true } |
| | | } |
| | | |
| | | ] |
| | | }, |
| | | |
| | | { |
| | | path: '/systemSetting', |
| | |
| | | }, |
| | | { |
| | | path: 'dataImport', |
| | | name: 'dataImport', |
| | | name: 'DataImport', |
| | | code: '0803', |
| | | component: () => import('@/views/systemSetting/dataImport'), |
| | | meta: { code: '0803', title: '数据导入', icon: '', keepAlive: true } |