一、KPI 总览(酸轧线 SY)
展示所选期间酸轧线整体 OEE 及 A/P/Q 等关键指标,用于快速判断本期综合表现好坏。
{{ formatPercent(scope.row.oee) }}
{{ formatPercent(scope.row.availability) }}
{{ formatPercent(scope.row.performanceTon) }}
{{ formatPercent(scope.row.quality) }}
{{ formatPercent(scope.row.qualifiedRate) }}
{{ formatPercent(scope.row.defectRate) }}
{{ formatPercent(scope.row.pendingRate) }}
{{ formatNumber(scope.row.totalOutputTon) }}
{{ formatNumber(scope.row.goodOutputTon) }}
{{ formatNumber(scope.row.abOutputTon) }}
{{ formatNumber(scope.row.defectOutputTon) }}
{{ formatNumber(scope.row.pendingOutputTon) }}
二、日明细(用于趋势分析)
按天拆分 A/P/Q 及产量等指标,用于观察本月趋势、波动点以及与重大事件的对应关系。
{{ formatPercent(scope.row.oee) }}
{{ formatPercent(scope.row.availability) }}
{{ formatPercent(scope.row.performanceTon) }}
{{ formatPercent(scope.row.quality) }}
{{ formatPercent(scope.row.qualifiedRate) }}
{{ formatPercent(scope.row.defectRate) }}
{{ formatPercent(scope.row.pendingRate) }}
{{ formatNumber(scope.row.totalOutputTon) }}
{{ formatNumber(scope.row.goodOutputTon) }}
{{ formatNumber(scope.row.abOutputTon) }}
{{ formatNumber(scope.row.defectOutputTon) }}
{{ formatNumber(scope.row.pendingOutputTon) }}
三、理论节拍(统计口径)
基于历史“优良日”统计得到的理论节拍(中位数),用于作为性能稼动率计算的稳定标尺。
日粒度:理论耗时 vs 实际运转时间
按天对比“理想应耗时间”和“实际运转时间”,可一眼看出哪几天效率偏低、存在明显损失空间。
四、7 大损失汇总(按 stop_type 分类)
将所有停机事件按 stop_type 归类,统计时间占比和次数,用于确定“先从哪几类损失下手改善”。
{{ formatPercent(scope.row.lossTimeRate) }}
{{ formatNumber(scope.row.avgDurationMin) }}
五、停机/损失事件明细
罗列每一条停机/损失事件,包含时间段、区域、机组和备注,方便班组和工艺人员对照现场记录进行原因分析。
{{ formatDateTime(scope.row.startDate) }}
{{ formatDateTime(scope.row.endDate) }}
{{ Math.max(1, Math.floor((scope.row.duration || 0) / 60)) }}