From 1255d30c3a2cb5fe39f38e1154ed1c93b99459db Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 25 Jun 2025 17:29:29 +0900 Subject: [PATCH] =?UTF-8?q?[1122]DESING=E3=81=AE=E8=A6=8B=E7=A9=8Dexcel?= =?UTF-8?q?=E6=A7=98=E5=BC=8F=E3=81=AE=E8=BF=BD=E5=8A=A0=20-=20=EA=B2=AC?= =?UTF-8?q?=EC=A0=81=EC=84=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../estimate/popup/DocDownOptionPop.jsx | 16 +++++++++++++++- src/locales/ja.json | 1 + src/locales/ko.json | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/estimate/popup/DocDownOptionPop.jsx b/src/components/estimate/popup/DocDownOptionPop.jsx index 62107a08..64f5537c 100644 --- a/src/components/estimate/popup/DocDownOptionPop.jsx +++ b/src/components/estimate/popup/DocDownOptionPop.jsx @@ -183,7 +183,7 @@ export default function DocDownOptionPop({ planNo, setEstimatePopupOpen, docDown /> -
+
+
+ { + setSchDownload('EXCEL2') + setSchUnitPriceFlg(e.target.value) + }} + /> + +
diff --git a/src/locales/ja.json b/src/locales/ja.json index 3b6962c6..f0bab819 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -994,6 +994,7 @@ "estimate.detail.docPopup.schUnitPriceFlg": "ダウンロードファイル", "estimate.detail.docPopup.schUnitPriceFlg.excelFlg0": "仕切用Excel", "estimate.detail.docPopup.schUnitPriceFlg.excelFlg1": "定価用Excel", + "estimate.detail.docPopup.schUnitPriceFlg.excelFlg2": "見積書", "estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0": "仕切用PDF", "estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1": "定価用PDF", "estimate.detail.docPopup.schDisplayFlg": "見積提出書の表示名", diff --git a/src/locales/ko.json b/src/locales/ko.json index f0169fbb..62b60350 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -994,6 +994,7 @@ "estimate.detail.docPopup.schUnitPriceFlg": "다운로드 파일", "estimate.detail.docPopup.schUnitPriceFlg.excelFlg0": "견적가 Excel", "estimate.detail.docPopup.schUnitPriceFlg.excelFlg1": "정가용 Excel", + "estimate.detail.docPopup.schUnitPriceFlg.excelFlg2": "견적서", "estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0": "견적가 PDF", "estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1": "정가용 PDF", "estimate.detail.docPopup.schDisplayFlg": "견적제출서 표시명",