@php($customerAddress = old('prefecture', $customer->prefecture).
old('address1', $customer->address1).
old('address2', $customer->address2).
old('address3', $customer->address3))
{{----}}
{{--
--}}
@if($mode == 'create')
営業担当は得意先の登録後に入力できます。
@elseif($mode == 'edit' || $mode == 'copy')
@if($mode == 'edit')
@php($url = route('customer-category-sales-reps.index', ['customer'=>$customer->id]))
@endif
@if($mode == 'copy')
営業担当は得意先の登録後に修正できます。
@endif
@endif
| クラス(大分類) | 営業担当者 |
|---|---|
@if($mode == 'create')
グループ価格設定は得意先の登録後に入力できます。
@elseif($mode == 'edit' || $mode == 'copy')
@if($mode == 'edit')
@php($url = route('customer-category-price-ranks.index', ['customer'=>$customer->id]))
@endif
@if($mode == 'copy')
グループ価格設定は得意先の登録後に修正できます。
@endif
@endif
| 価格設定グループ | 単価ランク |
|---|---|