a
This commit is contained in:
parent
18d2fe621f
commit
80d7199d22
|
|
@ -1659,4 +1659,27 @@ function afficher_adherent_id_plus(idAdherent)
|
|||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+idAdherent+"/");
|
||||
}
|
||||
}
|
||||
|
||||
function selectionner_beneficiaire(id,no)
|
||||
{
|
||||
$("#idBeneficiaire_C" ).val(id);
|
||||
$("#numeroBeneficiaire_C" ).val(no);
|
||||
}
|
||||
|
||||
function afficher_beneficiaire()
|
||||
{
|
||||
if ($("#numeroBeneficiaire_C" ).val()>"")
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Fichebeneficiaire/"+$("#numeroBeneficiaire_C" ).val()+"/");
|
||||
}
|
||||
}
|
||||
|
||||
function afficher_beneficiaire_id()
|
||||
{
|
||||
idBeneficiaire = $("#idBeneficiaire_C" ).val();
|
||||
if ($("#idBeneficiaire_C" ).val()>"")
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Fichebeneficiaire/"+idBeneficiaire+"/");
|
||||
}
|
||||
}
|
||||
|
|
@ -94,19 +94,6 @@
|
|||
<td> <INPUT style='text-align:center; background-color:green;color:white; font-size:10pt;' class="form-control" TYPE="text" value="<?= format_N($limite_adherent['soldeAdherent']) ?>" readonly ></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if($codeTypeContrat=="F"): ?>
|
||||
<tr>
|
||||
<td width="10%" > <?= _("Commercial") ?> </td>
|
||||
<td> <input class = "form-control btn btn-info" type="button" value="<?= $libelleApporteur ?>" onClick="javascript:agent_commercial(<?= $idApporteur ?>);" > </td>
|
||||
|
||||
<td width="10%" align="center"> <?= _("Echéancier") ?> </td>
|
||||
<td> <INPUT class="form-control" TYPE="text" value="<?= $typeecheancier ?>" readonly > </td>
|
||||
|
||||
<td width="10%" align="center"> <?= _("Tx Intérêt") ?> </td>
|
||||
<td> <INPUT class="form-control" TYPE="text" value="<?= $tauxInteretEcheancier ?>" readonly > </td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user