{!! Form::open(['method'=>'POST','id' => 'formulaire','action' => ['BonLivraisonController@show',$bonLivraison->id_bon_livraison]]) !!}
@if ($bonLivraison->statut == 1)
@endif
@if (Session::get('STOCK_ENTITE') == '1' || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == '1')
| N°Document |
N°UE |
@endif
Référence produit |
Désignation |
Code produit |
Emplacement |
Quantité |
@if (Session::get('NUMERO_SERIE'))
N° de série |
@endif
@if (Session::get('COMPOSE_PACK')=='1')
Produit composé |
Détail |
@endif
@foreach( $ligneBonLivraison as $ligne)
@if (Session::get('STOCK_ENTITE') == '1' || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == '1')
|
@if ($ligne->ligneProduit)
@if ($ligne->ligneProduit->StockProduit)
@if (!$ligne->ligneProduit->StockProduit->ligneBonReceptionUe->isEmpty())
@if ($ligne->ligneProduit->StockProduit->ligneBonReceptionUe[0]->ligneBonReception)
@if ($ligne->ligneProduit->StockProduit->ligneBonReceptionUe[0]->ligneBonReception->bonReception)
{!!$ligne->ligneProduit->StockProduit->ligneBonReceptionUe[0]->ligneBonReception->bonReception->num_document!!}
@endif
@endif
@endif
@endif
@endif
|
{!!$ligne->ligneProduit->stockProduit->num_ue!!} |
@endif
{!!$ligne->produit->reference!!} |
{!!$ligne->produit->designation!!} |
{!!$ligne->produit->code_identification!!} |
{!!$ligne->ligneProduit->StockProduit->Emplacement->libelle!!} |
{!! (float) $ligne->qnt!!}
|
@if (Session::get('NUMERO_SERIE'))
|
@endif
@if (Session::get('COMPOSE_PACK')=='1')
{{$ligne->produit->compose_pack}} |
|
@endif
@endforeach
{!! Form::close() !!}