a
This commit is contained in:
parent
a73b153fb4
commit
fbf3cdc9a4
|
|
@ -28796,10 +28796,12 @@ function ajax_maj_prix_acte_miseenobservation(idDetail, valeurActe, controle)
|
||||||
donnees = 'idDetail='+idDetail+"&valeurActe="+valeurActe;
|
donnees = 'idDetail='+idDetail+"&valeurActe="+valeurActe;
|
||||||
|
|
||||||
alert("ajax_maj_prix_acte_miseenobservation => "+donnees);
|
alert("ajax_maj_prix_acte_miseenobservation => "+donnees);
|
||||||
return;
|
// return;
|
||||||
|
|
||||||
donnee_a_affciher = "";
|
donnee_a_affciher = "";
|
||||||
|
|
||||||
|
$("#listeacte").html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #4caf50;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: $("#racineWeb").val()+"Ajaxactesmedicauxmiseenobservation/majvaleuracte/",
|
url: $("#racineWeb").val()+"Ajaxactesmedicauxmiseenobservation/majvaleuracte/",
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
|
@ -28810,8 +28812,15 @@ function ajax_maj_prix_acte_miseenobservation(idDetail, valeurActe, controle)
|
||||||
error: function(data) {
|
error: function(data) {
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
|
/*
|
||||||
$("#div_prestations").html(donnee_a_affciher);
|
$("#div_prestations").html(donnee_a_affciher);
|
||||||
controle.focus();
|
controle.focus();
|
||||||
|
*/
|
||||||
|
|
||||||
|
$("#totam_donnees").html(donnee_a_afficher);
|
||||||
|
appliquerDataTable(); // Application du plugin DataTables
|
||||||
|
ajaxactespossibles_miseenobservation(); // Rafraîchissement de la liste des actes
|
||||||
|
//controle.focus();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -908,7 +908,7 @@
|
||||||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
|
||||||
<script src="Js/fonctions.js?ver=2026.03.15.01"></script>
|
<script src="Js/fonctions.js?ver=2026.03.15.02"></script>
|
||||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user