| A班量 | B班量 | 吨耗量 | 记录时间 | 操作 | +
|---|---|---|---|---|
| {{ fmt(r.shift_a) }} | +{{ fmt(r.shift_b) }} | +{{ fmt(r.unit_cost) }} | +{{ fmtTime(r.record_date) }} | ++ 编辑 + 删除 + | +
| 暂无数据 | +||||
| 冷卷号 | {{ pos.plan ? (pos.plan.cold_coil_no || '—') : '' }} |
| 热卷号 | {{ pos.plan ? (pos.plan.hot_coil_no || '—') : '' }} |
| 钢种 | {{ pos.plan ? (pos.plan.steel_grade || '—') : '' }} |
| 来料厚度[mm] | {{ pos.plan ? fmt(pos.plan.incoming_thickness, 2) : '' }} |
| 成品厚度[mm] | {{ pos.plan ? fmt(pos.plan.product_thickness, 2) : '' }} |
| 厚差范围[mm] | {{ pos.plan ? devRange(pos.plan) : '' }} |
| 来料宽度[mm] | {{ pos.plan ? fmt(pos.plan.incoming_width, 0) : '' }} |
| 成品宽度[mm] | {{ pos.plan ? fmt(pos.plan.product_width, 0) : '' }} |
| 来料重量[t] | {{ pos.plan ? fmt(pos.plan.incoming_weight, 4) : '' }} |
| 轧制模式 | {{ pos.plan ? (pos.plan.rolling_mode || '—') : '' }} |
| 冷卷号 | 热卷号 | 钢种 | +序号 | 冷卷号 | 热卷号 | 钢种 | 规格(厚×宽) | 来料重量 | 轧制模式 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i + 1 }} | {{ p.cold_coil_no || p.plan_no }} | {{ p.hot_coil_no || '—' }} | {{ p.steel_grade || '—' }} | {{ fmt(p.product_thickness, 2) }} × {{ fmt(p.product_width, 0) }} | {{ fmt(p.incoming_weight, 2) }} | {{ p.rolling_mode || '—' }} | -{{ p.status === 'online' ? '在线' : '准备好' }} | -移动 | +{{ statusLabel(p.status) }} | +移动 | |
| 暂无在线/准备好的计划 | +|||||||||||
| 暂无在线/准备好的计划 | |||||||||||