完成排产(测试过了)

This commit is contained in:
2026-03-08 16:02:44 +08:00
parent b660ddcc3e
commit 7736ac3311
125 changed files with 10418 additions and 15 deletions

View File

@@ -100,6 +100,31 @@ export const constantRoutes = [
meta: { title: '个人中心', icon: 'user' }
}
]
},
{
path: '/aps',
component: Layout,
hidden: true,
children: [
{
path: 'lineCapability',
component: () => import('@/views/aps/lineCapability/index'),
name: 'ApsLineCapability',
meta: { title: '产线能力' }
},
{
path: 'processManage',
component: () => import('@/views/aps/processManage/index'),
name: 'ApsProcessManage',
meta: { title: '工序管理' }
},
{
path: 'factory-calendar',
component: () => import('@/views/aps/factoryCalendar'),
name: 'ApsFactoryCalendarPage',
meta: { title: '工厂总日历' }
}
]
}
]