feat(linkage): 鞍座自动投入生产 + 实绩生产阶段数据 + 去掉口语化提示
- 产线空闲时自动把上卷鞍座预备卷投入生产;产线在产则等上一卷完成生成实绩后自动进入 - 引擎循环间隔降到5s,自动推进更及时 - 实绩页:ProductionRecordOut 增加生产阶段字段;点击行在下方展示生产阶段数据 - 移除入口跟踪/物料跟踪/成本页的口语化提示小字 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
<div class="card-header">
|
||||
在线计划(入口队列)
|
||||
<span class="ch-badge">在线 {{ onlinePlans.length }} / 生产中 {{ producingPlan ? 1 : 0 }}</span>
|
||||
<span style="margin-left:auto;font-size:11px;color:var(--text-muted);">点击「移动」把队列卷推到入口并开始生产</span>
|
||||
</div>
|
||||
<div style="padding:8px 14px;">
|
||||
<div v-if="producingPlan" class="producing-row">
|
||||
|
||||
Reference in New Issue
Block a user