場所 手持数量 注文済数量 確保済数量 使用可能数量
@if($mode == 'edit') @endif
@if($product->set_type == Enum::value('SetType.Set'))
@else @if( $product->set_type==Enum::value('SetType.Single') && $product->product_type!=Enum::value('ProductType.Parts'))
@else @if($product->product_type==Enum::value('ProductType.Parts'))
@foreach($parentPartComponent as $row) @php($url = route('products.modal', ['product'=>$row->parent_product_id])) @endforeach
商品
@php($canView = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canView)) @if($canView) @else {{$row->product_name}} @endif
@endif
{{--
@if($mode == 'create') 仕入先は商品の登録後に入力できます。
@elseif($mode == 'edit' || $mode == 'copy')
@if($mode == 'edit') @php($url = route('product-suppliers.index', ['product'=>$product->id])) @endif @if($mode == 'copy') 仕入先は商品の登録後に修正できます。 @endif
仕入先コード 仕入先名 通貨 価格
@endif
--}}
{{-- modal --}} {{-- script --}}