diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-28 07:45:32 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-28 07:45:32 +0000 |
| commit | 1eb7cf92d1d7711e5d62a750e7611dc6fd1a241d (patch) | |
| tree | b278c04fa755ed6375f20b5a179c60b033dd6d20 /components | |
| parent | 927b3d6cbfad6ce84ec1bff2faaace95e9586efd (diff) | |
(최겸) 구매 피드백 반영(입찰SAP 취소 개발 잔재)
Diffstat (limited to 'components')
| -rw-r--r-- | components/bidding/create/bidding-create-dialog.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
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)
+ // }
}
// 조달담당자 선택 핸들러
|
