From 01415109e63eb974c0bf2fbee5cf7920ea410e59 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Fri, 13 Feb 2026 14:16:20 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=9A=94=EC=B2=AD=EC=84=9C?= =?UTF-8?q?=20=EB=A9=94=EC=9D=BC=20=EB=B3=B8=EB=AC=B8=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/view/salesMng/quotationRequestMailPopup.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/WEB-INF/view/salesMng/quotationRequestMailPopup.jsp b/WebContent/WEB-INF/view/salesMng/quotationRequestMailPopup.jsp index 5311ad8..0f954a2 100644 --- a/WebContent/WEB-INF/view/salesMng/quotationRequestMailPopup.jsp +++ b/WebContent/WEB-INF/view/salesMng/quotationRequestMailPopup.jsp @@ -273,6 +273,7 @@ function fn_generateMailTemplate(){ var template = "안녕하세요.\n\n"; template += vendorName + " 귀하\n\n"; template += "아래와 같이 견적을 요청드립니다.\n\n"; + template += "각 품목별 납품가능일 표기 부탁드립니다.\n\n"; template += "견적요청번호: " + quotationNo + "\n"; if(projectNo !== ""){ template += "프로젝트번호: " + projectNo + "\n";