@extends('layouts.master', [
'class' => 'warehouse',
'plugins' => ['datatables' => true]
])
@section('content')
@component('components.card_main', [
'title' => __('warehouse.cartsHistory'),
'description' => __('warehouse.cartsHistoryDescription')
])
@slot( 'body' )
@component('components.search_data_form',
[
'plant' => ['active' => true],
'date_from' => ['active' => true],
'date_to' => ['active' => true],
'buttons' => ['reset' =>true, 'download'=>true ]
]
)
@endcomponent
@endslot
@slot('after_body')
@component('components.datatable')
@slot('thead')
@lang('master.view') |
ID |
@lang('warehouse.createdAt') |
@lang('warehouse.pickedAt') |
@lang('warehouse.deliveredAt') |
@lang('warehouse.totalMins') |
@lang('warehouse.waitMins') |
@lang('warehouse.fillMins') |
@lang('warehouse.stoppedMins') |
@lang('warehouse.order') |
@lang('warehouse.requestedQuantity') |
@lang('warehouse.suppQty') |
@lang('warehouse.type') |
@lang('master.part_number') |
@lang('master.line') |
@lang('master.facility') |
@endslot
@slot('tfoot')
|
ID |
@lang('warehouse.createdAt') |
@lang('warehouse.pickedAt') |
@lang('warehouse.deliveredAt') |
@lang('warehouse.totalMins') |
@lang('warehouse.waitMins') |
@lang('warehouse.fillMins') |
@lang('warehouse.stoppedMins') |
@lang('warehouse.order') |
@lang('warehouse.requestedQuantity') |
@lang('warehouse.suppQty') |
@lang('warehouse.type') |
@lang('master.part_number') |
@lang('master.line') |
@lang('master.facility') |
@endslot
@endcomponent
@endslot
@endcomponent
@endsection
@section('app-scripts')
@endsection