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

@@ -22,6 +22,12 @@ const routes = [
component: () => import('@/views/Material.vue'),
meta: { title: '物料跟踪', icon: 'el-icon-box', requiresAuth: true }
},
{
path: 'entry-tracking',
name: 'EntryTracking',
component: () => import('@/views/EntryTracking.vue'),
meta: { title: '入口跟踪', icon: 'el-icon-position', requiresAuth: true }
},
{
path: 'production',
name: 'Production',