17/04/2024 - 21h04
parent
b6db5c759f
commit
9913433654
|
@ -2519,6 +2519,12 @@ const AddParnerClient = (props) => {
|
|||
{ "id": "Mme", "label": "Mme", "value": "Mme" },
|
||||
{ "id": "M", "label": "M", "value": "M" },
|
||||
{ "id": "Neutre", "label": "Neutre", "value": "Neutre" },
|
||||
|
||||
{ "id": "mme", "label": "Mme", "value": "mme" },
|
||||
{ "id": "m", "label": "M", "value": "m" },
|
||||
{ "id": "neutre", "label": "Neutre", "value": "neutre" },
|
||||
|
||||
|
||||
{ "id": "", "label": "", "value": "" },
|
||||
]
|
||||
|
||||
|
|
|
@ -3505,9 +3505,9 @@ const DisplayPartnerSession = (props) => {
|
|||
]
|
||||
|
||||
const New_civilite = [
|
||||
{ "id": "Mme", "label": "Mme", "value": "Mme" },
|
||||
{ "id": "M", "label": "M", "value": "M" },
|
||||
{ "id": "Neutre", "label": "Neutre", "value": "Neutre" },
|
||||
{ "id": "mme", "label": "Mme", "value": "mme" },
|
||||
{ "id": "m", "label": "M", "value": "n" },
|
||||
{ "id": "neutre", "label": "Neutre", "value": "neutre" },
|
||||
{ "id": "", "label": "", "value": "" },
|
||||
]
|
||||
|
||||
|
|
|
@ -5467,6 +5467,9 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
{ "id": "nme", "label": "Mme", "value": "mme" },
|
||||
{ "id": "m", "label": "M", "value": "m" },
|
||||
{ "id": "neutre", "label": "Neutre", "value": "neutre" },
|
||||
{ "id": "Mme", "label": "Mme", "value": "Mme" },
|
||||
{ "id": "M", "label": "M", "value": "M" },
|
||||
{ "id": "Neutre", "label": "Neutre", "value": "Neutre" },
|
||||
{ "id": "", "label": "", "value": "" },
|
||||
]
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -140,13 +140,14 @@ function ESign() {
|
|||
form.append("secret_key_signature", selected_e_doc_secret);
|
||||
form.append("email_destinataire", selected_e_doc_email);
|
||||
|
||||
//console.log(" isimgclassSelected #### = ", isimgclassSelected);
|
||||
|
||||
if (isimgclassSelected && String(isimgclassSelected).length > 50)
|
||||
|
||||
if (isimgclassSelectedfile )
|
||||
form.append('signature_img', isimgclassSelected);
|
||||
else
|
||||
form.append('signature_img', "");
|
||||
|
||||
console.log(" isimgclassSelected #### = ", isimgclassSelected);
|
||||
|
||||
setLoading(true);
|
||||
axios.post(myurl, form).then(res => {
|
||||
|
||||
|
|
|
@ -13,15 +13,7 @@ import AssignmentSharpIcon from '@mui/icons-material/AssignmentSharp';
|
|||
import EmailIcon from '@mui/icons-material/Email'
|
||||
import HomeIcon from '@mui/icons-material/Home'
|
||||
import { Button, Form, FormGroup, Label } from "reactstrap";
|
||||
import PasswordIcon from '@mui/icons-material/Password'
|
||||
import Visibility from '@mui/icons-material/Visibility';
|
||||
import VisibilityOff from '@mui/icons-material/VisibilityOff';
|
||||
import IconButton from '@mui/material/IconButton';
|
||||
import OutlinedInput from '@mui/material/OutlinedInput';
|
||||
import { useHistory } from "react-router-dom";
|
||||
import TwitterIcon from '@mui/icons-material/Twitter';
|
||||
import FacebookIcon from '@mui/icons-material/Facebook';
|
||||
import LinkedInIcon from '@mui/icons-material/LinkedIn';
|
||||
|
||||
import axios from "axios";
|
||||
import MenuItem from '@mui/material/MenuItem';
|
||||
import { Redirect } from 'react-router-dom'
|
||||
|
@ -41,9 +33,9 @@ function Inscription_Information(props) {
|
|||
;
|
||||
|
||||
const New_civilite = [
|
||||
{ "id": "Mme", "label": "Mme", "value": "Mme" },
|
||||
{ "id": "M", "label": "M", "value": "M" },
|
||||
{ "id": "Neutre", "label": "Neutre", "value": "Neutre" },
|
||||
{ "id": "mme", "label": "Mme", "value": "mme" },
|
||||
{ "id": "m", "label": "M", "value": "m" },
|
||||
{ "id": "neutre", "label": "Neutre", "value": "neutre" },
|
||||
]
|
||||
|
||||
const modefinancement = [
|
||||
|
|
|
@ -31,6 +31,7 @@ import Link from '@mui/material/Link';
|
|||
import { PiDotsThree } from "react-icons/pi";
|
||||
|
||||
|
||||
|
||||
const Module_Evaluation_Positionnement = (props) => {
|
||||
|
||||
const myconntected_employee_id = props.conntected_employee_id;
|
||||
|
@ -112,7 +113,7 @@ const Module_Evaluation_Positionnement = (props) => {
|
|||
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
]
|
||||
|
||||
|
@ -423,7 +424,7 @@ const Module_Evaluation_Positionnement = (props) => {
|
|||
|
||||
var nom_fichier_cmd = "export_reponses.xlsx";
|
||||
|
||||
var url = process.env.REACT_APP_API_URL + "myclass/api/Export_To_Excel_Survey_with_filter/" + stored_cookie + "/" + selected_session_id+"/pos/";
|
||||
var url = process.env.REACT_APP_API_URL + "myclass/api/Export_To_Excel_Survey_with_filter/" + stored_cookie + "/" + selected_session_id + "/pos/";
|
||||
|
||||
|
||||
setLoading(true);
|
||||
|
@ -828,7 +829,7 @@ const Module_Evaluation_Positionnement = (props) => {
|
|||
|
||||
|
||||
|
||||
{actionmass_q_position_val && String(actionmass_q_position_val).length > 1 && <nav className='block_en_mass_bton_action'>
|
||||
{actionmass_q_position_val && String(actionmass_q_position_val).length > 1 && <nav className='block_en_mass_bton_action'>
|
||||
<Popup
|
||||
trigger={<Button className="bton_enreg" style={{ "width": "90%" }}>
|
||||
|
||||
|
@ -887,6 +888,9 @@ const Module_Evaluation_Positionnement = (props) => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -55,6 +55,9 @@ import Radio from '@mui/material/Radio';
|
|||
import { daDK } from "@mui/material/locale";
|
||||
import Checkbox from '@mui/material/Checkbox';
|
||||
|
||||
import Display_Action_And_Class from "./Display_Action_And_Class";
|
||||
|
||||
|
||||
function SurveyDocument() {
|
||||
|
||||
const history = useHistory();
|
||||
|
@ -521,6 +524,14 @@ function SurveyDocument() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div style={{ "width": "80%", "marginLeft": "10%", "background": "#F2F4F4", overflow: "auto", "paddingBottom": "1rem" }}>
|
||||
<br />
|
||||
|
||||
{get_Given_Survey_Data_result && get_Given_Survey_Data_result.length > 0 && <div className="question_box_entete">
|
||||
<Display_Action_And_Class classId={JSON.parse(get_Given_Survey_Data_result).class_internal_url} action={""} />
|
||||
|
||||
</div>}
|
||||
</div>
|
||||
|
||||
</div>}
|
||||
|
||||
|
@ -533,6 +544,8 @@ function SurveyDocument() {
|
|||
<div className="div_row">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div className="pieddepage">
|
||||
<Footer />
|
||||
</div>
|
||||
|
|
|
@ -2368,7 +2368,8 @@ function UpdateParnterInfo(props) {
|
|||
<TextField
|
||||
name="contact_login_elearning"
|
||||
label="Url plateforme"
|
||||
|
||||
className="texte_area"
|
||||
|
||||
sx={{ m: 1, width: '48%', background:"#ECEFF1", color:"black"}}
|
||||
InputProps={{
|
||||
startAdornment: (
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -104,3 +104,4 @@
|
|||
@import "./components/esign";
|
||||
@import "./components/partner_configiguration_formulaires";
|
||||
@import "./components/surveydocument";
|
||||
@import "./components/displayactionandclass";
|
||||
|
|
Loading…
Reference in New Issue