参与计算:{{ calcTargets.length }} 个 BOM
缺件物料:{{ calcResult.materials.filter((m: any) => m.shortage < 0).length }} 种
各 BOM 库存可生产最大套数(木桶效应)
{{ row.max_producible }} 套
缺件物料明细
{{ row.required_qty.toFixed(4) }}
{{ row.available_qty.toFixed(4) }}
{{ row.shortage.toFixed(4) }}