Dumped Contents
In
ProduitsController.php
line 661:
];
}
}
dump($nbTotalAlertes,$produitsAlerte);
return new JsonResponse([
'nb_total' => $nbTotalAlertes,
'suspensions' => $produitsAlerte
6
In
ProduitsController.php
line 661:
];
}
}
dump($nbTotalAlertes,$produitsAlerte);
return new JsonResponse([
'nb_total' => $nbTotalAlertes,
'suspensions' => $produitsAlerte
array:5 [
0 => array:9 [
"id" => 9
"nom" => "JERSY P/C LING"
"reference" => "JERS"
"is_tissu" => true
"stock" => 0
"quantitelimite" => 0
"totalepoid" => "110,000"
"totpoidlimite" => 0
"couleurs" => array:1 [
0 => array:4 [
"couleur_nom" => "GOLD"
"message" => "Poids: 10 / Limite: 58,8"
"qte" => "10"
"qtelimite" => "58,8"
]
]
]
1 => array:9 [
"id" => 24
"nom" => "PIQUE P/C LING"
"reference" => "PIQ P/C"
"is_tissu" => true
"stock" => 0
"quantitelimite" => 0
"totalepoid" => "1249,000"
"totpoidlimite" => 0
"couleurs" => array:2 [
0 => array:4 [
"couleur_nom" => "BLEU ROI "
"message" => "Poids: 7 / Limite: 10"
"qte" => "7"
"qtelimite" => "10"
]
1 => array:4 [
"couleur_nom" => "Rouge"
"message" => "Poids: 3 / Limite: 10"
"qte" => "3"
"qtelimite" => "10"
]
]
]
2 => array:9 [
"id" => 45
"nom" => "LOTUS PUB"
"reference" => "LOT"
"is_tissu" => true
"stock" => 0
"quantitelimite" => 0
"totalepoid" => "862,500"
"totpoidlimite" => 0
"couleurs" => array:1 [
0 => array:4 [
"couleur_nom" => "Noir"
"message" => "Poids: 9 / Limite: 10"
"qte" => "9"
"qtelimite" => "10"
]
]
]
3 => array:9 [
"id" => 53
"nom" => "LOGO ESP"
"reference" => "LOGO"
"is_tissu" => false
"stock" => "4730,000"
"quantitelimite" => 0
"totalepoid" => 0
"totpoidlimite" => 0
"couleurs" => array:1 [
0 => array:4 [
"couleur_nom" => "GOLD"
"message" => "Quantité: 83 / Limite: 100"
"qte" => "83"
"qtelimite" => "100"
]
]
]
4 => array:9 [
"id" => 70
"nom" => "MOLTON P NON GRATTE"
"reference" => "N GRA"
"is_tissu" => true
"stock" => 0
"quantitelimite" => 0
"totalepoid" => "175,400"
"totpoidlimite" => 0
"couleurs" => array:1 [
0 => array:4 [
"couleur_nom" => "Noir"
"message" => "Poids: 7 / Limite: 10"
"qte" => "7"
"qtelimite" => "10"
]
]
]
]