a
This commit is contained in:
parent
6a17ccbf1a
commit
8cf3f7870c
|
|
@ -12251,6 +12251,8 @@ async function enregistrerbonsseancekine() {
|
|||
|
||||
function afficher_facturation_seance()
|
||||
{
|
||||
$("#div_facturation_seance").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxfacturatioseancesea/",
|
||||
// type : 'post',
|
||||
|
|
@ -28811,15 +28813,14 @@ function ajaxprixseancesea()
|
|||
data: donnees,
|
||||
error: function(errorData) {
|
||||
// $('#div_test_gabarit').html(errorData);
|
||||
alert(errorData);
|
||||
// alert(errorData);
|
||||
},
|
||||
success: function(data) {
|
||||
// $('#div_test_gabarit').html(data);
|
||||
alert(data);
|
||||
// alert(data);
|
||||
$("#infosacte").html(data);
|
||||
},
|
||||
complete: function() {
|
||||
// alert("Ajaxprixseancesea => Complete");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
$valeurActe = $this->nettoyer($prescription['valeurActeSeance']);
|
||||
$prixActe = $valeurActe;
|
||||
|
||||
?>
|
||||
|
||||
<input class="sr-only" type="text" id="statut" name="statut" value="<?= $statut ?>" >
|
||||
|
|
|
|||
|
|
@ -909,7 +909,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" />-->
|
||||
<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.14.01"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.14.02"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user