diff --git a/src/components/Materiels.js b/src/components/Materiels.js
index 41e4b0f..03d6c31 100644
--- a/src/components/Materiels.js
+++ b/src/components/Materiels.js
@@ -77,7 +77,7 @@ const Materiels = (props) => {
const columns = [
{ field: '_id', headerName: '_id', hide: true },
{ field: 'id', headerName: 'id', hide: true },
- { field: 'ref_interne', headerName: 'Ref. Interne', flex: 1, },
+ { field: 'ref_interne', headerName: 'Ref. Interne', flex: 1, },
{ field: 'nom', headerName: 'Nom', flex: 1, hide: false, },
{ field: 'famille', headerName: 'Famille', flex: 1, hide: false, },
{ field: 'marque', headerName: 'Marque', flex: 1, hide: false, },
@@ -149,7 +149,7 @@ const Materiels = (props) => {
const columns_materielle_affectation = [
{ field: '_id', headerName: '_id', hide: true },
{ field: 'id', headerName: 'id', hide: true },
- { field: 'poste', headerName: 'Poste', flex: 1, },
+ { field: 'poste', headerName: 'Poste', flex: 1, },
{ field: 'date_du', headerName: 'Du', width: 150, hide: false, },
{ field: 'date_au', headerName: 'Au', width: 150, hide: false, },
{ field: 'related_target_collection_object', headerName: 'Cible', flex: 1, hide: false, },
@@ -224,7 +224,7 @@ const Materiels = (props) => {
const columns_ressources_associes = [
{ field: '_id', headerName: '_id', hide: true },
{ field: 'id', headerName: 'id', hide: true },
- { field: 'poste', headerName: 'Poste', flex: 1, },
+ { field: 'poste', headerName: 'Poste', flex: 1, },
{ field: 'date_du', headerName: 'Du', width: 150, hide: false, },
{ field: 'date_au', headerName: 'Au', width: 150, hide: false, },
{ field: 'related_target_collection_object', headerName: 'Cible', flex: 1, hide: false, },
@@ -3305,9 +3305,10 @@ const Materiels = (props) => {
{String(submenu) === "detail_materiel" && String(add_One_Materiel) === "1" &&
-
-
+
+ {/*
+ */}
diff --git a/src/components/Partner_Client.js b/src/components/Partner_Client.js
index 4378e17..d8622fe 100644
--- a/src/components/Partner_Client.js
+++ b/src/components/Partner_Client.js
@@ -304,7 +304,7 @@ const Partner_Client = (props) => {
axios.post(myurl, form).then(res => {
//console.log(" In Get_List_Partner_Clients res.data.status = " + res.data.status);
- console.log(" In Get_List_Partner_Clients res.data.message r_class = " + res.data.message);
+ //console.log(" In Get_List_Partner_Clients res.data.message r_class = " + res.data.message);
if (String(res.data.status) === String("true")) {
setGet_List_Partner_Clients_api("true");
diff --git a/src/components/Partner_Commande.js b/src/components/Partner_Commande.js
index c9111f1..d64ba41 100644
--- a/src/components/Partner_Commande.js
+++ b/src/components/Partner_Commande.js
@@ -619,6 +619,7 @@ const Partner_Commande = (props) => {
if (new_data2.length > 0) {
setNew_GetCurrentPartnerClass_result(new_data2);
+ //console.log(" ### setNew_GetCurrentPartnerClass_result = ", New_GetCurrentPartnerClass_result);
}
@@ -1467,7 +1468,7 @@ const Partner_Commande = (props) => {
if (new_data2.length > 0) {
setNew_Getall_TrainingSession_result(new_data2);
- console.log(" ### new_data2 = ", new_data2);
+ console.log(" ### setNew_Getall_TrainingSession_result = ", new_data2);
}
@@ -1516,7 +1517,7 @@ const Partner_Commande = (props) => {
if (point_config_tva.config_value) {
setpartner_taux_tva(point_config_tva.config_value);
- console.log(" GGG TVA PART = ", point_config_tva.config_value);
+ //console.log(" GGG TVA PART = ", point_config_tva.config_value);
}
} else {
@@ -3052,8 +3053,7 @@ const Partner_Commande = (props) => {
- console.log(" ### qty = ", qty, " ### unit_price = ", unit_price, " ### total_base1 = ", total_base1, " ### total_reduction = ",
- total_reduction, " ### reduct_value = ", reduct_value);
+ //console.log(" ### qty = ", qty, " ### unit_price = ", unit_price, " ### total_base1 = ", total_base1, " ### total_reduction = ", total_reduction, " ### reduct_value = ", reduct_value);
var montant_taxe_tva = ((total_base1 - total_reduction) * [parseFloat(String(partner_taux_tva)) / 100]).toFixed(3);
var montant_ttc = ((total_base1 - total_reduction) * (1 + [parseFloat(String(partner_taux_tva)) / 100])).toFixed(3); //(total_base2 + montant_taxe_tva).toFixed(2);
@@ -3064,7 +3064,7 @@ const Partner_Commande = (props) => {
setp_add_line_item_taxe_amount(String(montant_taxe_tva));
setp_add_line_item_total_amount_ttc(String(montant_ttc));
- console.log(" ### montant tva = ", String(montant_taxe_tva), " ### montant TTC = ", String(montant_ttc));
+ //console.log(" ### montant tva = ", String(montant_taxe_tva), " ### montant TTC = ", String(montant_ttc));
}
@@ -3786,7 +3786,6 @@ const Partner_Commande = (props) => {
- // zzzz
return (
@@ -3910,7 +3909,7 @@ const Partner_Commande = (props) => {
-
+ {/****** Dialog pour la gestion d'un article */}