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": "견적제출서 표시명",