{{-- No --}}
|
{{intval($index) + 1}}
|
{{-- 商品コード --}}
|
{{-- 商品名 --}}
|
{{-- 入荷数 --}}
@if($mode=='show')
@else
@endif
|
{{-- 受領場所 --}}
@if($mode=='show')
@else
@endif
|
{{-- 賞味期限 --}}
@php
use App\Enums\ProductType;
$productType = $row->product_type ?? ($row->product->product_type ?? null);
$showExpiryDate = ($productType == ProductType::Be->value);
@endphp
@if($showExpiryDate)
@if($mode=='show')
@else
@endif
@else
@endif
|
{{-- 単価 --}}
|
{{-- 為替レート --}}
|
{{-- 通貨 --}}
|
{{-- 入荷金額 --}}
|
{{-- 備考 --}}
@if($mode=='show')
@else
@endif
|
{{-- 削除 --}}
@if($mode!='show')
@endif
|