f
This commit is contained in:
parent
73cb89b984
commit
3327fb258d
|
|
@ -5468,6 +5468,7 @@ function lister_dossiers_classiques(filtre)
|
|||
},
|
||||
success: function(data) {
|
||||
$("#div_dossiers").html(data);
|
||||
dataTableSpeciale();
|
||||
},
|
||||
complete: function() {
|
||||
}
|
||||
|
|
@ -5502,6 +5503,7 @@ function lister_dossiers_classiques_police()
|
|||
success: function(data) {
|
||||
// $('#div_test_gabarit').html(data);
|
||||
$("#div_dossiers").html(data);
|
||||
|
||||
},
|
||||
complete: function() {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<input id="nbLigne" name="nbLigne" class="visually-hidden" type="text" value="<?= count($dossiers) ?>">
|
||||
<?php if($filtre == "2"): ?>
|
||||
<div class="table-responsive shadow-sm rounded border bg-white p-2">
|
||||
<table id="table_bordereaux_police" class="table table-hover align-middle mb-0" style="font-size:8.5pt; width:100%;">
|
||||
<table class="table table-hover align-middle mb-0 tabspeciale compact" style="font-size:8.5pt; width:100%;">
|
||||
<thead class="table-dark text-nowrap">
|
||||
<tr>
|
||||
<th class="text-center"><?= _("Réclamation") ?></th>
|
||||
|
|
|
|||
|
|
@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.21.06"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.21.07"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user