a
This commit is contained in:
parent
a623221da5
commit
eecbdb5abc
|
|
@ -19946,7 +19946,7 @@ function handleProformaHospitalisationForm() {
|
|||
ajaxbeneficiairecouvert(idBeneficiaire);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
affichedetailproformahopitalisation();
|
||||
}
|
||||
|
||||
|
|
@ -26490,19 +26490,8 @@ function messageSituationProformaHospit(){
|
|||
var idBeneficiaire = $('#idBeneficiaire').val();
|
||||
var estcouvert = $('#estcouvert').val();
|
||||
var estsorti = $('#estsorti').val();
|
||||
codeActe = "HHC";
|
||||
|
||||
alert("optionHospitalisation => "+optionHospitalisation);
|
||||
alert("datePrestation => "+datePrestation);
|
||||
alert("idBeneficiaire => "+idBeneficiaire);
|
||||
|
||||
if(optionHospitalisation == "option-1"){
|
||||
codeActe = "HHM";
|
||||
}else if (optionHospitalisation == "option-3"){
|
||||
codeActe = "HHC";
|
||||
}else{
|
||||
codeActe = "";
|
||||
}
|
||||
|
||||
if(estcouvert == "0" || estsorti == "1")
|
||||
{
|
||||
v_msg="Proforma impossible \u00e0 \u00e9tablir car ce b\u00e9n\u00e9ficiaire n'est plus couvert par l'assurance!";
|
||||
|
|
@ -26527,7 +26516,6 @@ function messageSituationProformaHospit(){
|
|||
donnees = charger_csrf_token(donnees);
|
||||
|
||||
alert(donnees);
|
||||
return;
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxstatutacte/",
|
||||
|
|
@ -26596,8 +26584,6 @@ function messageSituationProformaHospit(){
|
|||
function ajaxbeneficiairecouvert(id)
|
||||
{
|
||||
donnees = "idBeneficiaire="+id;
|
||||
|
||||
alert("24/07/2026 ajaxbeneficiairecouvert => "+donnees);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxbeneficiairecouvert/",
|
||||
|
|
@ -26618,8 +26604,6 @@ 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.04"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.24.05"></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