修改密码后才能使用系统
| 指标 | A班 | B班 |
|---|---|---|
| 当日计划量(件) | {{ briefing.raw_content.shift_stats?.A?.plan_qty || 0 }} | {{ briefing.raw_content.shift_stats?.B?.plan_qty || 0 }} |
| 当日产量(件) | {{ briefing.raw_content.shift_stats?.A?.actual_qty || 0 }} | {{ briefing.raw_content.shift_stats?.B?.actual_qty || 0 }} |
| 及时完成率 | {{ briefing.raw_content.shift_stats?.A?.on_time_rate || 0 }}% | {{ briefing.raw_content.shift_stats?.B?.on_time_rate || 0 }}% |
| 延误订单数 | {{ briefing.raw_content.shift_stats?.A?.delayed_count || 0 }} | {{ briefing.raw_content.shift_stats?.B?.delayed_count || 0 }} |
| 异常数 | {{ briefing.raw_content.shift_stats?.A?.exception_count || 0 }} | {{ briefing.raw_content.shift_stats?.B?.exception_count || 0 }} |
| 换模次数 | {{ briefing.raw_content.shift_stats?.A?.mold_changes || 0 }} | {{ briefing.raw_content.shift_stats?.B?.mold_changes || 0 }} |
| 换模总时长(h) | {{ briefing.raw_content.shift_stats?.A?.mold_change_hours || 0 }} | {{ briefing.raw_content.shift_stats?.B?.mold_change_hours || 0 }} |
| 平均单次换模时长(h) | {{ briefing.raw_content.shift_stats?.A?.avg_mold_change || 0 }} | {{ briefing.raw_content.shift_stats?.B?.avg_mold_change || 0 }} |
| 推送通知及时响应率 | {{ briefing.raw_content.shift_stats?.A?.notification_response_rate || 0 }}% | {{ briefing.raw_content.shift_stats?.B?.notification_response_rate || 0 }}% |