| | |
| | | path: 'reportForInspection', |
| | | name: 'ReportForInspection', |
| | | component: () => import('@/views/rawMaterials/reportForInspection/index'), |
| | | meta: { title: '原材料报检', icon: 'table' } |
| | | meta: { title: '原材料报检', icon: 'table' }, |
| | | children: [ |
| | | // { |
| | | // path: 'index', |
| | | // name: 'ReportForInspectionIndex', |
| | | // // hidden: true, |
| | | // component: () => import('@/views/rawMaterials/reportForInspection/index'), |
| | | // meta: { title: '原材料报检', icon: 'table' } |
| | | // }, |
| | | { |
| | | path: 'forInspectionDetail', |
| | | name: 'ForInspectionDetail', |
| | | hidden: true, |
| | | component: () => import('@/views/rawMaterials/reportForInspection/forInspectionDetail'), |
| | | meta: { title: '新增检验单详情', icon: 'table' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: 'print', |