a
This commit is contained in:
parent
177970119d
commit
dfada83aac
|
|
@ -54,7 +54,7 @@
|
|||
?>
|
||||
<tr valign="top">
|
||||
<td align='center'><?= dateLang($this->nettoyer($feuillemaladie['dateConsultation'])) ?></td>
|
||||
<td align='center'>
|
||||
<td align='center'>
|
||||
<?php if($facture == "1"){
|
||||
$class = "btn btn-primary";
|
||||
}else{
|
||||
|
|
|
|||
|
|
@ -52,6 +52,18 @@
|
|||
?>
|
||||
<tr>
|
||||
<td class="text-center"> <?= $numeroDemandeConsultation ?> </td>
|
||||
|
||||
<?php if($effectuee == "1" || $demandeExpiree == "1"):?>
|
||||
<td class="text-center" style="color: red; font-weight: bold;" > <?= $numeroDemandeConsultation ?> </td>
|
||||
<?php else: ?>
|
||||
<td align='center'>
|
||||
<button class="btn btn-primary" data-toggle="tooltip" data-placement="bottom" title="Cliquer ici pour la fiche assuré"
|
||||
onClick="javascript:selectionner_feuille_maladie('<?= $numeroFeuilleMaladie ?>');ajax_context_feuille_maladie_recherche('<?= $feuillemaladie['numeroBonConsultation']?>','<?= $idBeneficiaire?>','<?= $idPolice?>');">
|
||||
<i class= "fa fa-address-book-o"> </i> <?= $numeroDemandeConsultation ?> ?>
|
||||
</button>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
|
||||
<td class="text-center"><?= dateheureLang($dateSysteme, $_SESSION['p_lang']) ?></td>
|
||||
<td class="text-center"><?= $this->nettoyer($v['numeroBeneficiaire']) ?></td>
|
||||
<td class="d-none d-lg-table-cell"><?= $this->nettoyer($v['beneficiaire']) ?></td>
|
||||
|
|
|
|||
|
|
@ -408,7 +408,7 @@
|
|||
</SELECT>
|
||||
</td>
|
||||
<td> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:filtrefeuilllisterdemandesconsultationerecher();"><i class="fa fa-search" ></i> <?= _("Actualiser...") ?></button> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:listerdemandesconsultation();"><i class="fa fa-search" ></i> <?= _("Actualiser...") ?></button> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user