49 lines
2.6 KiB
PHP
49 lines
2.6 KiB
PHP
<div id="div_ente_requete">
|
|
|
|
<input class="sr-only" type="text" id="codeApporteur" name="codeApporteur" value="<?= $_SESSION['codeApporteur_C'] ?>">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%"> <?= _("Commercial") ?> </td>
|
|
<td>
|
|
<?php if ($_SESSION['libelleApporteur_C']>" "): ?>
|
|
<button type="button" class="form-control btn btn-primary" data-toggle="modal" data-target="#popRechercheCommercial" style='font-size:10pt;' onChange='$("#msgErreur").html("");$("#div_wait").html("");' ><span id="libelleApporteur" name="libelleApporteur" onChange='$("#msgErreur").html("");$("#div_wait").html("");' > <?= $_SESSION['libelleApporteur_C'] ?> </span></button>
|
|
<?php else : ?>
|
|
<button type="button" class="form-control btn btn-primary" data-toggle="modal" data-target="#popRechercheCommercial" style='font-size:10pt;' onChange='$("#msgErreur").html("");$("#div_wait").html("");' ><span id="libelleApporteur" name="libelleApporteur" onChange='$("#msgErreur").html("");$("#div_wait").html("");' > <?= _("Tous / Rechercher Commercial...") ?> </span></button>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td width="7%" align="center"> <?= _("Période du") ?> </td>
|
|
<td width="20%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debutPeriode" NAME="debutPeriode" value="<?= $_SESSION['debutExerciceFr_C'] ?>" > </td>
|
|
|
|
<td width="5%" align="center" > <?= _("au") ?> </td>
|
|
<td width="20%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="finPeriode" NAME="finPeriode" value="<?= $this->datejourfr?>" > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:stat_familiale_entree_grp_fam();"> <?= _("Afficher résultats")."..." ?> </button> </td>
|
|
|
|
<td colspan="2">
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
|
|
</td>
|
|
|
|
<td colspan="2"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:stat_familiale_entree_grp_fam_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
|
|
<?php include 'Vue/Ajaxentetefamentreedetail/poprecherchecommercial.php'; ?>
|
|
|
|
</div>
|