a
This commit is contained in:
parent
40715006b9
commit
1e2ffe87a8
|
|
@ -45232,3 +45232,22 @@ function selectionner_consulter_mvt_police(idPolice)
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function selectionner_valider_mvt_police(idPolice)
|
||||
{
|
||||
alert("selectionner_valider_mvt_police");
|
||||
return;
|
||||
|
||||
donnees = 'idPolice='+idPolice;
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxcontextpolice/",
|
||||
type : 'post',
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
},
|
||||
complete: function() {
|
||||
window.location.assign($("#racineWeb" ).val()+"Mouvementassurevalider/");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,20 +17,9 @@
|
|||
<td align='center'><?= $this->nettoyer($v['souscripteur']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($v['numeroClient']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($v['idPolice']) ?></td>
|
||||
<td align="center">
|
||||
<!-- <input class="btn btn-primary" type="button" value="<?= format_N($this->nettoyer($v['nbMvt'])) ?>" onClick="javascript:selectionner_consulter_mvt_police(<?= $idPolice ?>');"> -->
|
||||
|
||||
<button type="button" class="btn btn-primary px-3 shadow-sm" onclick="selectionner_consulter_mvt_police();" title="<?= format_N($this->nettoyer($v['nbMvt'])) ?>">
|
||||
<i class="fas fa-sync-alt"></i>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:selectionner_consulter_mvt_police();"> <?= format_N($this->nettoyer($v['nbMvt'])) ?> </button> </td>
|
||||
|
||||
<td align='center'><?= format_N($this->nettoyer($v['nbAttente'])) ?></td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:selectionner_valider_mvt_police();"> <?= format_N($this->nettoyer($v['nbAttente'])) ?> </button> </td>
|
||||
<td align='center'><?= format_N($this->nettoyer($v['nbValide'])) ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user