a
This commit is contained in:
parent
de65cbdbb9
commit
7141886d21
|
|
@ -19544,10 +19544,6 @@ function test_online()
|
|||
|
||||
function raffraichier_messagerie()
|
||||
{
|
||||
// alert("raffraichier_messagerie");
|
||||
// return;
|
||||
|
||||
/*
|
||||
deconnexion='0';
|
||||
if($('#nomForm').val()=="feuillemaladie"){
|
||||
numeroFeuilleMaladie = $("#numeroFeuilleMaladie_C").val();
|
||||
|
|
@ -19592,7 +19588,6 @@ function raffraichier_messagerie()
|
|||
$("#test_connexion").css('background-color', 'red');
|
||||
return;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -22141,7 +22136,6 @@ function creerbonhospitalisation()
|
|||
},
|
||||
success: function(data)
|
||||
{
|
||||
//attribution_chambre();
|
||||
},
|
||||
complete: function()
|
||||
{
|
||||
|
|
@ -25072,8 +25066,6 @@ function save_nv_consommable_proformahospit()
|
|||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
//attribution_chambre();
|
||||
|
||||
$("#div_prestations").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
if(idProforma > 0){
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
|
||||
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="facturerConsommable" name="facturerConsommable" value="<?= $_SESSION['p_facturerConsommable'] ?>">
|
||||
<INPUT class="sr-only" TYPE="text" id="affectionObligatoire" name="affectionObligatoire" value="<?= $_SESSION['p_affectionObligatoire'] ?>">
|
||||
|
|
@ -149,7 +149,6 @@
|
|||
|
||||
<button type="button" class="sr-only" id="btn_imprimer_bon" name="btn_imprimer_bon" data-bs-toggle="modal" data-bs-target="#pop_imprimer_bon" style='font-size:10pt;' > </button>
|
||||
|
||||
<!-- Ajouté le 07-06-2023 -->
|
||||
<input class="sr-only" type="text" id="miseEnObservation" name="miseEnObservation" value="<?= $this->nettoyer($feuillemaladie['miseEnObservation']) ?>" >
|
||||
<input class="sr-only" type="text" id="gestionActe" name="gestionActe" value="<?= $this->nettoyer($feuillemaladie['gestionActe']) ?>" >
|
||||
|
||||
|
|
|
|||
|
|
@ -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.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.25.01"></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