a
This commit is contained in:
parent
f45d3b98db
commit
619233cb92
|
|
@ -39,11 +39,12 @@ class ControleurAjaxprestationsprolongation extends Controleur {
|
|||
$noChambrePro = $this->prestation->getNumeroChambrePro($idProlongation);
|
||||
$nbreActesSansPrix = $this->prestation->getNbreActesSansPrix($numeroFeuilleMaladie, $idProlongation);
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
|
||||
$this->genererVueAjax(array('prolongations' => $prolongations, 'prolongations_total' => $prolongations_total,
|
||||
'feuillemaladie' => $feuillemaladie, 'nbreActeEntentePrealable' => $nbreActeEntentePrealable, 'listeProlongations' => $listeProlongations,
|
||||
'prixChambreProlongation' => $prixChambreProlongation, 'idProlongation' => $idProlongation, 'nbreActesSansPrix' => $nbreActesSansPrix,
|
||||
'noChambrePro' => $noChambrePro));
|
||||
'noChambrePro' => $noChambrePro, 'prixActeModifiable' => $prixActeModifiable));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -13,7 +13,6 @@ class ControleurAjaxselectactesmedicauxhospitalisation extends Controleur {
|
|||
private $prestation;
|
||||
private $garantie;
|
||||
|
||||
|
||||
public function __construct() {
|
||||
$this->feuillemaladie = new Feuillemaladie();
|
||||
$this->acte = new Detailtarifacte();
|
||||
|
|
@ -45,8 +44,6 @@ class ControleurAjaxselectactesmedicauxhospitalisation extends Controleur {
|
|||
|
||||
$hospit_total = $this->prestation->gethospitalisation_total($numeroFeuilleMaladie);
|
||||
|
||||
|
||||
|
||||
if($feuillemaladie['optionHospitalisation'] == "option-1"){
|
||||
$codeActe = "HHM";
|
||||
$plafondHospitalisation = $_SESSION['p_bareme']['gar_forfaitPlafondBeneficiaire'];
|
||||
|
|
@ -195,15 +192,10 @@ class ControleurAjaxselectactesmedicauxhospitalisation extends Controleur {
|
|||
$numeroChambre = $this->requete->getParametreFormulaire("numeroChambre");
|
||||
|
||||
$this->prestation->validerhospitalisation();
|
||||
|
||||
// $this->executerAction("index");
|
||||
}
|
||||
|
||||
public function supprimeacte()
|
||||
{
|
||||
|
||||
$this->prestation->supprimeactesansprix();
|
||||
|
||||
// $this->executerAction("index");
|
||||
}
|
||||
}
|
||||
|
|
@ -41,10 +41,7 @@
|
|||
$bonCaduc = "0";
|
||||
}
|
||||
|
||||
//var_dump($facture);
|
||||
//var_dump($bonCaduc);
|
||||
//$totalHospitalisation = $prestations_total['fraisReel'];
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
?>
|
||||
|
||||
<input class="sr-only" id="nbreActeEntentePrealable" name="nbreActeEntentePrealable" type="text" value= "<?= $nbreActeEntentePrealable; ?>" >
|
||||
|
|
@ -54,8 +51,6 @@
|
|||
<input class="sr-only" id="nbreActesSansPrixPro" name="nbreActesSansPrixPro" type="text" value= "<?= $nbreActesSansPrix; ?>" >
|
||||
<input class="sr-only" id="noChambrePro" name="noChambrePro" type="text" value= "<?= $noChambrePro; ?>" >
|
||||
|
||||
|
||||
|
||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -115,10 +110,8 @@
|
|||
$ententePrealable=$this->nettoyer($prolongation['ententePrealable']);
|
||||
$autorisation=$this->nettoyer($prolongation['autorisation']);
|
||||
$codeTarifActe=$this->nettoyer($prolongation['codeTarifActe']);
|
||||
|
||||
$libelleConsommable=$this->nettoyer($prolongation['libelleConsommable']);
|
||||
|
||||
$valeurActeManuel = $this->nettoyer($prolongation['valeurActeManuel']);
|
||||
$libelleConsommable=$this->nettoyer($prolongation['libelleConsommable']);
|
||||
|
||||
if($valeurActeManuel == "0" ){
|
||||
$valeurActeManuel = $this->nettoyer($prolongation['prixPrestataire']);
|
||||
|
|
@ -143,6 +136,7 @@
|
|||
{
|
||||
$libelleActe = $codeActe;
|
||||
}
|
||||
|
||||
$valeurActe = $this->nettoyer($prolongation['valeurActe']);
|
||||
|
||||
$plafondActe = $this->nettoyer($prolongation['plafondActe']);
|
||||
|
|
@ -157,10 +151,8 @@
|
|||
$forfaitPlafond = "";
|
||||
}
|
||||
|
||||
//
|
||||
$prixTarif = $this->nettoyer($prolongation['prixTarif']);
|
||||
|
||||
//var_dump($codeTarifActe!="CHAMB" && $valeurActe=="0");
|
||||
$codeMotifDepassement = $this->nettoyer($prolongation['codeMotifDepassement']);
|
||||
|
||||
$motif = $this->nettoyer($prolongation['motif']);
|
||||
|
|
@ -172,8 +164,6 @@
|
|||
|
||||
$acteChambre = $this->nettoyer($prolongation['acteChambre']);
|
||||
?>
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
|
||||
<?php if ($supprimable=="0" || $facture=='1' || $bonCaduc=='1' || $ententePrealable=='1'): ?>
|
||||
|
|
@ -209,15 +199,13 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<td align='center'>
|
||||
<?php if($facture=='1' || $bonCaduc=='1' || $idProlongationFeuille != $idProlongation || $prixModifiableEnHospit == "0"): ?>
|
||||
<?php if($prixActeModifiable=="0" || $facture=='1' || $bonCaduc=='1' || $idProlongationFeuille != $idProlongation || $prixModifiableEnHospit == "0"): ?>
|
||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
<?= format_N($valeurActeManuel) ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<td align='center' width="13%">
|
||||
<INPUT style='text-align:center' class="form-control" TYPE="text" value="<?= format_N($valeurActeManuel) ?>"
|
||||
onChange="ajax_maj_prix_acte_hospitalisation('<?=$idPrestationactes?>', this.value, this);" onBlur="formatMonetaire(this);" onkeyup="controle_numerique(this);" onfocus="formatNumerique(this);">
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
|
|
|
|||
|
|
@ -312,6 +312,7 @@
|
|||
{
|
||||
$libelleActe = $codeActe;
|
||||
}
|
||||
|
||||
$valeurActe = $this->nettoyer($prestation['valeurActe']);
|
||||
|
||||
$plafondActe = $this->nettoyer($prestation['plafondActe']);
|
||||
|
|
@ -341,7 +342,6 @@
|
|||
$prixModifiableEnHospit = $this->nettoyer($prestation['tarif']);
|
||||
|
||||
$acteChambre = $this->nettoyer($prestation['acteChambre']);
|
||||
|
||||
?>
|
||||
<tr valign="top">
|
||||
<?php if ($supprimable=="0" || $facture=='1' || $bonCaduc=='1' || $ententePrealable=='1'): ?>
|
||||
|
|
@ -409,6 +409,7 @@
|
|||
<?php else: ?>
|
||||
<td > </td>
|
||||
<?php endif; ?>
|
||||
<td > KANE INITIAL </td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
<tr style='background-color:white'>
|
||||
|
|
|
|||
|
|
@ -908,7 +908,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.14.06"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.14.07"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user