a
This commit is contained in:
parent
a78ec4fab5
commit
04b7834502
|
|
@ -1437,3 +1437,23 @@ function enregistrer_avenant()
|
||||||
$("#btn_enreg").click();
|
$("#btn_enreg").click();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function pop_afficher_selection_retrait()
|
||||||
|
{
|
||||||
|
var div_selection_assure = $('#div_selection_assure');
|
||||||
|
|
||||||
|
div_selection_assure.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
|
url: $("#racineWeb").val()+"Ajaxselectionretrait/",
|
||||||
|
type : 'post',
|
||||||
|
error: function(errorData) {
|
||||||
|
},
|
||||||
|
success: function(data) {
|
||||||
|
div_selection_assure.html(data);
|
||||||
|
},
|
||||||
|
complete: function() {
|
||||||
|
$("#btn_pop").click();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user