summaryrefslogtreecommitdiff
path: root/lib/mail/templates/pq-supplement-request.hbs
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-30 10:44:47 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-30 10:44:47 +0000
commit871a6d46a769cbe9e87146434f4bcb2d6792ab81 (patch)
treeacc25b3645e2253625e68f3721a203131ff4f3c4 /lib/mail/templates/pq-supplement-request.hbs
parent17b9d2016be7c0ab6571de6aba36b3f4ea37bdb1 (diff)
(최겸) 구매 PQ/실사 재개발(테스트 필요), 정규업체등록 결재 개발, 실사 의뢰 결재 후처리 등
Diffstat (limited to 'lib/mail/templates/pq-supplement-request.hbs')
-rw-r--r--lib/mail/templates/pq-supplement-request.hbs56
1 files changed, 56 insertions, 0 deletions
diff --git a/lib/mail/templates/pq-supplement-request.hbs b/lib/mail/templates/pq-supplement-request.hbs
new file mode 100644
index 00000000..68ea64f6
--- /dev/null
+++ b/lib/mail/templates/pq-supplement-request.hbs
@@ -0,0 +1,56 @@
+<!doctype html>
+<html lang="ko">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="x-ua-compatible" content="ie=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>PQ 보완요청</title>
+ <style>
+ body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans KR, Apple SD Gothic Neo, Helvetica, Arial, sans-serif; color: #111827; }
+ .container { max-width: 640px; margin: 0 auto; padding: 24px; background: #ffffff; }
+ .header { font-size: 20px; font-weight: 700; margin: 0 0 16px; }
+ .muted { color: #6b7280; font-size: 13px; }
+ .section { border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; margin: 16px 0; background: #fafafa; }
+ .label { font-size: 12px; color: #6b7280; margin-bottom: 4px; }
+ .value { font-size: 14px; color: #111827; white-space: pre-wrap; }
+ .btn { display: inline-block; background: #0ea5e9; color: #fff; text-decoration: none; padding: 10px 14px; border-radius: 6px; font-weight: 600; }
+ .footer { margin-top: 24px; font-size: 12px; color: #6b7280; }
+ </style>
+ </head>
+ <body>
+ <div class="container">
+ <h1 class="header">[eVCP] PQ 보완요청 안내</h1>
+
+ <p>
+ 안녕하세요, <strong>{{vendorName}}</strong> 담당자님.<br/>
+ 아래 PQ에 대해 보완 요청 사항이 접수되었습니다.
+ </p>
+
+ <div class="section">
+ <div class="label">PQ 번호</div>
+ <div class="value">{{pqNumber}}</div>
+ </div>
+
+ <div class="section">
+ <div class="label">보완 요청 내용</div>
+ <div class="value">{{comment}}</div>
+ </div>
+
+ {{#if reviewUrl}}
+ <p style="margin: 20px 0;">
+ <a class="btn" href="{{reviewUrl}}" target="_blank" rel="noopener">PQ 확인 및 수정하기</a>
+ </p>
+ {{/if}}
+
+ <p class="muted">
+ 본 메일은 시스템에서 자동 발송되었습니다. 문의가 필요하신 경우 회신 또는 담당자에게 연락해 주세요.
+ </p>
+
+ <div class="footer">
+ © {{year}} Samsung Heavy Industries. All rights reserved.
+ </div>
+ </div>
+ </body>
+ </html>
+
+