a
This commit is contained in:
parent
571fdda334
commit
97e8924f2a
|
|
@ -3348,8 +3348,6 @@ function ajoutermedicament_pha(idMedicament)
|
|||
data: donnees,
|
||||
success: function(data) {
|
||||
$("#livraison").html(data);
|
||||
// raffraichier_detail_prescription();
|
||||
//$(this).get(0).focus();
|
||||
getstatutacte("PH");
|
||||
},
|
||||
error: function(data) {
|
||||
|
|
@ -3405,7 +3403,6 @@ function ajoutermedicament_pha_tous()
|
|||
type: 'POST',
|
||||
success: function(data) {
|
||||
$("#livraison").html(data);
|
||||
// raffraichier_detail_prescription();
|
||||
$("#valeurActeManuel1").focus();
|
||||
|
||||
getstatutacte("PH");
|
||||
|
|
@ -3413,8 +3410,6 @@ function ajoutermedicament_pha_tous()
|
|||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
|
||||
//alerter_depassement_limite();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -3747,7 +3742,6 @@ function maj_prixmanuel_pha(idLivre, nbreLivre, valeurActeManuel, controle)
|
|||
data: donnees,
|
||||
success: function(data) {
|
||||
$("#livraison").html(data);
|
||||
// raffraichier_detail_prescription();
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
|
|
@ -3809,7 +3803,6 @@ function retirermedicament_pha(idMedicament)
|
|||
data: donnees,
|
||||
success: function(data) {
|
||||
$("#livraison").html(data);
|
||||
//raffraichier_detail_prescription();
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
|
|
@ -3842,14 +3835,12 @@ function retirermedicament_pha_tous()
|
|||
type: 'POST',
|
||||
success: function(data) {
|
||||
$("#livraison").html(data);
|
||||
//raffraichier_detail_prescription();
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
|
||||
alerter_depassement_limite();
|
||||
// actualiser_pharmacien();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -18967,7 +18958,6 @@ function raffraichier_gabarit()
|
|||
if (xhr.status === 500) {
|
||||
const errorMatch = xhr.responseText.match(/Warning: (.+?) in (.+?) on line (\d+)/);
|
||||
if (errorMatch) {
|
||||
// alert(`Erreur PHP: ${errorMatch[1]}\nFichier: ${errorMatch[2]}\nLigne: ${errorMatch[3
|
||||
window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -885,7 +885,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.25.06"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.26.00"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user