df
This commit is contained in:
parent
8f6b372d71
commit
e8d81efbe1
|
|
@ -18,6 +18,8 @@ class ControleurAjaxtblisterjoursferiers extends Controleur {
|
|||
$existeselection = $this->joursferiers->existeSelection();
|
||||
|
||||
$pays = $this->joursferiers->getListePays($_SESSION['codePaysSociete']);
|
||||
|
||||
var_dump($tabjoursferiers); die();
|
||||
|
||||
$this->genererVueAjax(array(
|
||||
'tabjoursferiers' => $tabjoursferiers,
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
<div class="input-group input-group-sm shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-calendar-check text-muted"></i></span>
|
||||
<input type="number" class="form-control border-2 border-start-0 fw-bold"
|
||||
id="annee" name="annee" value="<?= date('Y'); ?>" min="2020" step="1"
|
||||
onchange="afficheDonneesTableChoisie('Ajaxtblisterjoursferiers');">
|
||||
id="annee" name="annee" value="<?= date('Y'); ?>" min="2020" step="1" max="<?= date('Y'); ?>"
|
||||
onchange="afficheDonneesTableChoisie('Ajaxtblisterjoursferiers');">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user