@extends('app') @section('content') {!! Html::script('assets/js/jsPDF/jspdf.js') !!} {!! Html::script('assets/js/jsPDF/dist/jspdf.min.js') !!} {!! Html::script('assets/js/jsPDF/jsPDF-AutoTable/dist/jspdf.plugin.autotable.js') !!}

Détail d'une préparation

@if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgExist'))
{!! session('msgExist') !!}
@endif @if(Session::has('msgModifier'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgErreur'))
{!! session('msgExist') !!}
@endif
@if (Session::get('STOCK_ENTITE') =='1' || Session::get('STOCK_EMPLACEMENT_MOBILE') =='1')
@endif @if(Session::get('BL')=='1') @if(Session::get('CLIENT_LIVRAISONS')) @if(Session::get('CLIENT_LIVRAISONS_AJOUTER')) @if ($existBl ==0 && $preparation->statutPreparation!= 4 ) @endif @if($preparation->statutPreparation == 3 && $existBl >0) @elseif($preparation->statutPreparation == 3) @endif @else @if($preparation->statutPreparation == 3 && $existBl >0) Visualiser BL @endif @endif @endif @endif
@if (Session::get('STOCK_ENTITE') == "1" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "1")
CommandeClient != null) value="{!!$preparation->CommandeClient->numCommande!!}" @endif readonly >
@endif
@if ($preparation->Client != null) @else @endif
Client->region == 0) value ="" @else value ="{{$preparation->Client->willaya->nom_wilaya}}" @endif readonly>
@if ($preparation->Client != null) @else @endif
idTransporteur != null) value="{{$preparation->Transporteur->numTransporteur}}-{{$preparation->Transporteur->nomTransporteur}} {{$preparation->Transporteur->prenomTransporteur}}" @endif readonly>
@if (Session::get('STOCK_ENTITE') == "0" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "0")
@endif
@if (Session::get('STOCK_ENTITE') == '1')
entite != null) value="{{ $preparation->entite->type_entite }} / {{ $preparation->entite->num_entite }} / {{ $preparation->entite->libelle_entite }}" @endif readonly>
@endif @if($preparation->idCommande != 0 && Session::get('STOCK_ENTITE') != 1)
@endif


@if(Session::get('N_LOT')=='1') @endif @if ($preparation->statutPreparation != 3 && $preparation->statutPreparation != 4) @if(Session::get('CLIENT_PREPARATION_SIMULER_FO')=='1') @endif @endif @foreach($LigneProduits as $LigneProduit) @if($LigneProduit->stockProduit != null) @else @endif @if(Session::get('N_LOT')=='1') @endif @if ($preparation->statutPreparation != 3 && $preparation->statutPreparation != 4) @if(Session::get('CLIENT_PREPARATION_SIMULER_FO')=='1') @endif @endif @endforeach
N°UE Référence Désignation Code produitNuméro de lotEmplacement Quantité Reste à préparer Quantité préparée Opérateur Poids Simuler saisie FO
{!!$LigneProduit->stockProduit->num_ue !!}{!!$LigneProduit->Produit->reference!!} {!!$LigneProduit->Produit->designation!!} {!!$LigneProduit->Produit->code_identification!!}{!!$LigneProduit->StockProduit->numero_lot!!}{!!$LigneProduit->StockProduit->Emplacement->libelle!!} {!! (float) $LigneProduit->quantite_a_preparer!!} {!! (float) $LigneProduit->quantite_restante!!} {!! (float) $LigneProduit->quantite_preparer!!} {!!$LigneProduit->User->nom!!} {!!$LigneProduit->User->prenom!!} {!!$LigneProduit->total_poids!!} @if ($LigneProduit->quantite_restante != 0) @endif
@endsection