| Planerat l/s | Uppmätt l/s | Avvikelse | |
|---|---|---|---|
| Tilluft | {supplyPlan.toFixed(0)} | {supplyMeas.toFixed(1)} | {supplyPlan>0 ? ((supplyMeas-supplyPlan)/supplyPlan*100).toFixed(1)+"%" : "—"} |
| Frånluft | {exhaustPlan.toFixed(0)} | {exhaustMeas.toFixed(1)} | {exhaustPlan>0 ? ((exhaustMeas-exhaustPlan)/exhaustPlan*100).toFixed(1)+"%" : "—"} |
| ID | Fabrikat | Tilluft nom | Frånluft nom | Filter |
|---|---|---|---|---|
| {u.id} | {u.brand} | {u.supplyNom} | {u.exhaustNom} | {u.filter} |
| ID | Aggregat | Tilluft plan | Frånluft plan | Beskrivning |
|---|---|---|---|---|
| {z.id} | {z.unit} | {z.supplyPlan} | {z.exhaustPlan} | {z.desc} |
| {c.label} | )}
|---|
| {r[c.key]||""} | )}
| {i===0 ? "Summa" : (numericCols.find(nc=>nc.key===c.key) ? sums[c.key].toFixed(1).replace(".0","") : "")} | ))}
| {c.label} | )}
|---|
| {r[c.key]||""} | )}