feat(entry-tracking): 新增入口跟踪独立页面(11×2 位置网格)

- 新增 /entry-tracking 路由与导航入口
- 11 列 × 2 行位置卡(上卷小车/称重位/地辊/上卷鞍座/倒卷小车)
- 1#地辊 绑生产中卷,2#地辊 绑在线队首
- 底部入口队列表保留「移动」按钮(计划→生产中)
This commit is contained in:
2026-06-27 14:20:10 +08:00
parent 74ad820dfb
commit def3ef24a0
3 changed files with 214 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ const IC = {
const MENU = [
{ path: '/plan', title: '计划管理', icon: IC.plan },
{ path: '/entry-tracking',title: '入口跟踪', icon: IC.material },
{ path: '/material', title: '物料跟踪', icon: IC.material },
{ path: '/production', title: '实绩管理', icon: IC.production },
{ path: '/process-model', title: '工艺段模型', icon: IC.process },