| 冷卷号 | {{ 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 || '—') : '' }} |
| 冷卷号 | 热卷号 | 钢种 | +规格(厚×宽) | 来料重量 | 轧制模式 | 状态 | 操作 | +
|---|---|---|---|---|---|---|---|
| {{ 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' ? '在线' : '准备好' }} | +移动 | +
| 暂无在线/准备好的计划 | +|||||||