diff options
Diffstat (limited to 'lib/rfq-last/vendor/send-rfq-dialog.tsx')
| -rw-r--r-- | lib/rfq-last/vendor/send-rfq-dialog.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rfq-last/vendor/send-rfq-dialog.tsx b/lib/rfq-last/vendor/send-rfq-dialog.tsx index bf90bc6e..b5dcad5b 100644 --- a/lib/rfq-last/vendor/send-rfq-dialog.tsx +++ b/lib/rfq-last/vendor/send-rfq-dialog.tsx @@ -1059,7 +1059,7 @@ export function SendRfqDialog({ <th className="text-left p-2 text-xs font-medium">No.</th> <th className="text-left p-2 text-xs font-medium">업체명</th> <th className="text-left p-2 text-xs font-medium">기본계약</th> - <th className="text-left p-2 text-xs font-medium"> + {/* <th className="text-left p-2 text-xs font-medium"> <div className="flex items-center gap-2"> <span>계약서 재발송</span> {vendorsWithRecipients.some(v => v.sendVersion && v.sendVersion > 0) && ( @@ -1091,7 +1091,7 @@ export function SendRfqDialog({ </TooltipProvider> )} </div> - </th> + </th> */} <th className="text-left p-2 text-xs font-medium">주 수신자</th> <th className="text-left p-2 text-xs font-medium">CC</th> <th className="text-left p-2 text-xs font-medium">작업</th> @@ -1222,7 +1222,7 @@ export function SendRfqDialog({ <span className="text-xs text-muted-foreground">없음</span> )} </td> - <td className="p-2"> + {/* <td className="p-2"> {isResend && contracts.length > 0 ? ( <div className="flex items-center justify-center"> <TooltipProvider> @@ -1259,7 +1259,7 @@ export function SendRfqDialog({ {isResend ? "계약서 없음" : "-"} </span> )} - </td> + </td> */} <td className="p-2"> <Select value={vendor.selectedMainEmail} |
