From 90f79a7a691943a496f67f01c1e493256070e4de Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 7 Jul 2025 01:44:45 +0000 Subject: (대표님) 변경사항 20250707 10시 43분 - unstaged 변경사항 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mail/templates/evaluation-request.hbs | 285 ++++++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 lib/mail/templates/evaluation-request.hbs (limited to 'lib/mail/templates/evaluation-request.hbs') diff --git a/lib/mail/templates/evaluation-request.hbs b/lib/mail/templates/evaluation-request.hbs new file mode 100644 index 00000000..84aae0f5 --- /dev/null +++ b/lib/mail/templates/evaluation-request.hbs @@ -0,0 +1,285 @@ + + + + + + 협력업체 평가 요청 + + + +
+
+

🏢 협력업체 정기평가 요청

+
Vendor Performance Evaluation Request
+
+ +
+ 안녕하세요, {{reviewerName}}님 +
+ +

+ {{departmentLabel}}으로 지정되어 아래 협력업체에 대한 정기평가를 요청드립니다. +

+ +
+ 📋 {{departmentLabel}} +
+ + +
+

📊 평가 대상 정보

+ +
+ 업체명: + {{evaluation.vendorName}} + + 업체코드: + {{evaluation.vendorCode}} + + 평가년도: + {{evaluation.evaluationYear}}년 + + + 구분: + + {{#eq evaluation.division "SHIP"}}조선{{else}}{{#eq evaluation.division "PLANT"}}해양{{/eq}}{{/eq}} + + + 내외자: + + + {{#eq evaluation.domesticForeign "DOMESTIC"}}국내{{else}}해외{{/eq}} + + + + 자재구분: + + + {{#eq evaluation.materialType "EQUIPMENT"}}기자재{{else}}{{#eq evaluation.materialType "BULK"}}벌크{{else}}{{#eq evaluation.materialType "EQUIPMENT_BULK"}}기자재+벌크{{else}}{{evaluation.materialType}}{{/eq}}{{/eq}}{{/eq}} + + +
+ +
+ + + {{#if otherReviewers}} +
+

👥 함께 평가하는 다른 담당자

+
+ {{#each otherReviewers}} +
+
+
{{this.name}}
+
{{this.email}}
+
+
{{this.department}}
+
+ {{/each}} +
+
+ {{/if}} + + + {{#if message}} +
+

💬 요청 메시지

+
"{{message}}"
+
+ {{/if}} + + +
+ + 🚀 평가 시작하기 + +
+ +
+

+ 📋 평가 진행 안내:
+ • 위 버튼을 클릭하여 온라인 평가 시스템에 접속하실 수 있습니다
+ • 평가 기준에 따라 각 항목별로 점수를 입력해 주세요
+ • 모든 평가가 완료되면 자동으로 최종 집계됩니다
+ • 문의사항이 있으시면 시스템 관리자에게 연락해 주세요 +

+
+ + +
+ + \ No newline at end of file -- cgit v1.2.3