aa
This commit is contained in:
parent
92f31a5f80
commit
8870fc8e05
|
|
@ -2226,9 +2226,6 @@ function enregistrerconsultation()
|
|||
|
||||
donnees_sav = donnees;
|
||||
|
||||
// alert(donnees);
|
||||
// return;
|
||||
|
||||
$("#btn_enreg").disable();
|
||||
|
||||
$.ajax({
|
||||
|
|
@ -7098,9 +7095,6 @@ function prescrire_medicament_pha()
|
|||
donnees = 'codeMedicament='+codeMedicament;
|
||||
donnees += '&codePrestatairePrescription=' + codePrestatairePrescription;
|
||||
|
||||
// alert(donnees);
|
||||
// return;
|
||||
|
||||
v_msg="Prescrire : "+libelleMedicament+"?";
|
||||
v_msgEng="Prescribe : "+libelleMedicament+"?";
|
||||
|
||||
|
|
@ -17392,9 +17386,6 @@ function init_remplacer_medicament(idMedicament)
|
|||
{
|
||||
donnees = 'idMedicament='+idMedicament;
|
||||
|
||||
// alert(donnees);
|
||||
// return;
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxdetailprescription/initremplacement/",
|
||||
type: 'POST',
|
||||
|
|
@ -17448,9 +17439,6 @@ function afficher_pop_recherche_medicament_remplacement()
|
|||
{
|
||||
donnees = "valid=1&nomsearch="+nomsearch;
|
||||
|
||||
// alert(donnees);
|
||||
// return;
|
||||
|
||||
$("#div_listemedicament_rempl").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span>' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
|
|
@ -17492,9 +17480,6 @@ function remplacer_medicament()
|
|||
{
|
||||
donnees = 'codeMedicamentNouv='+codeMedicamentNouv;
|
||||
|
||||
// alert(donnees);
|
||||
// return;
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxdetailprescription/remplacermedicament/",
|
||||
type : 'post',
|
||||
|
|
@ -17503,8 +17488,6 @@ function remplacer_medicament()
|
|||
},
|
||||
success: function(data)
|
||||
{
|
||||
// $('#div_test_gabarit').html(data);
|
||||
// $("#btn_close_pop_rempl").click();
|
||||
prescription_medicament();
|
||||
},
|
||||
complete: function() {
|
||||
|
|
@ -18903,14 +18886,11 @@ function maj_psoslogie(idMedicament, posologie)
|
|||
var div_wait = $('#livraison');
|
||||
div_wait.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span>' + 'Veuillez patienter...' + '</span></div>');
|
||||
|
||||
alert(donnees);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxdetailprescription/majposologie/",
|
||||
type: 'POST',
|
||||
data: donnees,
|
||||
success: function(data) {
|
||||
// $("#livraison").html(data);
|
||||
div_wait.html(data);
|
||||
},
|
||||
error: function(data) {
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@
|
|||
<script src="Js/datepicker-fr.js"></script>
|
||||
<?php endif; ?>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.31.04"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.31.05"></script>
|
||||
|
||||
<script src="Bootstrap/js/timer.jquery.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user