a
This commit is contained in:
parent
429e48e256
commit
0b79687255
|
|
@ -28997,8 +28997,6 @@ function calculImc()
|
|||
|
||||
function imprimer_prescription()
|
||||
{
|
||||
alert("imprimer_prescription");
|
||||
|
||||
var nomForm = $("#nomForm").val();
|
||||
|
||||
var mlink = '';
|
||||
|
|
@ -29012,7 +29010,7 @@ function imprimer_prescription()
|
|||
mlink = "Ajaximprimerbonexamen/";
|
||||
}
|
||||
|
||||
alert(mlink); return;
|
||||
alert(mlink);
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+mlink,
|
||||
|
|
@ -29026,8 +29024,6 @@ function imprimer_prescription()
|
|||
success: function(data) {
|
||||
//alert("Success : "+data);
|
||||
$("#div_export_b").html(data);
|
||||
|
||||
|
||||
},
|
||||
complete: function() {
|
||||
|
||||
|
|
|
|||
|
|
@ -892,7 +892,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.06.23.07"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.06.23.08"></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