This commit is contained in:
KANE LAZENI 2026-03-13 03:24:58 +00:00
parent 674309e23e
commit a0dc767ffb
6 changed files with 30 additions and 43 deletions

View File

@ -88,7 +88,7 @@ class ControleurAjaxselectactesmedicaux extends Controleur {
$this->prestation->enregistreractemedical($codeActe, $quantite, $prixActe, $valeurActe, $ententePrealable, $autorisation, $prixTarif, $prixBase, $motifActe, $tm);
$this->executerAction("index");
// $this->executerAction("index");
}
public function supprimeracte()

View File

@ -24080,6 +24080,7 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
// Gestion des erreurs (à compléter selon les besoins)
},
success: function(data) {
$('#div_test_gabarit').html(data);
donnee_a_affciher = data;
},
complete: function() {
@ -24093,7 +24094,7 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
function verifie_statut_acte_selection(codeActe, prixBase, prixActe, ententePrealable)
{
alert("prixActe => "+prixActe);
alert("prixBase => "+prixBase + " ; prixActe => "+prixActe);
datePrestation = $("#datePrestation").val();

View File

@ -14,6 +14,30 @@ class Prestationactes extends Modele
$numeroAdherent = $_SESSION['p_numeroAdherent_C'];
$idBeneficiaire = $_SESSION['p_idBeneficiaire_C'];
$numeroBeneficiaire = $_SESSION['p_numeroBeneficiaire_C'];
var_dump(
array(
"codePrestataire" => $codePrestataire,
"numeroFeuilleMaladie" => $numeroFeuilleMaladie,
"user" => $user,
"codeActe" => $codeActe,
"quantite" => $quantite,
"prixActe" => $prixActe,
"valeurActe" => $valeurActe,
"idAdherent" => $idAdherent,
"numeroAdherent" => $numeroAdherent,
"idBeneficiaire" => $idBeneficiaire,
"numeroBeneficiaire" => $numeroBeneficiaire,
"ententePrealable" => $ententePrealable,
"autorisation" => $autorisation,
"idSaisie" => $idSaisie,
"prixTarif" => $prixTarif,
"prixBase" => $prixBase,
"motifActe" => $motifActe,
"tm" => $tm
)
);
exit;
$sql = 'call sp_p_enregistrer_actemedical_newversion(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);';

View File

@ -5,8 +5,8 @@
$facture = $_SESSION['p_facture'];
$datePrestation = $_SESSION['p_datePrestation'];
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
?>
<INPUT class="sr-only" id="codeFamilleActeMed" name="codeFamilleActeMed" type="text" value="<?= $_SESSION['codeFamilleActeMed']; ?>">

View File

@ -8,8 +8,6 @@
$bonCaduc = $_SESSION['p_bonCaduc'];
$facture = $_SESSION['p_facture'];
echo "prixActeModifiable => $prixActeModifiable";
?>
<input class="sr-only" id="codeTypePrestation" name="codeTypePrestation" type="text" value="ACT">
@ -24,43 +22,9 @@
<legend> <?= _("Gestion des autres actes médicaux") ?> </legend>
<!--
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
<tbody>
<tr>
<td width="5%" > <?= _("Souscrip.") ?> </td>
<td width="20%">
<INPUT style='text-align:center; font-size:11pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
</td>
<td width="5%" align="center" > <?= _("Adh.") ?> </td>
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
<td width="5%" align="center"> <?= _("Bénéf.") ?> </td>
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
<td width="7%" align="center"> <?= _("Tél Bénéf.") ?> </td>
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
</tr>
</tbody>
</table>
-->
<!--
<marquee behavior="scroll" direction="left" scrollamount="6" style="color:red; font-size:14pt">
<?= _("Les frais d'un acte médical seront entièrement à la charge du patient lorsque la période de carence de cet acte est toujours en vigueur ou lorsque le plafond ou le nombre des prescriptions de cet acte est atteint. Merci pour votre compréhension.") ?>
</marquee>
-->
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
<tbody>
<!--
<tr>
<td align="center"> <?= _("Médecin") ?> </td>
<td colspan="3">
<button type="button" class="form-control btn btn-primary" style='font-size:10pt;' ><span id="nomMedecin" name="nomMedecin"> <?= $_SESSION['p_medecinConsultation_C'] ?> </span></button>
</td>
</tr>
-->
<tr>
<td width="15%" class="required"> <?= _("Famille Actes") ?> </td>
<td colspan="3">
@ -73,7 +37,6 @@
</tbody>
</table>
<div class="modal fade" id="popRechercheMedecin" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
@ -119,7 +82,6 @@
<thead>
<tr>
<th style='text-align:center'> <?= _("Actes") ?> </th>
<!--<th width="15%" style='text-align:center'> <?= _("Prix") ?> </th>-->
<th width="5%" style='text-align:center'> => </th>
</tr>
</thead>

View File

@ -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" />-->
<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.00"></script>
<script src="Js/fonctions.js?ver=2026.03.13.01"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>