From 7a1524ba54f43d0f2a19e4bca2c6a2e0b01c5ef1 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 17 Jun 2025 09:02:32 +0000 Subject: (대표님) 20250617 18시 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tech-sales-quotation-submitted-vendor-ko.hbs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs') 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}}
* 선급 : {{project.className}} {{/if}} - {{#if project.shipModelName}} -
* 선형 : {{project.shipModelName}} - {{/if}}

- {{#if series}} + + {{#if items}}

- * 시리즈별 K/L 일정 (Keel Laying Quarter) - {{#each series}} -
- {{sersNo}}호선: {{klQuarter}} + 3) 자재명 + {{#each items}} +
* {{itemList}} ({{itemCode}}) {{/each}} + {{#if rfq.materialCode}} +
* 자재그룹 코드 : {{rfq.materialCode}} + {{/if}}

- {{/if}} + {{else}}

3) 자재명 : {{rfq.title}} {{#if rfq.materialCode}}
* 자재그룹 코드 : {{rfq.materialCode}} {{/if}}

+ {{/if}}

4) 견적 금액 : {{quotation.currency}} {{quotation.totalPrice}}

-- cgit v1.2.3