summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor/rfq-vendor-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last/vendor/rfq-vendor-table.tsx')
-rw-r--r--lib/rfq-last/vendor/rfq-vendor-table.tsx10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/rfq-last/vendor/rfq-vendor-table.tsx b/lib/rfq-last/vendor/rfq-vendor-table.tsx
index 2ee2cb73..577ae492 100644
--- a/lib/rfq-last/vendor/rfq-vendor-table.tsx
+++ b/lib/rfq-last/vendor/rfq-vendor-table.tsx
@@ -1539,10 +1539,10 @@ export function RfqVendorTable({
)}
{/* 기본계약 수정 메뉴 추가 */}
- <DropdownMenuItem onClick={() => handleAction("edit-contract", vendor)}>
+ {/* <DropdownMenuItem onClick={() => handleAction("edit-contract", vendor)}>
<FileText className="mr-2 h-4 w-4" />
기본계약 수정
- </DropdownMenuItem>
+ </DropdownMenuItem> */}
{emailSentAt && (
<>
@@ -1824,9 +1824,6 @@ export function RfqVendorTable({
<Plus className="h-4 w-4 mr-2" />
벤더 추가
</Button>
-
- {selectedRows.length > 0 && (
- <>
{/* 정보 일괄 입력 버튼 - 취소되지 않은 벤더만 */}
<Button
variant="outline"
@@ -1837,7 +1834,8 @@ export function RfqVendorTable({
<Settings2 className="h-4 w-4 mr-2" />
협력업체 조건 설정 ({nonCancelledRows.length})
</Button>
-
+ {selectedRows.length > 0 && (
+ <>
{/* RFQ 발송 버튼 - 취소되지 않은 벤더만 */}
<Button
variant="outline"