From 72712f0f52015448b3971ca60a7471534f35f074 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Mar 2026 21:21:08 +0000 Subject: [PATCH] a --- Js/fonctions.js | 24 +++ Vue/Ajaxafficherajoutactesdec/index.php | 188 ++++++++++++------------ Vue/Ajaxajoutactesdec/index.php | 7 +- Vue/gabarit.php | 2 +- 4 files changed, 123 insertions(+), 98 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 120d6c24..a9fb0722 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -92005,3 +92005,27 @@ function modifier_prix_autres_actes(idPrestationactes, prixSaisi, controle) { } }); } + +function afficher_facture_dec() +{ + alert("afficher_facture_dec"); + return; + + $("#div_prestations").html('
' + '
'); + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxafficherajoutactesdec/", + type : 'post', + error: function(errorData) { + }, + success: function(data) { + donnee_a_affciher = data; + + $("#searchInputActe").val(''); + $("#div_selection_acte").hide(); + }, + complete: function() { + $("#div_prestations").html(donnee_a_affciher); + } + }); +} diff --git a/Vue/Ajaxafficherajoutactesdec/index.php b/Vue/Ajaxafficherajoutactesdec/index.php index 7e84ecf5..0d28891d 100755 --- a/Vue/Ajaxafficherajoutactesdec/index.php +++ b/Vue/Ajaxafficherajoutactesdec/index.php @@ -1,97 +1,103 @@ -
- - - - - - - - - - - - - - - + - - - nettoyer($prestation['id']); - $idLivre=$this->nettoyer($prestation['id']); - $ententePrealable=$this->nettoyer($prestation['ententePrealable']); +
Suppr
+ + + + + + + + + + + + + + - $valeurActe = $this->nettoyer($prestation['valeurActe']); - - $codeGarantie=$this->nettoyer($prestation['codeGarantie']); - - if (est_anglophone()) - { - $libelleActe = $this->nettoyer($prestation['libelleActeEng']); - } - else - { - $libelleActe = $this->nettoyer($prestation['libelleActe']); - } - - $tm=$this->nettoyer($prestation['tm']); - - $codeMotifDepassement = $this->nettoyer($prestation['codeMotifDepassement']); - $motif = $this->nettoyer($prestation['motif']); - - $tarif = $this->nettoyer($prestation['tarif']); - ?> + + + nettoyer($prestation['id']); + $idLivre=$this->nettoyer($prestation['id']); + $ententePrealable=$this->nettoyer($prestation['ententePrealable']); - - - - - - - - + $valeurActe = $this->nettoyer($prestation['valeurActe']); + + $codeGarantie=$this->nettoyer($prestation['codeGarantie']); + + if (est_anglophone()) + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + $tm=$this->nettoyer($prestation['tm']); + + $codeMotifDepassement = $this->nettoyer($prestation['codeMotifDepassement']); + $motif = $this->nettoyer($prestation['motif']); + + $tarif = $this->nettoyer($prestation['tarif']); + ?> + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + -
Suppr
+ + + + + + - - - - - - nettoyer($prestation['quantite']) ?> - nettoyer($prestation['fraisReel'])) ?> + nettoyer($prestation['quantite']) ?> + nettoyer($prestation['fraisReel'])) ?> nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['depassement'])) ?> - -
nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['depassement'])) ?> + +
- -
+ diff --git a/Vue/Ajaxajoutactesdec/index.php b/Vue/Ajaxajoutactesdec/index.php index 91dd1e2d..5af8ea7a 100755 --- a/Vue/Ajaxajoutactesdec/index.php +++ b/Vue/Ajaxajoutactesdec/index.php @@ -87,19 +87,14 @@ - - + onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){ajax_maj_prix_acte_dec('', this.value, this);}"> - diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 7368fb29..a0e2579e 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -976,7 +976,7 @@ - +