a
This commit is contained in:
parent
017697b71b
commit
30c3375c1d
|
|
@ -23447,6 +23447,8 @@ function enregistrer_consultation()
|
|||
donnee_a_affciher = "";
|
||||
|
||||
donnees = 'codeActe='+codeActe+'&datePrestation='+datePrestation;
|
||||
|
||||
donnees = charger_csrf_token(donnees);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxstatutacte/",
|
||||
|
|
@ -23467,6 +23469,8 @@ function enregistrer_consultation()
|
|||
var libelleMotif = $("#libelleMotif").val();
|
||||
var libelleMotifEng = $("#libelleMotifEng").val();
|
||||
|
||||
alert("statut => "+statut);
|
||||
|
||||
if(statut != "1")
|
||||
{
|
||||
alert_ebene(libelleMotif, libelleMotifEng);
|
||||
|
|
@ -28840,5 +28844,6 @@ function charger_csrf_token(v_data)
|
|||
}else{
|
||||
v_data += '&csrf_token=' + csrf_token;
|
||||
}
|
||||
alert("charger_csrf_token => "+v_data);
|
||||
return v_data;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -902,7 +902,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.04.04.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.04.21.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