1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>eVCP 메일</title>
<style>
body {
margin: 0 !important;
padding: 20px !important;
background-color: #f4f4f4;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.email-container {
max-width: 600px;
margin: 0 auto;
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
</style>
</head>
<body>
<div class="email-container">
<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:24px; border-bottom:1px solid #163CC4; padding-bottom:16px;">
<tr>
<td align="center">
<span style="display: block; text-align: left; color: #163CC4; font-weight: bold; font-size: 32px;">eVCP</span>
</td>
</tr>
</table>
<h1 style="font-size:28px; line-height:40px; margin-bottom:16px;">
견적 검토 결과 안내 - RFQ NO. : #{{rfq.code}}
</h1>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
안녕하세요, <strong>{{vendor.name}}</strong>님.
</p>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
귀하께서 제출해주신 기술영업 견적서에 대한 검토 결과를 안내드립니다.
</p>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
아쉽게도 이번 건에서는 다른 업체의 견적이 선택되었습니다.
귀중한 시간을 할애하여 기술영업 견적서를 작성해 주신 점에 대해 깊이 감사드립니다.
<strong>본 기술영업 견적이 향후 실제 계약을 위한 구매 부서의 견적 요청을 제한하지 않는다는 점을 말씀드립니다.</strong>
</p>
<div style="margin-bottom:24px;">
<h2 style="font-size:20px; margin-bottom:12px;">가. 검토 대상 견적서 정보</h2>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>1) RFQ 번호 : {{rfq.code}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>2) 프로젝트 : {{project.name}}</strong>
<br>* 프로젝트 코드 : {{rfq.projectCode}}
{{#if project.sector}}
<br>* 부문 : {{project.sector}}
{{/if}}
{{#if project.shipCount}}
<br>* 척수 : {{project.shipCount}}척
{{/if}}
{{#if project.ownerName}}
<br>* 선주 : {{project.ownerName}}
{{/if}}
{{#if project.className}}
<br>* 선급 : {{project.className}}
{{/if}}
{{#if project.shipModelName}}
<br>* 선형 : {{project.shipModelName}}
{{/if}}
</p>
{{#if series}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>* 시리즈별 K/L 일정 (Keel Laying Quarter)</strong>
{{#each series}}
<br> - {{sersNo}}호선: {{klQuarter}}
{{/each}}
</p>
{{/if}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>3) 자재명 : {{rfq.title}}</strong>
{{#if rfq.materialCode}}
<br>* 자재그룹 코드 : {{rfq.materialCode}}
{{/if}}
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>4) 제출하신 견적 금액 : {{quotation.currency}} {{quotation.totalPrice}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>5) 견적 유효기간 : {{quotation.validUntil}}</strong>
</p>
{{#if quotation.remark}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>6) 제출하신 특이사항</strong>
<br>{{quotation.remark}}
</p>
{{/if}}
</div>
<div style="margin-bottom:24px;">
<h2 style="font-size:20px; margin-bottom:12px;">나. 검토 결과</h2>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>1) 결과 : 미선정</strong>
<br>이번 RFQ에서는 다른 업체가 선정되었습니다.
</p>
{{#if quotation.rejectionReason}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>2) 참고사항</strong>
<br>{{quotation.rejectionReason}}
</p>
{{/if}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>3) 감사 인사</strong>
<br>* 귀사의 견적서 응답에 진심으로 감사드립니다.
</p>
</div>
<div style="margin-bottom:24px;">
<h2 style="font-size:20px; margin-bottom:12px;">라. 담당자 연락처</h2>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>기술영업 담당자</strong>
<br>* 담당자 : {{manager.name}}
<br>* 이메일 : {{manager.email}}
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>문의 사항</strong>
<br>* 견적 관련 피드백이나 향후 협력 방안에 대해 문의하시기 바랍니다.
<br>* 새로운 사업 기회나 기술 제휴에 대해서도 언제든 연락 주시기 바랍니다.
</p>
</div>
<p>
<a href="{{systemUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px;">
기술영업 수신견적 목록 보기
</a>
</p>
<p style="font-size:14px; line-height:24px; margin-top:24px; color: #666;">
다시 한번 견적서 제출에 감사드리며, 향후 좋은 협력 기회가 있기를 기대합니다.<br>
{{companyName}} 기술영업
</p>
<table width="100%" cellpadding="0" cellspacing="0" style="margin-top:32px; border-top:1px solid #e5e7eb; padding-top:16px;">
<tr>
<td align="center">
<p style="font-size:16px; color:#6b7280; margin:4px 0;">© {{currentYear}} EVCP. {{t "email.vendor.invitation.copyright"}}</p>
<p style="font-size:16px; color:#6b7280; margin:4px 0;">{{t "email.vendor.invitation.no_reply"}}</p>
</td>
</tr>
</table>
</div>
</body>
</html>
|