This commit is contained in:
2026-03-13 03:24:58 +00:00
parent 674309e23e
commit a0dc767ffb
6 changed files with 30 additions and 43 deletions

View File

@@ -24080,6 +24080,7 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
// Gestion des erreurs (à compléter selon les besoins)
},
success: function(data) {
$('#div_test_gabarit').html(data);
donnee_a_affciher = data;
},
complete: function() {
@@ -24093,7 +24094,7 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
function verifie_statut_acte_selection(codeActe, prixBase, prixActe, ententePrealable)
{
alert("prixActe => "+prixActe);
alert("prixBase => "+prixBase + " ; prixActe => "+prixActe);
datePrestation = $("#datePrestation").val();