| Date transfert | Référence produit | Désignation produit | @if(Session::get('N_LOT') == '1')Numéro de lot produit | @endifEmplacement source | Quantité transfert | Emplacement destination | @if(Session::get('USE_UE')=='1')N° UE | @endifStatut | Opérateur | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$transfert->date_trans}} | @if ($transfert->produitStock != null){{$transfert->produitStock->produit->reference }} | @else@endif @if ($transfert->produitStock != null) | {{$transfert->produitStock->produit->designation }} | @else@endif @if(Session::get('N_LOT') == '1') @if ($transfert->produitStock != null) | {{$transfert->produitStock->numero_lot }} | @else@endif @endif | {{$transfert->emplacementSource->libelle}} | {{ (float) $transfert->qntTrans }} | @if ($transfert->idEmplacementDes != 0) @if ($transfert->emp_mobile_des != null) {{ $transfert->emplacementDestination->libelle }} / {{ $transfert->emp_mobile_des }} @else {{ $transfert->emplacementDestination->libelle }} @endif @endif | @if(Session::get('USE_UE')=='1'){{$transfert->ssccTrans}} | @endif @if ($transfert->idEmplacementDes != 0)Terminé | @elseEn cours | @endif{{ $transfert->operateur->nom }} {{$transfert->operateur->prenom }} |
Affichage de l'élement {{($transferts->currentPage()-1)* $transferts->perPage()+($transferts->total() ? 1:0)}} à {{($transferts->currentPage()-1)*$transferts->perPage()+count($transferts)}} sur {{$transferts->total()}} éléments
{{ $transferts->links() }}