feat: migrate tray management module
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

- add V2 tray management page for planning production monitoring

- add tray management API, route, and i18n entries

- update migration task list status for tray management
This commit is contained in:
sheng
2026-06-22 14:58:04 +08:00
parent b44e031e74
commit 45c2ea6e63
6 changed files with 722 additions and 3 deletions

View File

@@ -31,6 +31,12 @@ export default {
name: `${pre}production_batch_management-bad`,
meta: { ...meta, cache: true, title: '生产批次不良报表' },
component: _import('planning-production/batch-management/batch-defect-report')
},
{
path: 'produce/monitor/tray_manage',
name: `${pre}monitor-tray_manage`,
meta: { ...meta, cache: true, title: '托盘管理' },
component: _import('planning-production/production-monitoring/tray-management')
}
])('planning_production-')
}