recette2
cherif 2024-08-19 22:02:51 +02:00
parent fadb214ad2
commit 51a4810317
1 changed files with 4 additions and 4 deletions

View File

@ -307,7 +307,7 @@ const Partner_Commande = (props) => {
{ field: 'order_line_formation_external_code', headerName: 'Code Formation', minwidth: 200, flex: 1, hideable: true, resizable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, }, { field: 'order_line_formation_external_code', headerName: 'Code Formation', minwidth: 200, flex: 1, hide: true, resizable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'order_line_formation_duration', headerName: 'Durée', width: 80, hide: false, editable: false }, { field: 'order_line_formation_duration', headerName: 'Durée', width: 80, hide: false, editable: false },
{ field: 'order_line_qty', headerName: 'Qte', width: 100, hide: false, editable: false }, { field: 'order_line_qty', headerName: 'Qte', width: 100, hide: false, editable: false },
{ field: 'order_line_prix_unitaire', headerName: 'Prix Unit.', width: 100, hide: false, editable: false }, { field: 'order_line_prix_unitaire', headerName: 'Prix Unit.', width: 100, hide: false, editable: false },
@ -319,11 +319,11 @@ const Partner_Commande = (props) => {
{ field: 'order_line_montant_toutes_taxes', headerName: 'Montant TTC', width: 100, hide: false, editable: false }, { field: 'order_line_montant_toutes_taxes', headerName: 'Montant TTC', width: 100, hide: false, editable: false },
{ field: 'order_header_id', headerName: 'Id_Entete', hide: true, editable: false }, { field: 'order_header_id', headerName: 'Id_Entete', hide: true, editable: false },
{ field: 'order_header_ref_interne', headerName: 'Ref_Interne', hide: true, editable: false }, { field: 'order_header_ref_interne', headerName: 'Ref_Interne', hide: true, editable: false },
{ field: 'order_line_type', headerName: 'Type', width: 100, hide: false, editable: false }, { field: 'order_line_type', headerName: 'Type', width: 100, hide: true, editable: false },
{ field: 'order_line_type_article', headerName: 'Type Article', width: 100, hide: false, editable: false }, { field: 'order_line_type_article', headerName: 'Type Article', width: 100, hide: true, editable: false },
{ field: 'related_order_internal_ref', headerName: 'Cmd. Associé', width: 100, hide: true, editable: false }, { field: 'related_order_internal_ref', headerName: 'Cmd. Associé', width: 100, hide: true, editable: false },
{ {
field: 'order_line_status', headerName: 'Statut', width: 150, hide: false, editable: false, field: 'order_line_status', headerName: 'Statut', width: 150, hide: true, editable: false,
renderCell: (cellValues) => { renderCell: (cellValues) => {
return ( return (