| Sélectionner | N° préparation | N° commande | Raison sociale | Date prévue | @if (Session::get('STOCK_ENTITE') == "0" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "0")Nombre d'UE | @endifNombre produits | Total poids | Statut | |
|---|---|---|---|---|---|---|---|---|---|
| {{$ligne->numPreparation}} | @if($ligne->idCommande != 0){{$ligne->CommandeClient->numCommande}} | @else@endif | {{$ligne->Client->raisonSociale}} | {{$ligne->datePrevue}} | @if (Session::get('STOCK_ENTITE') == "0" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "0"){{$ligne->nombreUE}} | @endif{{$ligne->nombreProduits}} | {{(float) $ligne->totalPoids}} | {{$ligne->valeur}} |