feat:영업파트너 수정 모달에 개인/단체 유형 변경 기능 추가
- 승인 전(pending): 라디오 버튼으로 개인/단체 변경 가능 - 승인 후(approved): 읽기 전용 뱃지로 표시 - 유형 변경 시 수당률 자동 설정 (단체 30%, 개인 초기화) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -196,6 +196,7 @@ public function update(Request $request, int $id)
|
||||
'password' => 'nullable|string|min:4|confirmed',
|
||||
'role_ids' => 'required|array|min:1',
|
||||
'role_ids.*' => 'exists:roles,id',
|
||||
'partner_type' => 'nullable|in:individual,corporate',
|
||||
'company_name' => 'nullable|string|max:100',
|
||||
'biz_no' => 'nullable|string|max:20',
|
||||
'address' => 'nullable|string|max:255',
|
||||
|
||||
Reference in New Issue
Block a user