a
This commit is contained in:
@@ -3219,7 +3219,7 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
|
||||
V_idControle = "posologie"+idMedicament;
|
||||
|
||||
alert(V_idControle);
|
||||
|
||||
|
||||
quantite=quantite.replace(",",".");
|
||||
controle.value=quantite;
|
||||
|
||||
@@ -3243,12 +3243,12 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
|
||||
data: donnees,
|
||||
success: function(data) {
|
||||
$("#medicaments").html(data);
|
||||
document.getElementById(V_idControle).focus();
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
//controle.focus();
|
||||
$("#ancmdp").focus();
|
||||
document.getElementById(V_idControle).focus();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user