a
This commit is contained in:
parent
d4de676131
commit
a623221da5
|
|
@ -13,5 +13,4 @@ class ControleurAjaxbeneficiairecontexte extends Controleur {
|
|||
$_SESSION['p_idBeneficiaire_C'] = $idBeneficiaire;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -21,5 +21,4 @@ class ControleurAjaxbeneficiairecouvert extends Controleur {
|
|||
'beneficiaire' => $beneficiaire
|
||||
));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -18,10 +18,7 @@ class ControleurAjaxchargernumerobeneficiaire extends Controleur {
|
|||
}else{
|
||||
$beneficiaires = $this->beneficiaire->trouverBeneficiaire($numero);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$this->genererVueAjax(array('beneficiaires' => $beneficiaires));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19927,6 +19927,7 @@ function handleFicheBeneficiaireForm() {
|
|||
}
|
||||
|
||||
function handleProformaHospitalisationForm() {
|
||||
/*
|
||||
$("#div_selectionB").hide();
|
||||
|
||||
$("#searchInputB").keyup(debounce(function() {
|
||||
|
|
@ -19944,7 +19945,8 @@ function handleProformaHospitalisationForm() {
|
|||
if (idBeneficiaire > "0") {
|
||||
ajaxbeneficiairecouvert(idBeneficiaire);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
affichedetailproformahopitalisation();
|
||||
}
|
||||
|
||||
|
|
@ -24598,7 +24600,6 @@ function add_selected_acte_proforma_hosp(controle)
|
|||
|
||||
function affichedetailproformahopitalisation()
|
||||
{
|
||||
|
||||
idBeneficiaire = $("#idBeneficiaire").val();
|
||||
dateDebut = $("#dateDebut").val();
|
||||
|
||||
|
|
@ -24606,7 +24607,6 @@ function affichedetailproformahopitalisation()
|
|||
{
|
||||
ajaxactes_proforma_hospitalisation();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
$datejour = date('Y-m-d');
|
||||
|
||||
|
||||
$estcouvert = ($beneficiaire['dateEcheancePolice']>=$datejour) ? "1" : "0";
|
||||
$estsorti = "0";
|
||||
|
||||
|
|
@ -25,7 +24,6 @@
|
|||
<input class="sr-only" id="estcouvert" name="estcouvert" type="text" value= "<?= $estcouvert ?>" >
|
||||
<input class="sr-only" id="estsorti" name="estsorti" type="text" value= "<?= $estsorti ?>" >
|
||||
|
||||
|
||||
<?php if($idBeneficiaire > "0"): ?>
|
||||
<table class="table table-condensed" style="font-size:10pt; padding:0px; height:30px;">
|
||||
<tbody>
|
||||
|
|
@ -74,6 +72,4 @@
|
|||
</tr>
|
||||
<?php endif; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</table>
|
||||
|
|
@ -885,7 +885,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.24.03"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.24.04"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user