diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx
index af51ea74..de96d1a3 100644
--- a/src/components/estimate/Estimate.jsx
+++ b/src/components/estimate/Estimate.jsx
@@ -152,7 +152,7 @@ export default function Estimate({ params }) {
{/* 주문분류 */}
|
- 注文分類/주문분류 *
+ {getMessage('estimate.detail.orderType')} *
|
@@ -160,7 +160,7 @@ export default function Estimate({ params }) {
|
{/* 지붕재・사양시공 최대4개*/}
- | 屋根材・仕様施工 / 지붕재・사양시공 |
+ {getMessage('estimate.detail.roofCns')} |
@@ -178,7 +178,7 @@ export default function Estimate({ params }) {
|
{/* 비고 */}
- | 備考 /비고 |
+ {getMessage('estimate.detail.note')} |
@@ -193,9 +193,9 @@ export default function Estimate({ params }) {
@@ -273,23 +273,23 @@ export default function Estimate({ params }) {
- 수량 (PCS)
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.totPcs')}
74
- 용량 (Kw)
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.vol')}
8300
- 공급가액
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.netAmt')}
6,798,900
- 부가세 (10%)
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.vat')}
679,890
- 총액
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.totPrice')}
7,478,790
@@ -317,9 +317,9 @@ export default function Estimate({ params }) {
|
{getMessage('estimate.detail.sepcialEstimateProductInfo.pkgWeight')} |
- (모듈수량 * 수량) / 100) |
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.calcFormula1')} |
{getMessage('estimate.detail.sepcialEstimateProductInfo.pkgPrice')} |
- PKG단가(W) * PKG용량(W) |
+ {getMessage('estimate.detail.sepcialEstimateProductInfo.calcFormula2')} |
diff --git a/src/locales/ja.json b/src/locales/ja.json
index a75b6967..27b20ada 100644
--- a/src/locales/ja.json
+++ b/src/locales/ja.json
@@ -730,14 +730,25 @@
"estimate.detail.receiveUser": "担当者 ",
"estimate.detail.title": "案件名",
"estimate.detail.remarks": "メモ",
+ "estimate.detail.orderType": "注文分類",
+ "estimate.detail.roofCns": "屋根材・仕様施工",
+ "estimate.detail.note": "備考",
+ "estimate.detail.nextSubmit": "後日資料提出",
"estimate.detail.header.fileList1": "ファイル添付",
"estimate.detail.fileList.btn": "ファイル選択",
"estimate.detail.header.fileList2": "添付ファイル一覧",
"estimate.detail.header.specialEstimate": "見積もりの具体的な",
"estimate.detail.header.specialEstimateProductInfo": "製品情報",
+ "estimate.detail.sepcialEstimateProductInfo.totPcs": "数量 (PCS)",
+ "estimate.detail.sepcialEstimateProductInfo.vol": "容量 (Kw)",
+ "estimate.detail.sepcialEstimateProductInfo.netAmt": "供給価格",
+ "estimate.detail.sepcialEstimateProductInfo.vat": "付加価値税 (10%)",
+ "estimate.detail.sepcialEstimateProductInfo.totPrice": "総額",
"estimate.detail.sepcialEstimateProductInfo.pkgUnitPrice": "住宅PKG単価 (W)",
"estimate.detail.sepcialEstimateProductInfo.pkgWeight": "PKG容量 (Kw)",
"estimate.detail.sepcialEstimateProductInfo.pkgPrice": "PKG金額",
+ "estimate.detail.sepcialEstimateProductInfo.calcFormula1": "(モジュール容量 × 数量)÷1000",
+ "estimate.detail.sepcialEstimateProductInfo.calcFormula2": "PKG単価 (W)×PKG容量(W)",
"estimate.detail.header.showPrice": "価格表示",
"estimate.detail.showPrice.btn1": "Pricing",
"estimate.detail.showPrice.description": "クリックして製品の特異性を確認する",
diff --git a/src/locales/ko.json b/src/locales/ko.json
index 19dedd58..ecd5b73b 100644
--- a/src/locales/ko.json
+++ b/src/locales/ko.json
@@ -735,14 +735,25 @@
"estimate.detail.receiveUser": "담당자",
"estimate.detail.title": "안건명",
"estimate.detail.remarks": "메모",
+ "estimate.detail.orderType": "주문분류",
+ "estimate.detail.roofCns": "지붕재・사양시공",
+ "estimate.detail.note": "비고",
+ "estimate.detail.nextSubmit": "후일자료제출",
"estimate.detail.header.fileList1": "파일첨부",
"estimate.detail.fileList.btn": "파일선택",
"estimate.detail.header.fileList2": "첨부파일 목록",
"estimate.detail.header.specialEstimate": "견적특이사항",
"estimate.detail.header.specialEstimateProductInfo": "제품정보",
+ "estimate.detail.sepcialEstimateProductInfo.totPcs": "수량 (PCS)",
+ "estimate.detail.sepcialEstimateProductInfo.vol": "용량 (Kw)",
+ "estimate.detail.sepcialEstimateProductInfo.netAmt": "공급가액",
+ "estimate.detail.sepcialEstimateProductInfo.vat": "부가세 (10%)",
+ "estimate.detail.sepcialEstimateProductInfo.totPrice": "총액",
"estimate.detail.sepcialEstimateProductInfo.pkgUnitPrice": "주택PKG단가 (W)",
"estimate.detail.sepcialEstimateProductInfo.pkgWeight": "PKG 용량 (Kw)",
"estimate.detail.sepcialEstimateProductInfo.pkgPrice": "PKG 금액",
+ "estimate.detail.sepcialEstimateProductInfo.calcFormula1": "(모듈수량 * 수량)÷100",
+ "estimate.detail.sepcialEstimateProductInfo.calcFormula2": "PKG단가(W) * PKG용량(W)",
"estimate.detail.header.showPrice": "가격표시",
"estimate.detail.showPrice.btn1": "Pricing",
"estimate.detail.showPrice.description": "클릭하여 제품 특이사항 확인",