From 1eb7cf92d1d7711e5d62a750e7611dc6fd1a241d Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 28 Nov 2025 07:45:32 +0000 Subject: (최겸) 구매 피드백 반영(입찰SAP 취소 개발 잔재) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bidding/create/bidding-create-dialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/bidding/create/bidding-create-dialog.tsx b/components/bidding/create/bidding-create-dialog.tsx index bb7880f5..b3972e11 100644 --- a/components/bidding/create/bidding-create-dialog.tsx +++ b/components/bidding/create/bidding-create-dialog.tsx @@ -209,9 +209,9 @@ export function BiddingCreateDialog({ form, onSuccess }: BiddingCreateDialogProp form.setValue('bidPicName', code.DISPLAY_NAME || '') form.setValue('bidPicCode', code.PURCHASE_GROUP_CODE || '') // ID도 저장 (실제로는 사용자 ID가 필요) - if (code.user) { - form.setValue('bidPicId', code.user.id || undefined) - } + // if (code.user) { + // form.setValue('bidPicId', code.user.id || undefined) + // } } // 조달담당자 선택 핸들러 -- cgit v1.2.3