summaryrefslogtreecommitdiff
path: root/lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-17 09:02:32 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-17 09:02:32 +0000
commit7a1524ba54f43d0f2a19e4bca2c6a2e0b01c5ef1 (patch)
treedaa214d404c7fc78b32419a028724e5671a6c7a4 /lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs
parentfa6a6093014c5d60188edfc9c4552e81c4b97bd1 (diff)
(대표님) 20250617 18시 작업사항
Diffstat (limited to 'lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs')
-rw-r--r--lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs18
1 files changed, 10 insertions, 8 deletions
diff --git a/lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs b/lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs
index 0bc234c7..0bc39964 100644
--- a/lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs
+++ b/lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs
@@ -37,25 +37,27 @@
{{#if project.className}}
<br>* 선급 : {{project.className}}
{{/if}}
- {{#if project.shipModelName}}
- <br>* 선형 : {{project.shipModelName}}
- {{/if}}
</p>
- {{#if series}}
+
+ {{#if items}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
- <strong>* 시리즈별 K/L 일정 (Keel Laying Quarter)</strong>
- {{#each series}}
- <br> - {{sersNo}}호선: {{klQuarter}}
+ <strong>3) 자재명</strong>
+ {{#each items}}
+ <br>* {{itemList}} ({{itemCode}})
{{/each}}
+ {{#if rfq.materialCode}}
+ <br>* 자재그룹 코드 : {{rfq.materialCode}}
+ {{/if}}
</p>
- {{/if}}
+ {{else}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>3) 자재명 : {{rfq.title}}</strong>
{{#if rfq.materialCode}}
<br>* 자재그룹 코드 : {{rfq.materialCode}}
{{/if}}
</p>
+ {{/if}}
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>4) 견적 금액 : {{quotation.currency}} {{quotation.totalPrice}}</strong>
</p>