fe
This commit is contained in:
parent
5da92acdde
commit
dd3d8f6d94
|
|
@ -69,46 +69,7 @@
|
|||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0">
|
||||
<div class="table-responsive py-2">
|
||||
<table class="table table-hover align-middle border shadow-sm tabspeciale compact" style="width:100%; font-size: 8.5pt;">
|
||||
<thead class="table-dark">
|
||||
<tr class="text-center text-nowrap">
|
||||
<th><?= _("Cat") ?></th>
|
||||
<th><?= _("Nom & Prénoms") ?></th>
|
||||
<th><?= _("Type") ?></th>
|
||||
<th><?= _("N° Assuré") ?></th>
|
||||
<th><?= _("Entrée") ?></th>
|
||||
<th><?= _("Durée") ?></th>
|
||||
<th><?= _("S/P") ?></th>
|
||||
<th class="bg-secondary text-white"><?= _("Non Acquise") ?></th>
|
||||
<th class="bg-primary text-white"><?= _("TTC Rist") ?></th>
|
||||
<th class="text-center"><?= _("Action") ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($beneficiaires_sel as $b): ?>
|
||||
<tr class="text-center">
|
||||
<td><?= $this->nettoyer($b['codeProduit']) ?></td>
|
||||
<td class="text-start fw-bold"><?= $this->nettoyer($b['nomBeneficiaire']) ?></td>
|
||||
<td><span class="badge bg-light text-dark border"><?= $this->nettoyer($b['codeLienParente']) ?></span></td>
|
||||
<td class="text-muted"><?= $this->nettoyer($b['numeroBeneficiaire']) ?></td>
|
||||
<td><?= dateLang($this->nettoyer($b['dateEntree']), $_SESSION['lang']) ?></td>
|
||||
<td><?= $this->nettoyer($b['duree']) ?> <small>j</small></td>
|
||||
<td><?= $this->nettoyer($b['rapportsp']) ?>%</td>
|
||||
<td class="fw-bold text-danger"><?= format_N($this->nettoyer($b['primeNonAcquise'])) ?></td>
|
||||
<td class="fw-bold text-primary"><?= format_N($this->nettoyer($b['primeTtc'])) ?></td>
|
||||
<td>
|
||||
<div class="form-check form-switch d-inline-block">
|
||||
<input class="form-check-input" type="checkbox"
|
||||
<?= ($b['choix'] == '1') ? 'checked' : '' ?>
|
||||
onclick="beneficiaire_a_retirer(this.checked ? '1' : '0', <?= $b['idBeneficiaire_temp'] ?>);">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Fermer"></button>
|
||||
</div>
|
||||
<div class="modal-body p-0"> <div id="div_selection_assure" class="container-fluid py-3">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer bg-light border-0">
|
||||
<button type="button" class="btn btn-secondary px-4 rounded-pill" data-bs-dismiss="modal"><?= _("Fermer") ?></button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user