{{-- header --}} @php($breadcrumbs = ['仕入一覧'=>null])
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden')
{{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{--
--}}
@php($slip_type = old('slip_type', $params->slip_type ?? []) ?? [])
{{--
--}}
{{-- |アクション --}}
{{-- 固有の検索前チェック --}} {{--
--}} {{-- データリスト --}}
{{-- --}} @php($visibleUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden') @foreach($details as $row) @php($paymented = $row->purchase->paymentDisbursements->isNotEmpty()) @php($paymentDisbursements = ($row->payment_disbursements > 0) ? Enum::value('PaymentDisbursementsStatus.On') : Enum::value('PaymentDisbursementsStatus.Off')) @php($paymentDisbursementsText = $paymentDisbursementsText = Enum::name('PaymentDisbursementsStatus', $paymentDisbursements)) @endforeach
支払
{{$row->purchase->purchase_date}} {{$row->slip_number}} {{Enum::name('PurchaseSlipType', $row->slip_type)}} {{$row->supplier_code}} {{$row->supplier_name}} {{$row->product_code}} {{$row->product_name}} {{$row->product_spec}} {{num_format($row->receipt_qty)}} {{num_format($row->unit_price, $row->purchase->currency->decimal_digits ?? 0)}} {{num_format($row->amount, $row->purchase->currency->decimal_digits ?? 0)}} {{num_format($row->amount_jpy)}} {{$paymentDisbursementsText}} @if(!$paymented) @endif
{{-- 項目ソート --}}
@isset($params->perpage) @endisset
{{-- modal --}} {{-- script --}}