recette2
parent
45c73645f4
commit
0e9082d175
|
@ -269,6 +269,10 @@ function Emarge_QR_Code() {
|
|||
if (String(res.data.status) === "true") {
|
||||
setSignature_E_Document_api("true");
|
||||
|
||||
alert(res.data.message);
|
||||
|
||||
history.push("/");
|
||||
|
||||
//setDialog_Message_open(true);
|
||||
// alert(" Le document a été correctement signé");
|
||||
|
||||
|
@ -756,12 +760,6 @@ function Emarge_QR_Code() {
|
|||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={(e) => {
|
||||
Signature_E_Document(1);
|
||||
}}>J'etais présent
|
||||
</Button>
|
||||
|
||||
|
||||
<Popup
|
||||
trigger={
|
||||
<Button variant="contained" className="bton_enreg" onClick={(e) => {
|
||||
|
|
Loading…
Reference in New Issue