a
This commit is contained in:
parent
cc1b8844b8
commit
eab6def7bf
|
|
@ -11616,14 +11616,11 @@ function ajaxprixseance()
|
||||||
$("#prixActe_info").val("0");
|
$("#prixActe_info").val("0");
|
||||||
$("#montantTm_info").val("0");
|
$("#montantTm_info").val("0");
|
||||||
$("#aRembourser_info").val("0");
|
$("#aRembourser_info").val("0");
|
||||||
// $("#quantite_info").val("0");
|
|
||||||
|
|
||||||
datePrescription = $("#datePrescription").val();
|
datePrescription = $("#datePrescription").val();
|
||||||
prescriptionSiCritereBareme = $('#prescriptionSiCritereBareme').val();
|
prescriptionSiCritereBareme = $('#prescriptionSiCritereBareme').val();
|
||||||
codeActe = $("#codeActe").val();
|
codeActe = $("#codeActe").val();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (codeActe<=" ")
|
if (codeActe<=" ")
|
||||||
{
|
{
|
||||||
v_msg="Veuillez s\u00e9lectionner un act!";
|
v_msg="Veuillez s\u00e9lectionner un act!";
|
||||||
|
|
@ -11635,9 +11632,6 @@ function ajaxprixseance()
|
||||||
|
|
||||||
var statut = isStatut(codeActe);
|
var statut = isStatut(codeActe);
|
||||||
|
|
||||||
//alert(prescriptionSiCritereBareme);
|
|
||||||
//return;
|
|
||||||
|
|
||||||
if(statut!='1' && prescriptionSiCritereBareme=="0")
|
if(statut!='1' && prescriptionSiCritereBareme=="0")
|
||||||
{
|
{
|
||||||
v_msg="Cet acte n'est pas autorisé!";
|
v_msg="Cet acte n'est pas autorisé!";
|
||||||
|
|
@ -11678,7 +11672,6 @@ function ajaxprixseance()
|
||||||
|
|
||||||
dureeTraitement = 0;
|
dureeTraitement = 0;
|
||||||
|
|
||||||
|
|
||||||
donnees = 'codeActe='+codeActe+'&quantite='+quantite+'&dureeTraitement='+dureeTraitement;
|
donnees = 'codeActe='+codeActe+'&quantite='+quantite+'&dureeTraitement='+dureeTraitement;
|
||||||
|
|
||||||
$("#infosacte").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
$("#infosacte").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||||
|
|
@ -28794,3 +28787,13 @@ function modifier_prix_examen_lab(idExamen, prixSaisi) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function modifier_prix_seance() {
|
||||||
|
prixModifiable = $('#prixModifiable').val();
|
||||||
|
$('#prixSaisi').val(prixModifiable);
|
||||||
|
prixModifiable = $('#prixModifiable').val();
|
||||||
|
prixSaisi = $('#prixSaisi').val();
|
||||||
|
|
||||||
|
alert("modifier_prix_seance => prixModifiable = "+prixModifiable+" prixSaisi = "+prixSaisi);
|
||||||
|
|
||||||
|
ajaxprixseance();
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,15 +22,9 @@
|
||||||
<input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align:center;" type="text" value="<?= _("Prix Unitaire") ?>" readonly>
|
<input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align:center;" type="text" value="<?= _("Prix Unitaire") ?>" readonly>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<!--
|
|
||||||
<td width="20%" >
|
|
||||||
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
|
||||||
</td>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<td width="20%" >
|
<td width="20%" >
|
||||||
<?php if($prixActeModifiable=="1") : ?>
|
<?php if($prixActeModifiable=="1") : ?>
|
||||||
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
|
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_seance();" >
|
||||||
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||||
|
|
|
||||||
|
|
@ -515,20 +515,16 @@
|
||||||
<td width="16%" >
|
<td width="16%" >
|
||||||
<input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align: center; " type="text" value="<?= _("Prix Unitaire") ?>" readonly>
|
<input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align: center; " type="text" value="<?= _("Prix Unitaire") ?>" readonly>
|
||||||
</td>
|
</td>
|
||||||
<!--
|
|
||||||
<td width="20%" >
|
<td width="20%" >
|
||||||
<input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
<?php if($prixActeModifiable=="1") : ?>
|
||||||
|
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_seance();" >
|
||||||
|
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
||||||
|
<?php else: ?>
|
||||||
|
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||||
|
<input class="sr-only" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" >
|
||||||
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
-->
|
|
||||||
<td width="20%" >
|
|
||||||
<?php if($prixActeModifiable=="1") : ?>
|
|
||||||
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
|
|
||||||
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
|
|
||||||
<?php else: ?>
|
|
||||||
<input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
|
||||||
<input class="sr-only" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" >
|
|
||||||
<?php endif; ?>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td width="15%" align="center" > <?= _("Nombre Séance") ?> </td>
|
<td width="15%" align="center" > <?= _("Nombre Séance") ?> </td>
|
||||||
<td width="20%" >
|
<td width="20%" >
|
||||||
|
|
|
||||||
|
|
@ -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.10.15"></script>
|
<script src="Js/fonctions.js?ver=2026.03.11.00"></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