a
This commit is contained in:
parent
d9f2b2aca3
commit
4f78ebb5c7
|
|
@ -15,7 +15,6 @@ class ControleurAjaxsituationproformahospit extends Controleur {
|
|||
|
||||
public function index()
|
||||
{
|
||||
|
||||
$codeActe = $this->requete->getParametreFormulaire("codeActe");
|
||||
$datePrestation = $this->requete->getParametreDate("datePrestation");
|
||||
|
||||
|
|
@ -24,11 +23,8 @@ class ControleurAjaxsituationproformahospit extends Controleur {
|
|||
|
||||
$this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation);
|
||||
|
||||
|
||||
$statut = $this->garantie->getstatutproformahospit($idBeneficiaire, $codeActe, $codeGarantie, $datePrestation);
|
||||
|
||||
//var_dump($statut);
|
||||
|
||||
$this->genererVueAjax(array('statut' => $statut));
|
||||
}
|
||||
}
|
||||
|
|
@ -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>');
|
||||
|
|
|
|||
|
|
@ -891,7 +891,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.05.06"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.09.00"></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