14/10/2025 - 23h
parent
1e851b4eee
commit
98ea7a269e
|
|
@ -4212,7 +4212,7 @@ console.log(" ### formData = ", formData)
|
|||
function Delete_file_1_name() {
|
||||
setfile_1_name();
|
||||
}
|
||||
|
||||
|
||||
function Delete_file_2_name() {
|
||||
setfile_2_name();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1805,7 +1805,6 @@ const Config_Documents = (props) => {
|
|||
|
||||
var new_data2 = [];
|
||||
const new_data = res.data.message.map((x) => {
|
||||
|
||||
//---
|
||||
var localid = JSON.parse(x).id;
|
||||
var local_id = JSON.parse(x)._id;
|
||||
|
|
@ -3365,8 +3364,6 @@ const Config_Documents = (props) => {
|
|||
|
||||
<div className="div_row_gauche"> Choisir le document à ajouter <br />
|
||||
|
||||
|
||||
|
||||
<Autocomplete
|
||||
disablePortal
|
||||
name="champ_table"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -2411,6 +2411,7 @@ const Partner = (props) => {
|
|||
|
||||
partner_client_id={""}
|
||||
partner_owner_recid={conntected_account_partner_owner_recid}
|
||||
conntected_account_id={conntected_account_id}
|
||||
type_user_connected={"partner_account"}
|
||||
my_title={"Gestion Documentaire"}
|
||||
/>
|
||||
|
|
@ -3362,8 +3363,8 @@ const Partner = (props) => {
|
|||
class_external_code={orderid}
|
||||
class_internal_url={packs}
|
||||
formation_initiale={formation_initiale}
|
||||
read_access={check_user_acces_right("jury", "read")}
|
||||
write_access={check_user_acces_right("jury", "write")}
|
||||
conntected_account_id={conntected_account_id}
|
||||
|
||||
check_user_acces_right={check_user_acces_right} />
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3472,9 +3472,6 @@ const Partner_Configuration_Technique = (props) => {
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</DialogContent>
|
||||
|
||||
|
||||
|
|
@ -4478,7 +4475,6 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
|
||||
<h3 style={{ fontFamily: 'DM Sans' }}> Votre configuration </h3>
|
||||
|
||||
<div className="div_row" ref={myRef_head} id="myRef_head" >
|
||||
<Button variant="outlined" onClick={submenu_technique} className="detail_class_submenu" id='technique' name='technique'>Technique</Button>
|
||||
<Button variant="outlined" onClick={submenu_type_client} className="detail_class_submenu" id='type_client' name='type_client'>Type de clients </Button>
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@
|
|||
letter-spacing: 0.1rem;
|
||||
font-weight: normal;
|
||||
width: 100%;
|
||||
height: 2rem !important;
|
||||
}
|
||||
|
||||
.detail_class_submenu:hover:active,
|
||||
|
|
@ -796,6 +797,7 @@
|
|||
font-size: small;
|
||||
letter-spacing: 0.1rem;
|
||||
font-weight: normal;
|
||||
height: 2rem !important;
|
||||
}
|
||||
|
||||
.detail_class_submenu:hover:active,
|
||||
|
|
@ -1438,6 +1440,7 @@
|
|||
}
|
||||
|
||||
.detail_class_submenu {
|
||||
height: 2rem !important;
|
||||
background: #d8edfc;
|
||||
border-radius: 15px;
|
||||
margin-right: 1rem;
|
||||
|
|
@ -1970,6 +1973,7 @@
|
|||
}
|
||||
|
||||
.detail_class_submenu {
|
||||
height: 2rem !important;
|
||||
background: #d8edfc;
|
||||
border-radius: 15px;
|
||||
margin-right: 1rem;
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@
|
|||
letter-spacing: 0.1rem;
|
||||
font-weight: normal;
|
||||
width: 100%;
|
||||
height: 2rem !important;
|
||||
}
|
||||
|
||||
.detail_class_submenu:hover:active,
|
||||
|
|
@ -783,6 +784,7 @@
|
|||
}
|
||||
|
||||
.detail_class_submenu {
|
||||
height: 2rem !important;
|
||||
background: #d8edfc;
|
||||
border-radius: 15px;
|
||||
margin-right: 1rem;
|
||||
|
|
@ -1438,6 +1440,7 @@
|
|||
}
|
||||
|
||||
.detail_class_submenu {
|
||||
height: 2rem !important;
|
||||
background: #d8edfc;
|
||||
border-radius: 15px;
|
||||
margin-right: 1rem;
|
||||
|
|
@ -1970,6 +1973,7 @@
|
|||
}
|
||||
|
||||
.detail_class_submenu {
|
||||
height: 2rem !important;
|
||||
background: #d8edfc;
|
||||
border-radius: 15px;
|
||||
margin-right: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue