a
This commit is contained in:
parent
95736a5914
commit
142af955d9
|
|
@ -9,8 +9,6 @@
|
||||||
$demandeTraite = $_SESSION['p_demandeTraite_C'];
|
$demandeTraite = $_SESSION['p_demandeTraite_C'];
|
||||||
|
|
||||||
$codeReponseEntentePrealable = $_SESSION['p_codeReponseEntentePrealable_C'];
|
$codeReponseEntentePrealable = $_SESSION['p_codeReponseEntentePrealable_C'];
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<input class="sr-only" id="idProforma" name="idProforma" type="text" value= "<?= $idProforma ?>">
|
<input class="sr-only" id="idProforma" name="idProforma" type="text" value= "<?= $idProforma ?>">
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="div_prestations" class="col-8" >
|
<div id="div_prestations" class="col-8" >
|
||||||
|
Ajaxprestationhospitalisation
|
||||||
|
|
||||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:7pt;">
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:7pt;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,8 @@
|
||||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
Ajaxprestationsprolongation
|
||||||
|
|
||||||
<input class="sr-only" id="nbreActeEntentePrealable" name="nbreActeEntentePrealable" type="text" value= "<?= $nbreActeEntentePrealable; ?>" >
|
<input class="sr-only" id="nbreActeEntentePrealable" name="nbreActeEntentePrealable" type="text" value= "<?= $nbreActeEntentePrealable; ?>" >
|
||||||
<input class="sr-only" id="nbreProlongation" name="nbreProlongation" type="text" value= "<?= count($listeProlongations); ?>" >
|
<input class="sr-only" id="nbreProlongation" name="nbreProlongation" type="text" value= "<?= count($listeProlongations); ?>" >
|
||||||
<input class="sr-only" id="prixChambreProlongation" name="prixChambreProlongation" type="text" value= "<?= $prixChambreProlongation; ?>" >
|
<input class="sr-only" id="prixChambreProlongation" name="prixChambreProlongation" type="text" value= "<?= $prixChambreProlongation; ?>" >
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,8 @@
|
||||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
Ajaxselectactesmedicauxhospitalisation
|
||||||
|
|
||||||
<input class="sr-only" id="avisHospitalisation" name="avisHospitalisation" type="text" value= "<?= $avisHospitalisation; ?>" >
|
<input class="sr-only" id="avisHospitalisation" name="avisHospitalisation" type="text" value= "<?= $avisHospitalisation; ?>" >
|
||||||
<input class="sr-only" id="libelleAvis" name="libelleAvis" type="text" value= "<?= $libelleAvis; ?>" >
|
<input class="sr-only" id="libelleAvis" name="libelleAvis" type="text" value= "<?= $libelleAvis; ?>" >
|
||||||
<input class="sr-only" id="nbreActesSansPrix" name="nbreActesSansPrix" type="text" value= "<?= $nbreActesSansPrix; ?>" >
|
<input class="sr-only" id="nbreActesSansPrix" name="nbreActesSansPrix" type="text" value= "<?= $nbreActesSansPrix; ?>" >
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
Ajaxselectfamilleactehospitalisation => select
|
||||||
<?php
|
<?php
|
||||||
$actVisible = $_SESSION['p_actVisible'];
|
$actVisible = $_SESSION['p_actVisible'];
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
Ajaxselectfamilleactehospitalisation => index
|
||||||
<?php if($feuille['facture']=='0' && $feuille['bonCaduc']=='0'): ?>
|
<?php if($feuille['facture']=='0' && $feuille['bonCaduc']=='0'): ?>
|
||||||
|
|
||||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user