a
This commit is contained in:
parent
e0eb668d7d
commit
d970ff8597
|
|
@ -19,25 +19,4 @@ class ControleurAjaxmouvementassure extends Controleur {
|
||||||
|
|
||||||
$this->genererVueAjax(array('mouvementassures' => $mouvementassures));
|
$this->genererVueAjax(array('mouvementassures' => $mouvementassures));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function vide()
|
|
||||||
{
|
|
||||||
$this->genererVueAjax(array());
|
|
||||||
}
|
|
||||||
|
|
||||||
public function client()
|
|
||||||
{
|
|
||||||
$_SESSION['idPolice_C'] = $this->requete->getParametreFormulaire("idPolice");
|
|
||||||
|
|
||||||
$codeSensMouvement = $this->requete->getParametreFormulaire("codeSensMouvement");
|
|
||||||
$valide = $this->requete->getParametreFormulaire("valide");
|
|
||||||
$ajoutClient = $this->requete->getParametreFormulaire("ajoutClient");
|
|
||||||
$debut = $this->requete->getParametreDate("debut");
|
|
||||||
$fin = $this->requete->getParametreDate("fin");
|
|
||||||
|
|
||||||
$mouvementassures = $this->mouvementassure->getMouvementassure($ajoutClient, $codeSensMouvement, $valide, $debut, $fin);
|
|
||||||
|
|
||||||
$this->genererVueAjax(array('mouvementassures' => $mouvementassures));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
MOUVEMENTS CLIENTS
|
|
||||||
|
|
||||||
<?php include 'Vue/Ajaxmouvementassure/index.php'; ?>
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
<table class="table table-striped table-bordered table-condensed table-responsive" style="font-size:8pt;">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th rowspan="2" style='text-align:center'> No </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> Date </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Médicament") ?> </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Qté") ?> </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Prestataire") ?> </th>
|
|
||||||
<th rowspan="2" colspan="2" style='text-align:center'> <?= _("Bénéficiaire") ?> </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Répondue le") ?> </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Répondue par") ?> </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Situation") ?> </th>
|
|
||||||
<th colspan="2" style='text-align:center'> <?= _("Motif Réponse") ?> </th>
|
|
||||||
<th rowspan="2" style='text-align:center'> <?= _("Facturé") ?> </th>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<th style='text-align:center'> <?= _("Réel") ?> </th>
|
|
||||||
<th style='text-align:center'> <?= _("A l'assuré") ?> </th>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</thead>
|
|
||||||
|
|
||||||
<tbody>
|
|
||||||
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
Loading…
Reference in New Issue
Block a user