迁移物料监控模块
- 新增计划与生产物料监控 V2 页面 - 新增 WIP 物料监控接口、旧路径路由和中英文文案 - 更新迁移任务列表中的物料监控状态
This commit is contained in:
@@ -32,6 +32,12 @@ export default {
|
||||
meta: { ...meta, cache: true, title: '生产批次不良报表' },
|
||||
component: _import('planning-production/batch-management/batch-defect-report')
|
||||
},
|
||||
{
|
||||
path: 'wip/wip_management/mock',
|
||||
name: `${pre}wip-wip_management-mock`,
|
||||
meta: { ...meta, cache: true, title: '物料监控' },
|
||||
component: _import('planning-production/production-monitoring/material-monitoring')
|
||||
},
|
||||
{
|
||||
path: 'produce/report/pin_check',
|
||||
name: `${pre}report-pin_check`,
|
||||
|
||||
Reference in New Issue
Block a user