迁移电池复投管理模块
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

- 新增计划与生产电池复投管理 V2 页面

- 新增复投验证接口、旧路径路由和中英文文案

- 更新迁移任务列表并补充人工功能测试清单
This commit is contained in:
sheng
2026-06-22 16:26:05 +08:00
parent 9863bf1113
commit e3fd31e33d
7 changed files with 331 additions and 3 deletions

View File

@@ -44,6 +44,12 @@ export default {
meta: { ...meta, cache: true, title: '预警中心' },
component: _import('planning-production/alert-center')
},
{
path: 'produce/monitor/set_battery_rebatch',
name: `${pre}monitor-set_battery_rebatch`,
meta: { ...meta, cache: true, title: '电池复投管理' },
component: _import('planning-production/production-monitoring/rework-management')
},
{
path: 'produce/monitor/tray_manage',
name: `${pre}monitor-tray_manage`,