This commit is contained in:
KONE SOREL 2026-01-21 14:12:01 +00:00
parent 73cb89b984
commit 3327fb258d
3 changed files with 4 additions and 2 deletions

View File

@ -5468,6 +5468,7 @@ function lister_dossiers_classiques(filtre)
}, },
success: function(data) { success: function(data) {
$("#div_dossiers").html(data); $("#div_dossiers").html(data);
dataTableSpeciale();
}, },
complete: function() { complete: function() {
} }
@ -5502,6 +5503,7 @@ function lister_dossiers_classiques_police()
success: function(data) { success: function(data) {
// $('#div_test_gabarit').html(data); // $('#div_test_gabarit').html(data);
$("#div_dossiers").html(data); $("#div_dossiers").html(data);
}, },
complete: function() { complete: function() {
} }

View File

@ -1,7 +1,7 @@
<input id="nbLigne" name="nbLigne" class="visually-hidden" type="text" value="<?= count($dossiers) ?>"> <input id="nbLigne" name="nbLigne" class="visually-hidden" type="text" value="<?= count($dossiers) ?>">
<?php if($filtre == "2"): ?> <?php if($filtre == "2"): ?>
<div class="table-responsive shadow-sm rounded border bg-white p-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"> <thead class="table-dark text-nowrap">
<tr> <tr>
<th class="text-center"><?= _("Réclamation") ?></th> <th class="text-center"><?= _("Réclamation") ?></th>

View File

@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts --> <!-- 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"> <script type="text/javascript">
raffraichier_gabarit(); raffraichier_gabarit();