diff options
Diffstat (limited to 'lib/rfq-last/vendor/rfq-vendor-table.tsx')
| -rw-r--r-- | lib/rfq-last/vendor/rfq-vendor-table.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rfq-last/vendor/rfq-vendor-table.tsx b/lib/rfq-last/vendor/rfq-vendor-table.tsx index e21ec242..20dc5409 100644 --- a/lib/rfq-last/vendor/rfq-vendor-table.tsx +++ b/lib/rfq-last/vendor/rfq-vendor-table.tsx @@ -176,6 +176,7 @@ interface RfqVendorTableProps { rfqCode?: string; rfqDetails: RfqDetail[]; vendorResponses: VendorResponse[]; + rfqCategory?: "itb" | "rfq" | "general"; rfqInfo?: { rfqTitle: string; rfqType: string; @@ -261,6 +262,7 @@ export function RfqVendorTable({ rfqCode, rfqDetails, vendorResponses, + rfqCategory = "general", rfqInfo, attachments, }: RfqVendorTableProps) { @@ -1972,6 +1974,7 @@ export function RfqVendorTable({ open={isAddDialogOpen} onOpenChange={setIsAddDialogOpen} rfqId={rfqId} + rfqCategory={rfqCategory} onSuccess={() => { toast.success("벤더가 추가되었습니다."); setIsAddDialogOpen(false); |
