| 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}} | {{$ligne->CommandeClient->Client->raisonSociale}} | @else-- | @if ($ligne->Client != null){{$ligne->Client->raisonSociale}} | @else-- | @endif @endif{{$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}} |