Dashboard de Réclamations

Nombre total de réclamations : 0

<% if (reclamations.length > 0) { %> <% reclamations.forEach(reclamation => { %> <% }); %> <% } else { %> <% } %>
Societe Numéro de Réclamation BL Date de Réclamation Nom Client Cause de Retour Modifier Supprimer Status Action Details
<%= reclamation.num %> <%= reclamation.bln %> <%= reclamation.NomClient %>
<%= reclamation.status %> <% if (reclamation.status === 'En Cours') { %>
<% } else if (reclamation.status === 'CQ') { %>
<% } else if (reclamation.status === 'SVA') { %>
<% } else if (reclamation.status === 'DPF') { %>
<% } %>
Pas de reclamation trouvé.