仕入データ検索
{{-- 検索条件 --}}
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}} @if($params->exsearch)
@foreach($details as $row) @endforeach
{{$row->receipt_date}} {{$row->slip_number}} {{$row->invoice_number}} {{obj_attr($row->supplier, 'supplier_code')}} {{obj_attr($row->supplier, 'supplier_name')}} @php($foreignAmount = $row->total_standard + $row->total_reduced + $row->total_exempt) {{num_format($foreignAmount, $row->currency->decimal_digits)}} @php($jpyAmount = $row->total_standard_jpy + $row->total_reduced_jpy + $row->total_exempt_jpy) {{num_format($jpyAmount)}}
{{-- 項目ソート --}}
@else {{-- 初期状態表示 --}}
検索条件を入力して検索してください。
@endif
{{-- modal --}} {{-- script --}}