a
This commit is contained in:
parent
84e92df857
commit
bcc71f49f4
|
|
@ -22397,8 +22397,6 @@ function enregistrerTypeHospitalisation(type){
|
|||
}
|
||||
return false;
|
||||
}else{
|
||||
|
||||
//ajaxactespossibles_selection_hospitalisation();
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -22412,6 +22410,8 @@ function enregistrerTypeHospitalisation(type){
|
|||
|
||||
function ajaxactespossibles_selection_hospitalisation()
|
||||
{
|
||||
$("#totam_donnees").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
var codeFamilleActe = "FA100";
|
||||
|
||||
donnees = 'codeFamilleActe='+codeFamilleActe;
|
||||
|
|
@ -22495,8 +22495,6 @@ function examenhospitalisation(libelle)
|
|||
|
||||
var donnees = 'libelle='+ libelle;
|
||||
|
||||
//alert(donnees); return;
|
||||
|
||||
vLink = "Ajaxchargeractesexamenhospitalisation/";
|
||||
|
||||
$.ajax({
|
||||
|
|
@ -22757,8 +22755,6 @@ function majChambreProrogation(idProlongation, noChambrePro)
|
|||
},
|
||||
success: function(data)
|
||||
{
|
||||
//ajaxactespossibles_selection_hospitalisation();
|
||||
|
||||
},
|
||||
complete: function()
|
||||
{
|
||||
|
|
@ -23046,8 +23042,6 @@ function majDebutHospitalisation()
|
|||
},
|
||||
success: function(data)
|
||||
{
|
||||
//ajaxactespossibles_selection_hospitalisation();
|
||||
|
||||
},
|
||||
complete: function()
|
||||
{
|
||||
|
|
@ -23112,8 +23106,6 @@ function majTypeHospitalisation()
|
|||
},
|
||||
success: function(data)
|
||||
{
|
||||
//ajaxactespossibles_selection_hospitalisation();
|
||||
|
||||
},
|
||||
complete: function()
|
||||
{
|
||||
|
|
@ -28702,12 +28694,8 @@ function ajaxprixseancesea()
|
|||
type : 'post',
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
// $('#div_test_gabarit').html(errorData);
|
||||
// alert(errorData);
|
||||
},
|
||||
success: function(data) {
|
||||
// $('#div_test_gabarit').html(data);
|
||||
// alert(data);
|
||||
$("#infosacte").html(data);
|
||||
},
|
||||
complete: function() {
|
||||
|
|
|
|||
|
|
@ -908,7 +908,7 @@
|
|||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.03.14.04"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.14.05"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user