11/06/2024 - 23h30
parent
34748c6beb
commit
07a0041059
|
@ -4477,7 +4477,7 @@ const Apprenant = (props) => {
|
||||||
const [Get_Geven_Suivi_Ped_Data_result, setGet_Geven_Suivi_Ped_Data_result] = useState();
|
const [Get_Geven_Suivi_Ped_Data_result, setGet_Geven_Suivi_Ped_Data_result] = useState();
|
||||||
function Get_Geven_Suivi_Ped_Data(local_selected_suivi_pedagogique_id) {
|
function Get_Geven_Suivi_Ped_Data(local_selected_suivi_pedagogique_id) {
|
||||||
|
|
||||||
var my_id = local_selected_apprenant_id;
|
var my_id = local_selected_suivi_pedagogique_id;
|
||||||
|
|
||||||
Clear_Suivi_Pedago_Field();
|
Clear_Suivi_Pedago_Field();
|
||||||
|
|
||||||
|
|
|
@ -431,7 +431,7 @@ const DisplayPartnerSession = (props) => {
|
||||||
{ field: 'client_rattachement_id', headerName: 'Client_id', Width: 0, hide: true, editable: true, },
|
{ field: 'client_rattachement_id', headerName: 'Client_id', Width: 0, hide: true, editable: true, },
|
||||||
|
|
||||||
{
|
{
|
||||||
field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: true, editable: false,
|
field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: false, editable: false,
|
||||||
|
|
||||||
renderCell: (cellValues) => {
|
renderCell: (cellValues) => {
|
||||||
return (
|
return (
|
||||||
|
@ -445,9 +445,9 @@ const DisplayPartnerSession = (props) => {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{ field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: false, editable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
{ field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: true, editable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||||
{ field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: true },
|
{ field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: true },
|
||||||
{ field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: true },
|
{ field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: true },
|
||||||
{ field: 'amount', headerName: 'Montant Formation', minWidth: 100, flex: 1, maxWidth: 150, type: 'number', flex: 1, editable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
{ field: 'amount', headerName: 'Montant Formation', minWidth: 100, flex: 1, maxWidth: 150, type: 'number', flex: 1, editable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||||
{
|
{
|
||||||
field: "update", headerName: 'Mise à jour',
|
field: "update", headerName: 'Mise à jour',
|
||||||
|
@ -711,7 +711,7 @@ const DisplayPartnerSession = (props) => {
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: true, editable: false,
|
field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: false, editable: false,
|
||||||
|
|
||||||
renderCell: (cellValues) => {
|
renderCell: (cellValues) => {
|
||||||
return (
|
return (
|
||||||
|
@ -725,9 +725,9 @@ const DisplayPartnerSession = (props) => {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{ field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: false, editable: false },
|
{ field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: true, editable: false },
|
||||||
{ field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: false },
|
{ field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: false },
|
||||||
{ field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: false },
|
{ field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: false },
|
||||||
{ field: 'amount', headerName: 'Montant Formation', minWidth: 100, flex: 1, maxWidth: 150, type: 'number', flex: 1, editable: true },
|
{ field: 'amount', headerName: 'Montant Formation', minWidth: 100, flex: 1, maxWidth: 150, type: 'number', flex: 1, editable: true },
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -8692,7 +8692,7 @@ const DisplayPartnerStagiaires = (props) => {
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="div_row_droite">
|
{/*<div className="div_row_droite">
|
||||||
<div style={{ "marginLeft": "1rem" }}>
|
<div style={{ "marginLeft": "1rem" }}>
|
||||||
|
|
||||||
<label className="bton_image_class" onClick={(e) => {
|
<label className="bton_image_class" onClick={(e) => {
|
||||||
|
@ -8707,7 +8707,7 @@ const DisplayPartnerStagiaires = (props) => {
|
||||||
}} >Editer une convention</label><br />
|
}} >Editer une convention</label><br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>*/}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="session_data" >
|
<div className="session_data" >
|
||||||
|
|
Loading…
Reference in New Issue