From d7a0170c65e034b754d1875071c5b953879d8e74 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 24 Jun 2026 22:04:42 +0000 Subject: [PATCH] a --- Js/fonctions.js | 4 ---- Vue/Ajaxdetailprescription/index.php | 2 ++ Vue/gabarit.php | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index e6e5153..97885a5 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3236,20 +3236,16 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle) donnees += "&idControle="+V_idControle; donnees += "&controle=quantite"; - alert(donnees); - $.ajax({ url: $("#racineWeb").val()+"Ajaxdetailprescription/majquantite/", type: 'POST', data: donnees, success: function(data) { $("#medicaments").html(data); - // document.getElementById(V_idControle).focus(); }, error: function(data) { }, complete: function() { - // $("#"+V_idControle).focus(); } }); } diff --git a/Vue/Ajaxdetailprescription/index.php b/Vue/Ajaxdetailprescription/index.php index 88d2502..f5f58e9 100755 --- a/Vue/Ajaxdetailprescription/index.php +++ b/Vue/Ajaxdetailprescription/index.php @@ -329,9 +329,11 @@ - +