diff options
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.hbs | 18 |
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> |
