[1122]DESINGの見積excel様式の追加 - 견적서 추가

This commit is contained in:
ysCha 2025-06-25 17:29:29 +09:00
parent b2f639a461
commit 1255d30c3a
3 changed files with 17 additions and 1 deletions

View File

@ -183,7 +183,7 @@ export default function DocDownOptionPop({ planNo, setEstimatePopupOpen, docDown
/>
<label htmlFor="schUnitPricePdfFlg0">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0')}</label>
</div>
<div className="d-check-radio light ">
<div className="d-check-radio light mr10">
<input
type="radio"
id="schUnitPricePdfFlg1"
@ -197,6 +197,20 @@ export default function DocDownOptionPop({ planNo, setEstimatePopupOpen, docDown
/>
<label htmlFor="schUnitPricePdfFlg1">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1')}</label>
</div>
<div className="d-check-radio light">
<input
type="radio"
id="schUnitPriceExcelFlg2"
name="schUnitPriceFlg"
value={'4'}
checked={schUnitPriceFlg === '4'}
onChange={(e) => {
setSchDownload('EXCEL2')
setSchUnitPriceFlg(e.target.value)
}}
/>
<label htmlFor="schUnitPriceExcelFlg2">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.excelFlg2')}</label>
</div>
</div>
</td>
</tr>

View File

@ -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": "見積提出書の表示名",

View File

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