a
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user