a
This commit is contained in:
parent
092c2c251e
commit
78182bcbc7
|
|
@ -24450,7 +24450,6 @@ function ajaxmajmotifacte()
|
|||
function proforma_hopitalisation()
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Proformahospitalisation/");
|
||||
|
||||
}
|
||||
|
||||
function chargernumero(numero)
|
||||
|
|
@ -24478,7 +24477,6 @@ function chargernumero(numero)
|
|||
}
|
||||
|
||||
function selectBeneficiaire(id, numero, nom, nomPolice, nomCollege, codeLienParente, numeroAdherent, adherent){
|
||||
|
||||
var nomForm = $('#nomForm').val();
|
||||
|
||||
ajax_beneficiaire_contexte(id);
|
||||
|
|
@ -26548,6 +26546,8 @@ function messageSituationProformaHospit(){
|
|||
function ajaxbeneficiairecouvert(id)
|
||||
{
|
||||
donnees = "idBeneficiaire="+id;
|
||||
|
||||
alert("24/07/2026 ajaxbeneficiairecouvert => "+donnees);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxbeneficiairecouvert/",
|
||||
|
|
@ -26567,7 +26567,9 @@ function ajaxbeneficiairecouvert(id)
|
|||
function ajax_beneficiaire_contexte(idBeneficiaire)
|
||||
{
|
||||
donnees = 'idBeneficiaire='+idBeneficiaire;
|
||||
|
||||
|
||||
alert("24/07/2026 ajax_beneficiaire_contexte => "+donnees);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxbeneficiairecontexte/",
|
||||
type : 'post',
|
||||
|
|
|
|||
|
|
@ -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.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.24.03"></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