13/05/2025 - 17h
parent
ebbcc401d2
commit
e65b98ac6a
|
@ -3320,7 +3320,7 @@ const Groupe_Apprenant = (props) => {
|
||||||
{selected_id && String(selected_id).length > 5 && <div className="div_row">
|
{selected_id && String(selected_id).length > 5 && <div className="div_row">
|
||||||
<Button variant="outlined" onClick={submenu_detail} className="detail_class_submenu" id='detail_groupe' name='detail_groupe'>Détail Evaluation</Button>
|
<Button variant="outlined" onClick={submenu_detail} className="detail_class_submenu" id='detail_groupe' name='detail_groupe'>Détail Evaluation</Button>
|
||||||
<Button variant="outlined" onClick={submenu_apprenant} className="detail_class_submenu" id='apprenant' name='apprenant'>Membres </Button>
|
<Button variant="outlined" onClick={submenu_apprenant} className="detail_class_submenu" id='apprenant' name='apprenant'>Membres </Button>
|
||||||
<Button variant="outlined" onClick={submenu_selection} className="detail_class_submenu" id='selection' name='selection'>Selection </Button>
|
<Button variant="outlined" onClick={submenu_selection} className="detail_class_submenu" id='selection' name='selection'>Sélection </Button>
|
||||||
<Button variant="outlined" onClick={submenu_piece_jointe} className="detail_class_submenu" id='piece_jointe' name='piece_jointe'>Pièces Jointes </Button>
|
<Button variant="outlined" onClick={submenu_piece_jointe} className="detail_class_submenu" id='piece_jointe' name='piece_jointe'>Pièces Jointes </Button>
|
||||||
|
|
||||||
</div>}
|
</div>}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -291,6 +291,8 @@ const Module_Selection_Apprenants = (props) => {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const [Record_Membres_To_Groupe_Inscrit_api, setRecord_Membres_To_Groupe_Inscrit_api] = useState();
|
const [Record_Membres_To_Groupe_Inscrit_api, setRecord_Membres_To_Groupe_Inscrit_api] = useState();
|
||||||
const [Record_Membres_To_Groupe_Inscrit_message, setRecord_Membres_To_Groupe_Inscrit_message] = useState();
|
const [Record_Membres_To_Groupe_Inscrit_message, setRecord_Membres_To_Groupe_Inscrit_message] = useState();
|
||||||
const [Record_Membres_To_Groupe_Inscrit_result, setRecord_Membres_To_Groupe_Inscrit_result] = useState();
|
const [Record_Membres_To_Groupe_Inscrit_result, setRecord_Membres_To_Groupe_Inscrit_result] = useState();
|
||||||
|
|
|
@ -341,6 +341,12 @@ const Module_Session_Notes_Classement = (props) => {
|
||||||
form.append("token", stored_cookie);
|
form.append("token", stored_cookie);
|
||||||
form.append("tab_session_id", props.related_collection_recid);
|
form.append("tab_session_id", props.related_collection_recid);
|
||||||
|
|
||||||
|
if (props.jury_seance_agenda_id)
|
||||||
|
form.append("jury_apprenant_agenda_id", props.jury_seance_agenda_id);
|
||||||
|
|
||||||
|
if (props.jury_seance_ue_id)
|
||||||
|
form.append("tab_ue_id", props.jury_seance_ue_id);
|
||||||
|
|
||||||
// Recuperation des parametres
|
// Recuperation des parametres
|
||||||
var filtre1 = p_filtre1;
|
var filtre1 = p_filtre1;
|
||||||
var filtre2 = p_filtre2;
|
var filtre2 = p_filtre2;
|
||||||
|
@ -548,7 +554,11 @@ const Module_Session_Notes_Classement = (props) => {
|
||||||
const stored_cookie = getCookie('tokenmysypart');
|
const stored_cookie = getCookie('tokenmysypart');
|
||||||
form.append("token", stored_cookie);
|
form.append("token", stored_cookie);
|
||||||
form.append("tab_session_id", props.related_collection_recid);
|
form.append("tab_session_id", props.related_collection_recid);
|
||||||
|
if (props.jury_seance_agenda_id)
|
||||||
|
form.append("jury_apprenant_agenda_id", props.jury_seance_agenda_id);
|
||||||
|
|
||||||
|
if (props.jury_seance_ue_id)
|
||||||
|
form.append("tab_ue_id", props.jury_seance_ue_id);
|
||||||
|
|
||||||
// Recuperation des parametres
|
// Recuperation des parametres
|
||||||
var filtre1 = p_filtre1;
|
var filtre1 = p_filtre1;
|
||||||
|
@ -724,8 +734,6 @@ const Module_Session_Notes_Classement = (props) => {
|
||||||
form.append("session_id", props.related_collection_recid);
|
form.append("session_id", props.related_collection_recid);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Evaluation_Inscriptio_Note_Classement_With_Filter";
|
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Evaluation_Inscriptio_Note_Classement_With_Filter";
|
||||||
|
|
||||||
axios.post(myurl, form).then(res => {
|
axios.post(myurl, form).then(res => {
|
||||||
|
@ -831,13 +839,6 @@ const Module_Session_Notes_Classement = (props) => {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
||||||
/*
|
|
||||||
if (props.jury_cell_editable) {
|
|
||||||
setjury_cell_editable(props.jury_cell_editable)
|
|
||||||
} else {
|
|
||||||
setjury_cell_editable(false);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
Getall_Session_Detail_Final_Note_Classement();
|
Getall_Session_Detail_Final_Note_Classement();
|
||||||
Getall_Session_UE_Final_Note_Classement();
|
Getall_Session_UE_Final_Note_Classement();
|
||||||
|
|
|
@ -2795,7 +2795,10 @@
|
||||||
|
|
||||||
// end media
|
// end media
|
||||||
|
|
||||||
|
.datagridclass {
|
||||||
|
font-size: small !important;
|
||||||
|
font-family: "DM Sans";
|
||||||
|
}
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -1729,7 +1729,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -2324,7 +2324,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1666,7 +1666,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -2271,7 +2271,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
@import "./components/equipe_team";
|
@import "./components/equipe_team";
|
||||||
@import "./components/module_session_note_classement";
|
@import "./components/module_session_note_classement";
|
||||||
@import "./components/jurys";
|
@import "./components/jurys";
|
||||||
|
@import "./components/module_jury_selection_apprenants";
|
||||||
|
|
||||||
// New Design 2025
|
// New Design 2025
|
||||||
@import "./components/new_s_sign_in_2025";
|
@import "./components/new_s_sign_in_2025";
|
||||||
|
|
Loading…
Reference in New Issue