a
This commit is contained in:
parent
ee2c6ac854
commit
2f2eb5a4fa
|
|
@ -1,11 +1,14 @@
|
||||||
<div id="div_prestations">
|
<?php
|
||||||
<?php
|
|
||||||
$actVisible = $_SESSION['p_actVisible'];
|
$actVisible = $_SESSION['p_actVisible'];
|
||||||
|
|
||||||
$bonCaduc = $_SESSION['p_bonCaduc'];
|
$bonCaduc = $_SESSION['p_bonCaduc'];
|
||||||
$facture = $_SESSION['p_facture'];
|
$facture = $_SESSION['p_facture'];
|
||||||
?>
|
$datePrestation = $_SESSION['p_datePrestation'];
|
||||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
|
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||||
|
?>
|
||||||
|
|
||||||
|
KANE SIMPLE
|
||||||
|
|
||||||
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="5%" style='text-align:center'> <= </th>
|
<th width="5%" style='text-align:center'> <= </th>
|
||||||
|
|
@ -97,10 +100,16 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<td align='center'> <?= $codeGarantie ?> </td>
|
<td align='center'> <?= $codeGarantie ?> </td>
|
||||||
<td > <?= $libelleActe ?> </td>
|
<td > <?= $libelleActe ?> </td>
|
||||||
|
|
||||||
<td align='center'>
|
<td align='center'>
|
||||||
|
<?php if($prixActeModifiable=="0") : ?>
|
||||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||||
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
||||||
</button>
|
</button>
|
||||||
|
<?php else: ?>
|
||||||
|
<INPUT class="form-control" style='text-align:center; font-size:10pt;' TYPE="number" value="<?= $valeurActe ?>"
|
||||||
|
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){modifier_prix_autres_actes('<?=$idPrestationactes?>', this.value, this);}">
|
||||||
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<?php if ($facture || $bonCaduc || $ententePrealable=='1' || $autorisation=='1' || $ententePrealable=='9' || $autorisation=='9'): ?>
|
<?php if ($facture || $bonCaduc || $ententePrealable=='1' || $autorisation=='1' || $ententePrealable=='9' || $autorisation=='9'): ?>
|
||||||
|
|
@ -135,6 +144,4 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
$actVisible = $_SESSION['p_actVisible'];
|
$actVisible = $_SESSION['p_actVisible'];
|
||||||
|
|
||||||
$bonCaduc = $_SESSION['p_bonCaduc'];
|
$bonCaduc = $_SESSION['p_bonCaduc'];
|
||||||
$facture = $_SESSION['p_facture'];
|
$facture = $_SESSION['p_facture'];
|
||||||
|
|
||||||
$datePrestation = $_SESSION['p_datePrestation'];
|
$datePrestation = $_SESSION['p_datePrestation'];
|
||||||
|
|
||||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||||
|
|
||||||
echo "prixActeModifiable => $prixActeModifiable";
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
KANE LE GRAND
|
|
||||||
<INPUT class="sr-only" id="codeFamilleActeMed" name="codeFamilleActeMed" type="text" value="<?= $_SESSION['codeFamilleActeMed']; ?>">
|
<INPUT class="sr-only" id="codeFamilleActeMed" name="codeFamilleActeMed" type="text" value="<?= $_SESSION['codeFamilleActeMed']; ?>">
|
||||||
<INPUT class="sr-only" id="datePrestation" name="datePrestation" type="text" value="<?= datefr($datePrestation); ?>">
|
<INPUT class="sr-only" id="datePrestation" name="datePrestation" type="text" value="<?= datefr($datePrestation); ?>">
|
||||||
|
|
||||||
|
|
@ -257,7 +251,6 @@ KANE LE GRAND
|
||||||
<INPUT class="form-control" style='text-align:center; font-size:10pt;' TYPE="number" value="<?= $valeurActe ?>"
|
<INPUT class="form-control" style='text-align:center; font-size:10pt;' TYPE="number" value="<?= $valeurActe ?>"
|
||||||
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){modifier_prix_autres_actes('<?=$idPrestationactes?>', this.value, this);}">
|
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){modifier_prix_autres_actes('<?=$idPrestationactes?>', this.value, this);}">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<?php if ($facture || $bonCaduc || $ententePrealable=='1' || $autorisation=='1' || $ententePrealable=='9' || $autorisation=='9'): ?>
|
<?php if ($facture || $bonCaduc || $ententePrealable=='1' || $autorisation=='1' || $ententePrealable=='9' || $autorisation=='9'): ?>
|
||||||
|
|
|
||||||
|
|
@ -909,7 +909,7 @@
|
||||||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
|
||||||
<script src="Js/fonctions.js?ver=2026.03.13.09"></script>
|
<script src="Js/fonctions.js?ver=2026.03.13.10"></script>
|
||||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user