style(entry/material): 鞍座移至8工位下方全宽行+固定高度;物料跟踪仅显示在线计划

- 入口跟踪:8个设备工位(2行4列)固定高度176px,下方单个上卷鞍座全宽行(132px)
  显示生产信息/速度/带头长度/进度,去掉顶部独立鞍座卡片
- 物料跟踪「在线计划(入口队列)」仅显示在线计划(不再混入49条准备好)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 14:58:03 +08:00
parent 630395226e
commit 2b7273cdae
2 changed files with 68 additions and 83 deletions

View File

@@ -428,7 +428,7 @@ export default {
}
},
computed: {
onlinePlans() { return this.plans.filter(p => p.status === 'online' || p.status === 'ready') },
onlinePlans() { return this.plans.filter(p => p.status === 'online') },
producingPlan() { return this.plans.find(p => p.status === 'producing') || null },
equipments() {
const n = EQUIPMENTS.length