Choisir une convention
+
Type Document
+ {
+ setselected_convention_type(e.target.value);
+ Get_List_Stagiaire_Conventions(action_server_ref_interne_doc, action_server_nom_doc,
+ String(e.target.value), Dialog_1_message);
+
+ }
+ }
+ >
+
+
+
+
+
+
+
+ {(String(selected_convention_type) === "email" || String(selected_convention_type) === "pdf") &&
Choisir une convention
{
}
/>
-
+
}
{String(selected_convention_type) === "email" && Type Document
@@ -1041,10 +1156,11 @@ const Module_Editique = (props) => {
{
setaction_server_to_run(String(JSON.parse(document).server_action_name))
- setaction_server_type_doc(String(JSON.parse(document).courrier_template_type_doc))
+ //setaction_server_type_doc(String(JSON.parse(document).courrier_template_type_doc))
setaction_server_nom_doc(String(JSON.parse(document).courrier_template_nom))
setaction_server_ref_interne_doc(String(JSON.parse(document).courrier_template_ref_interne))
Action_Server(String(JSON.parse(document).server_action_name));
+ setaction_server_type_doc_ref_interne(JSON.parse(document).courrier_template_ref_interne);
setDialog_1_message(String(JSON.parse(document).courrier_template_ref_interne))
Get_List_Stagiaire_Conventions(String(JSON.parse(document).courrier_template_ref_interne), String(JSON.parse(document).courrier_template_nom), String(JSON.parse(document).courrier_template_type_doc)
);
@@ -1062,7 +1178,7 @@ const Module_Editique = (props) => {
}
}}>
- {(JSON.parse(document).courrier_template_ref_interne)} - {(JSON.parse(document).courrier_template_type_doc)}
+ {(JSON.parse(document).courrier_template_ref_interne)}
{String(JSON.parse(document).has_history_event) === "1" &&
@@ -1079,6 +1195,16 @@ const Module_Editique = (props) => {
}
+ {JSON.parse(document).list_document_history_event &&
+ JSON.parse(document).list_document_history_event.map((history_doc) => (
+