04/01/2025 - 14h48
parent
862494bd80
commit
e54778bc3e
|
@ -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
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue