qdsd
parent
bac9398743
commit
95a92502bc
|
@ -978,7 +978,8 @@ const DisplayPartnerSession = (props) => {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ field: 'signature', headerName: 'Signature', Width: 150, hide: false, editable: false,
|
{
|
||||||
|
field: 'signature', headerName: 'Signature', Width: 150, hide: false, editable: false,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -986,7 +987,7 @@ const DisplayPartnerSession = (props) => {
|
||||||
return (
|
return (
|
||||||
|
|
||||||
<div style={{ paddingLeft: "5px", paddingRight: "10px", "display": "block", wordBreak: "break-all" }}>
|
<div style={{ paddingLeft: "5px", paddingRight: "10px", "display": "block", wordBreak: "break-all" }}>
|
||||||
{cellValues.row.signature && <img src={cellValues.row.signature} style={{width:"100%", paddingLeft:"2px", paddingRight:"2px" }}/>}
|
{cellValues.row.signature && <img src={cellValues.row.signature} style={{ width: "100%", paddingLeft: "2px", paddingRight: "2px" }} />}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -11004,6 +11005,7 @@ const DisplayPartnerSession = (props) => {
|
||||||
const [p_detail_invoice_split_facture_done, setp_detail_invoice_split_facture_done] = useState("");
|
const [p_detail_invoice_split_facture_done, setp_detail_invoice_split_facture_done] = useState("");
|
||||||
|
|
||||||
|
|
||||||
|
const [display_session_with_alert, setdisplay_session_with_alert] = useState(false);
|
||||||
|
|
||||||
const New_Option_Type_split_invoice = [
|
const New_Option_Type_split_invoice = [
|
||||||
|
|
||||||
|
@ -13503,8 +13505,8 @@ const DisplayPartnerSession = (props) => {
|
||||||
|
|
||||||
|
|
||||||
<div className="session_data">
|
<div className="session_data">
|
||||||
<div style={{ "border": "None" }}>
|
|
||||||
|
|
||||||
|
<div style={{ "border": "None" }}>
|
||||||
<div style={{ height: 550, width: '100%', paddingRight: '5px' }}>
|
<div style={{ height: 550, width: '100%', paddingRight: '5px' }}>
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
|
|
|
@ -3845,8 +3845,6 @@ const Partner_Facture = (props) => {
|
||||||
<Button variant="outlined" className="detail_class_submenu" id='order_header_main' name='order_header_main'
|
<Button variant="outlined" className="detail_class_submenu" id='order_header_main' name='order_header_main'
|
||||||
style={{ "background": "#f57f17" }}> Annuler (Avoir)
|
style={{ "background": "#f57f17" }}> Annuler (Avoir)
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
modal
|
modal
|
||||||
nested
|
nested
|
||||||
|
|
Loading…
Reference in New Issue