| 子卷号 | 热卷号 | 班 | 组 | 钢种 | 来料厚度 | 出口厚度 | 偏差上限 | 偏差下限 | 来料宽度 | 出口宽度 | 来料重量 | 称重重量 | 包装要求 | 表面质量 | 表面版型 | 成品质量 | 成品长度 | 吨钢长度 | 下线时间 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.sub_coil_no || row.coil_no }} | {{ row.hot_coil_no || '—' }} | {{ row.shift || '—' }} | {{ row.team != null ? row.team : '—' }} | {{ row.steel_grade || '—' }} | {{ fmt(row.incoming_thickness) }} | {{ fmt(row.outlet_thickness) }} | {{ fmt(row.deviation_upper, 3) }} | {{ fmt(row.deviation_lower, 3) }} | {{ fmt(row.incoming_width, 0) }} | {{ fmt(row.outlet_width, 0) }} | {{ fmt(row.incoming_weight, 3) }} | {{ fmt(row.weighed_weight, 3) }} | {{ row.packaging_req || '—' }} | {{ row.surface_quality || '—' }} | -- | {{ fmt(row.product_quality) }} | {{ fmt(row.product_length, 0) }} | {{ fmt(row.length_per_ton) }} | {{ fmtTime(row.offline_time) }} | {{ statusLabel(row.status) }} | 编辑 质保书 |
| 暂无数据 | |||||||||||||||||||||
| 子卷号 | {{ certRow.sub_coil_no || certRow.coil_no }} | 热卷号 | {{ certRow.hot_coil_no || '—' }} |
|---|---|---|---|
| 钢种 | {{ certRow.steel_grade || '—' }} | 班/组 | {{ (certRow.shift || '—') + ' / ' + (certRow.team != null ? certRow.team : '—') }} |
| 来料厚度 | {{ fmt(certRow.incoming_thickness) }} mm | 出口厚度 | {{ fmt(certRow.outlet_thickness) }} mm |
| 偏差上限 | {{ fmt(certRow.deviation_upper, 3) }} | 偏差下限 | {{ fmt(certRow.deviation_lower, 3) }} |
| 来料宽度 | {{ fmt(certRow.incoming_width, 0) }} mm | 出口宽度 | {{ fmt(certRow.outlet_width, 0) }} mm |
| 来料重量 | {{ fmt(certRow.incoming_weight, 3) }} t | 称重重量 | {{ fmt(certRow.weighed_weight, 3) }} t |
| 包装要求 | {{ certRow.packaging_req || '—' }} | 表面质量 | {{ certRow.surface_quality || '—' }} |
| 表面版型 | -- | ||
| 成品质量 | {{ fmt(certRow.product_quality) }} % | 成品长度 | {{ fmt(certRow.product_length, 0) }} m |
| 吨钢长度 | {{ fmt(certRow.length_per_ton) }} m/t | 下线时间 | {{ fmtTime(certRow.offline_time) }} |
| 备注 | {{ certRow.remark || '—' }} | ||