a
This commit is contained in:
@@ -26509,17 +26509,11 @@ async function nouvelle_proforma_hopitalisation() {
|
||||
}
|
||||
|
||||
function messageSituationProformaHospit(){
|
||||
|
||||
|
||||
var optionHospitalisation = $("#optionHospitalisation").val();
|
||||
var datePrestation = $('#dateDebut').val();
|
||||
var idBeneficiaire = $('#idBeneficiaire').val();
|
||||
|
||||
|
||||
var estcouvert = $('#estcouvert').val();
|
||||
var estsorti = $('#estsorti').val();
|
||||
|
||||
|
||||
|
||||
if(optionHospitalisation == "option-1"){
|
||||
codeActe = "HHM";
|
||||
@@ -26549,6 +26543,9 @@ function messageSituationProformaHospit(){
|
||||
|
||||
getstatutactedate(codeActe, datePrestation);
|
||||
|
||||
alert("avant Ajaxsituationproformahospit");
|
||||
return;
|
||||
|
||||
var donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation+'&idBeneficiaire='+idBeneficiaire;
|
||||
|
||||
$("#div_reponse").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
Reference in New Issue
Block a user