va
This commit is contained in:
parent
d5e1eff385
commit
1af9860a98
|
|
@ -526,6 +526,7 @@ function afficher_quittances_police_periode() {
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
// Injection du résultat
|
// Injection du résultat
|
||||||
$conteneur.hide().html(data).fadeIn();
|
$conteneur.hide().html(data).fadeIn();
|
||||||
|
appliquerDataTable('.tabliste');
|
||||||
},
|
},
|
||||||
error: function(xhr, status, error) {
|
error: function(xhr, status, error) {
|
||||||
$conteneur.html(`
|
$conteneur.html(`
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card shadow-sm border-0">
|
<div class="card shadow-sm border-0">
|
||||||
<div class="table-responsive shadow-sm rounded mb-4">
|
<div class="table-responsive shadow-sm rounded mb-4">
|
||||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
<table class="table table-hover align-middle bg-white mb-0 tabliste" style="font-size: 0.85rem;">
|
||||||
<thead class="table-dark">
|
<thead class="table-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
||||||
|
|
|
||||||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
||||||
<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=2025.12.31.10"></script>
|
<script src="/Js/fonctions.js?ver=2025.12.31.11"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user