| {{ idx + 1 }} |
{{ row.cold_coil_no || row.plan_no || '—' }} |
{{ row.hot_coil_no || '—' }} |
{{ row.steel_grade || '—' }} |
{{ fmtNum(row.incoming_thickness) }} |
{{ fmtNum(row.product_thickness) }} |
{{ fmtNum(row.deviation_upper, 3) }} |
{{ fmtNum(row.deviation_lower, 3) }} |
{{ fmtNum(row.incoming_width, 0) }} |
{{ fmtNum(row.product_width, 0) }} |
{{ row.packaging_req || '—' }} |
{{ fmtNum(row.coil_diameter, 0) }} |
{{ row.split_count != null ? row.split_count : 1 }} |
{{ row.next_process != null ? row.next_process : '—' }} |
{{ fmtTime(row.plan_date) }} |
{{ statusLabel(row.status) }} |
编辑
上线
|