04/01/2025 - 14h48

recette2
cherif 2025-01-04 14:58:48 +01:00
parent 862494bd80
commit e54778bc3e
6 changed files with 1423 additions and 64 deletions

View File

@ -377,24 +377,22 @@ const CRM_Opportunite = (props) => {
new_data2.push(node);
setTaskStatus(new_data2);
var node = {
"_id": "",
"id": "",
"label": "",
"titre": "",
"title": "",
"description": "",
"status": "",
"priorite": "",
"revenu_cible": "",
"client_nom": "",
"client_id": "",
"contact_nom": "",
};
new_data2.push(node);
});
var node = {
"_id": "",
"id": "",
"label": "",
"titre": "",
"title": "",
"description": "",
"status": "",
"priorite": "",
"revenu_cible": "",
"client_nom": "",
"client_id": "",
"contact_nom": "",
};
new_data2.push(node);
if (new_data2.length > 0) {
setNew_Getall_Partner_CRM_Opportunite_result(new_data2);

File diff suppressed because it is too large Load Diff

View File

@ -3061,7 +3061,7 @@ const DistplayPartnerTraningsPage = (props) => {
onSelectionModelChange={(newSelectionModel) => {
setSelectionModel(newSelectionModel);
console.log("ch selected--" + newSelectionModel);
// console.log("ch selected--" + newSelectionModel);
}}
selectionModel={selectionModel}
localeText={frFR.components.MuiDataGrid.defaultProps.localeText}

View File

@ -2351,7 +2351,7 @@ const Partner = (props) => {
object_key={orderid}
class_internal_url={packs}
read_access={check_user_acces_right("session", "read")} write_access={check_user_acces_right("session", "write")}
check_user_acces_right={check_user_acces_right} />
check_user_acces_right={check_user_acces_right} reduce={"0"}/>
</div>
}
@ -3082,7 +3082,7 @@ const Partner = (props) => {
<DisplayPartnerSession conntected_employee_id={conntected_employee_id} object_key={orderid} class_internal_url={packs}
read_access={check_user_acces_right("session", "read")} write_access={check_user_acces_right("session", "write")}
check_user_acces_right={check_user_acces_right} />
check_user_acces_right={check_user_acces_right} reduce={"1"} />
</div>
}

View File

@ -171,7 +171,7 @@ const Partner_Configuration_Session_Steps = (props) => {
function Getall_Parter_Session_Steps(event) {
var form = new FormData();
const stored_cookie = getCookie('tokenmysypart');
form.append("token", stored_cookie);

View File

@ -42,7 +42,7 @@
opacity: 100%;
}
.Mui-disabled {
font-size: small !important;
@ -714,6 +714,26 @@
}
.block_groupe_class {
width: 100%;
float: right;
}
.block_groupe_class_text {
width: 100%;
float: left;
text-align: left;
padding-top: 15px;
}
.block_groupe_class_list {
width: 100%;
text-align: right;
float: left;
}
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
@ -1359,6 +1379,25 @@
}
.block_groupe_class {
width: 50%;
float: right;
}
.block_groupe_class_text {
width: 30%;
float: left;
text-align: left;
padding-top: 15px;
}
.block_groupe_class_list {
width: 69%;
text-align: right;
float: left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
@ -1929,6 +1968,25 @@
}
.block_groupe_class {
width: 50%;
float: right;
}
.block_groupe_class_text {
width: 45%;
float: left;
text-align: left;
padding-top: 15px;
}
.block_groupe_class_list {
width: 54%;
text-align: right;
float: left;
}
}
@media only screen and (min-width: 1200px) {
@ -2688,10 +2746,34 @@
.block_groupe_class {
width: 30%;
float: right;
}
.block_groupe_class_text {
width: 30%;
float: left;
text-align: left;
padding-top: 15px;
}
.block_groupe_class_list {
width: 65%;
text-align: right;
float: left;
}
}
// end media
/* .mode_affichage:hover:active,
.mode_affichage:hover {
background-color: #e7f3fb;
}*/
.DialogContent_width_700px {
width: 700px !important;