| 場所 | 手持数量 | 注文済数量 | 確保済数量 | 使用可能数量 |
|---|---|---|---|---|
@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'))
@endif
| 商品 |
|---|
|
@php($canView = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canView))
@if($canView)
|
{{--
--}}
@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
| 仕入先コード | 仕入先名 | 通貨 | 価格 |
|---|---|---|---|