diff options
Diffstat (limited to 'lib/mail/templates/tech-sales-rfq-invite-ko.hbs')
| -rw-r--r-- | lib/mail/templates/tech-sales-rfq-invite-ko.hbs | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/lib/mail/templates/tech-sales-rfq-invite-ko.hbs b/lib/mail/templates/tech-sales-rfq-invite-ko.hbs index 0fe029e9..d3ee0d8f 100644 --- a/lib/mail/templates/tech-sales-rfq-invite-ko.hbs +++ b/lib/mail/templates/tech-sales-rfq-invite-ko.hbs @@ -32,34 +32,28 @@ <br>* 척수 : {{project.shipCount}}척 {{/if}} {{#if project.ownerName}} - <br>* 선주 : {{project.ownerName}} ({{project.ownerCode}}) + <br>* 선주 : {{project.ownerName}} {{/if}} {{#if project.className}} - <br>* 선급 : {{project.className}} ({{project.classCode}}) - {{/if}} - {{#if project.shipModelName}} - <br>* 선형 : {{project.shipModelName}} ({{project.shipModelCode}}) - {{/if}} - {{#if project.shipModelSize}} - <br>* 선형크기 : {{project.shipModelSize}} {{project.shipModelUnit}} - {{/if}} - {{#if project.projectManager}} - <br>* 견적대표PM : {{project.projectManager}} - {{/if}} - {{#if project.estimateStatus}} - <br>* 견적상태 : {{project.estimateStatus}} + <br>* 선급 : {{project.className}} {{/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>2) 자재명</strong> + {{#each items}} + <br>* {{itemList}} ({{itemCode}}) + {{#if workType}}<br> - 작업유형: {{workType}}{{/if}} + {{#if shipType}}<br> - 선종: {{shipType}}{{/if}} {{/each}} + {{#if rfq.materialCode}} + <br>* 자재그룹 코드 : {{rfq.materialCode}} + {{/if}} </p> - {{/if}} - + {{else}} <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> <strong>2) 자재명 : {{rfq.title}}</strong> {{#if rfq.materialCode}} @@ -69,6 +63,7 @@ <br>* 선종 : {{project.shipType}} {{/if}} </p> + {{/if}} <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> <strong>3) Spec, & Scope of Supply : 첨부 사양서 참조</strong> </p> |
