a
This commit is contained in:
parent
17000e327b
commit
ee8159307d
|
|
@ -1780,9 +1780,6 @@ function ajaxinfosacte()
|
|||
|
||||
function ajaxprixacte()
|
||||
{
|
||||
alert("ajaxprixacte");
|
||||
return;
|
||||
|
||||
codeGestionBon = $("#codeGestionBon").val();
|
||||
|
||||
codeActe = $("#codeActe").val();
|
||||
|
|
@ -1799,8 +1796,6 @@ function ajaxprixacte()
|
|||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
datePrestation = $('#dateSurvenance').val();
|
||||
|
||||
sessionConsultationConservee = $("#sessionConsultationConservee").val();
|
||||
|
|
@ -28747,12 +28742,7 @@ async function envoyer_demande_reconnaissance_faciale() {
|
|||
}
|
||||
}
|
||||
|
||||
function init_demande_reconnaissance_faciale() {
|
||||
// alert("init_demande_reconnaissance_faciale");
|
||||
// return;
|
||||
function modifier_prix_acte() {
|
||||
alert("modifier_prix_acte");
|
||||
}
|
||||
|
||||
// $("#idHtagcarte").val(idHtagcarte);
|
||||
$("#telephoneAutre").focus();
|
||||
$("#div_demande_reconnaissance_faciale").modal({backdrop: 'static', keyboard: false, show: true });
|
||||
$("#div_demande_reconnaissance_faciale").modal("show");
|
||||
}
|
||||
|
|
@ -20,6 +20,8 @@
|
|||
}
|
||||
|
||||
$forfaitTm = $_SESSION['p_bareme']['bareme_forfaitTm']*1.0;
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
?>
|
||||
<div id="infosacte" style='font-size:10pt;'>
|
||||
<input class="sr-only" type="text" id="prixActe" name="prixActe" value="<?= $prixActe ?>">
|
||||
|
|
@ -104,10 +106,14 @@
|
|||
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
|
||||
<input class="form-control" style="border:none; background-color:transparent !important;" type="text" value="" readonly >
|
||||
|
||||
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control button" style="text-align: center; font-size:10pt; font-weight:bold; background-color:#5f9ea0; color:white;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
|
||||
<i class="fa fa-hand-pointer-o pull-right" ></i>
|
||||
<?= format_N($prixActe) ?>
|
||||
</button>
|
||||
<?php if($prixActeModifiable=="1") : ?>
|
||||
<input class="form-control" type="number" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
|
||||
<?php else: ?>
|
||||
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control button" style="text-align: center; font-size:10pt; font-weight:bold; background-color:#5f9ea0; color:white;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
|
||||
<i class="fa fa-hand-pointer-o pull-right" ></i>
|
||||
<?= format_N($prixActe) ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
<td width="15%" align="center">
|
||||
|
|
|
|||
|
|
@ -177,6 +177,8 @@
|
|||
}, 10000);
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
p_prixActeModifiable
|
||||
<INPUT TYPE="text" value="<?= $_SESSION['p_prixActeModifiable'] ?>">
|
||||
|
||||
<INPUT class="sr-only datepicker" TYPE="text" id="debutMoisDecompte" NAME="debutMoisDecompte" value="<?= dateLang($_SESSION['p_debutMoisDecompte']) ?>" readonly>
|
||||
<INPUT class="sr-only datepicker" TYPE="text" id="finMoisDecompte" name="finMoisDecompte">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user