{{ intervention.notes || 'Aucune description disponible.' }}
{{ getInitials(getPractName(p)) }}
{{ getPractName(p) }}
{{ p.pivot?.role === 'principal' ? 'Principal' : 'Assistant' }}
Statut
{{ getQuoteLabel(intervention.quote.status) }}
Lignes du devis
| Description | Qté | PU HT | Total HT |
|---|---|---|---|
| {{ l.description || '-' }} | {{ l.units_qty || 0 }} | {{ fmtCurrency(l.unit_price) }} | {{ fmtCurrency(l.total_ht) }} |