diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 07:59:35 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 07:59:35 +0000 |
| commit | 4fe733d7d9d3d873fa395133e9a42cf9fc8c44dc (patch) | |
| tree | cd2429665d9fd55620c748c41d600f3e2cb0e685 /lib/rfq-last/vendor/send-rfq-dialog.tsx | |
| parent | ee52c983423fbc63373ce1dacb041d973da502df (diff) | |
(최겸) 구매 피드백 반영(용어 수정, 견적유형, 조건설정, 첨부파일 선택사항 등)
Diffstat (limited to 'lib/rfq-last/vendor/send-rfq-dialog.tsx')
| -rw-r--r-- | lib/rfq-last/vendor/send-rfq-dialog.tsx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/rfq-last/vendor/send-rfq-dialog.tsx b/lib/rfq-last/vendor/send-rfq-dialog.tsx index 34777864..ed43d87f 100644 --- a/lib/rfq-last/vendor/send-rfq-dialog.tsx +++ b/lib/rfq-last/vendor/send-rfq-dialog.tsx @@ -653,10 +653,7 @@ export function SendRfqDialog({ return; } - if (selectedAttachments.length === 0) { - toast.warning("최소 하나 이상의 첨부파일을 선택해주세요."); - return; - } + // 첨부파일은 선택사항 - 없어도 발송 가능 // 재발송 업체 확인 const resendVendors = vendorsWithRecipients.filter(v => v.sendVersion && v.sendVersion > 0); @@ -1350,12 +1347,12 @@ export function SendRfqDialog({ </Button> <Button onClick={handleSend} - disabled={isSending || isGeneratingPdfs || selectedAttachments.length === 0} + disabled={isSending || isGeneratingPdfs} > {isGeneratingPdfs ? ( <> <RefreshCw className="h-4 w-4 mr-2 animate-spin" /> - 계약서 생성중... ({Math.round(pdfGenerationProgress)}%) + RFQ 송부중... ({Math.round(pdfGenerationProgress)}%) </> ) : isSending ? ( <> |
