+
+ | 日期 |
+
+ {{ sflogItem.end_time.slice(0, 10) }}
+ |
+ 班次 |
+
+ {{ sflogItem.shift_name }}
+ |
+ 班组 |
+
+ {{
+ sflogItem.team_name
+ }}
+ |
+
+
+ | 产量(t) |
+
+ {{ reportItem.total_production }}
+ |
+ 台时(t/h) |
+
+ {{ reportItem.production_hour }}
+ |
+ 运转时间(h) |
+
+ {{ reportItem.run_hour }}
+ |
+
+
+ | 运转率(%) |
+
+ {{ reportItem.run_rate }}
+ |
+ 停机时长(h) |
+
+ {{ (reportItem.shut_sec/3600).toFixed(2) }}
+ |
+
+ 当期单位产品电耗(kW·h/t)
+ |
+
+ {{ reportItem.elec_consume_unit }}
+ |
+
+
+ | 辅料细度合格率(%) |
+
+ {{ reportItem.辅料_细度_rate_pass * 100 }}
+ |
+ 0 |
+ 辅料Fe₂O₃合格率(%) |
+
+ {{ reportItem.辅料_Fe2O3_rate_pass * 100 }}
+ |
+ 0 |
+ 辅料水分合格率(%) |
+
+ {{ reportItem.辅料_水分_rate_pass * 100 }}
+ |
+ 0 |
+
+
+ | 干混生料CaO合格率(%) |
+
+ {{
+ reportItem.干混生料_CaO_rate_pass * 100
+ }}
+ |
+ 0 |
+
+ 干混生料Fe₂O₃合格率(%)
+ |
+
+ {{
+ reportItem.干混生料_Fe2O3_rate_pass *
+ 100
+ }}
+ |
+ 0 |
+ 干混生料细度合格率(%) |
+
+ {{
+ reportItem.干混生料_细度_rate_pass * 100
+ }}
+ |
+ 0 |
+
+
+ | 干混生料水分合格率(%) |
+
+ {{
+ reportItem.干混生料_水分_rate_pass * 100
+ }}
+ |
+ 0 |
+ 单位成本(元/吨) |
+
+ {{ reportItem.production_cost_unit }}
+ |
+ |
+ |
+
+
+ |
+ 生产情况记录
+ |
+ 时间 |
+ 类别 |
+ 原因 |
+ 处置措施 |
+ 处置人 |
+
+
+ | {{ item.stlog_.start_time }} |
+ {{ item.stlog_.cate }} |
+ {{ item.stlog_.reason }} |
+ {{ item.stlog_.measure }} |
+ {{ item.stlog_.handler }} |
+
+
+