计划号
{{ plan.planNo }}
合金牌号
{{ plan.alloyNo || '—' }}
采料厚度
{{ plan.inMatThick != null ? plan.inMatThick + ' mm' : '—' }}
成品厚度
{{ plan.outThick != null ? plan.outThick + ' mm' : '—' }}
采料宽度
{{ plan.inMatWidth != null ? plan.inMatWidth + ' mm' : '—' }}
采料重量
{{ plan.inMatWeight != null ? plan.inMatWeight + ' t' : '—' }}
采料长度
{{ plan.inMatLength != null ? plan.inMatLength + ' m' : '—' }}
绑定方案
{{ plan.recipeNo || '未绑定' }}