summaryrefslogtreecommitdiff
path: root/lib/tbe-last/vendor/tbe-table.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-03 04:48:47 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-03 04:48:47 +0000
commitdefda07c0bb4b0bd444ca8dc4fd3f89322bda0ce (patch)
treed7f257781f107d7ec2fd4ef76cb4f840f5065a06 /lib/tbe-last/vendor/tbe-table.tsx
parent00743c8b4190fac9117c2d9c08981bbfdce576de (diff)
(대표님) edp, tbe, dolce 등
Diffstat (limited to 'lib/tbe-last/vendor/tbe-table.tsx')
-rw-r--r--lib/tbe-last/vendor/tbe-table.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tbe-last/vendor/tbe-table.tsx b/lib/tbe-last/vendor/tbe-table.tsx
index d7ee0a06..48242088 100644
--- a/lib/tbe-last/vendor/tbe-table.tsx
+++ b/lib/tbe-last/vendor/tbe-table.tsx
@@ -21,6 +21,7 @@ import { VendorQADialog } from "./vendor-comment-dialog"
import { VendorDocumentsSheet } from "./vendor-documents-sheet"
import { VendorPrItemsDialog } from "./vendor-pr-items-dialog"
import { getTBEforVendor } from "../vendor-tbe-service"
+import { VendorEvaluationViewDialog } from "./vendor-evaluation-view-dialog"
interface TbeVendorTableProps {
promises: Promise<[
@@ -217,6 +218,13 @@ export function TbeVendorTable({ promises }: TbeVendorTableProps) {
onOpenChange={setPrItemsOpen}
rfqId={selectedRfqId}
/>
+ {/* Evaluation View Dialog */}
+ <VendorEvaluationViewDialog
+ open={evaluationViewOpen}
+ onOpenChange={setEvaluationViewOpen}
+ selectedSession={selectedSession}
+ sessionDetail={sessionDetail}
+ />
</>
)
} \ No newline at end of file