From 766f95945a7ca0fdb258d6a83229593e4fcccfa6 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 3 Jul 2025 02:50:02 +0000 Subject: (최겸) 기술영업 RFQ 견적 프로젝트별 생성 기능 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/techsales-rfq/table/create-rfq-top-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/techsales-rfq/table/create-rfq-top-dialog.tsx') diff --git a/lib/techsales-rfq/table/create-rfq-top-dialog.tsx b/lib/techsales-rfq/table/create-rfq-top-dialog.tsx index 6536e230..ef2229ac 100644 --- a/lib/techsales-rfq/table/create-rfq-top-dialog.tsx +++ b/lib/techsales-rfq/table/create-rfq-top-dialog.tsx @@ -75,7 +75,6 @@ type CreateTopRfqFormValues = z.infer interface WorkTypeOption { code: OffshoreTopWorkType name: string - description: string } interface CreateTopRfqDialogProps { @@ -346,6 +345,7 @@ export function CreateTopRfqDialog({ onCreated }: CreateTopRfqDialogProps) { selectedProjectId={field.value} onProjectSelect={handleProjectSelect} placeholder="입찰 프로젝트를 선택하세요" + pjtType="TOP" /> -- cgit v1.2.3