From 128be18a8e3e8e65377e80caeab179655cded5af Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 25 Mar 2026 23:45:07 +0000 Subject: [PATCH] a --- Js/fonctions.js | 21 +++ Vue/Baremepriseenchargelettrecle/index.php | 167 ++++++++++++++++++++- Vue/gabarit.php | 2 +- 3 files changed, 188 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 99c7b9f7..4ceacf2d 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -92177,3 +92177,24 @@ function supprimer_baremeacte_lettre_cle_detail(adminProd, idActe) } +function afficherMasquerActeBaremeLettre() +{ + alert("afficherMasquerActeBaremeLettre"); + + masquerActe = $("#masquerActe").val(); + + if(masquerActe == undefined){ + masquerActe = "1"; + } + + if(masquerActe=="1"){ + $('#div_acte_masquer').hide(); + $("#masquerActe").val("0"); + $("#span_acte").text("[+]"); + + }else{ + $('#div_acte_masquer').show(); + $("#masquerActe").val("1"); + $("#span_acte").text("[-]"); + } +} diff --git a/Vue/Baremepriseenchargelettrecle/index.php b/Vue/Baremepriseenchargelettrecle/index.php index f7fb48cb..7b27fdb9 100755 --- a/Vue/Baremepriseenchargelettrecle/index.php +++ b/Vue/Baremepriseenchargelettrecle/index.php @@ -8,7 +8,172 @@
- Ici on va cliquer pour ajouter une niouvelle ligne + + +   + + [-] + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ "> +
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 04f87c14..78155062 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -976,7 +976,7 @@ - +