Compare commits

..

No commits in common. "61081475f7e3fe50194aeac0007ef73ac4f56ed7" and "afa8d5d62aaefbec00a4a3a8c2b4b73130b09fb7" have entirely different histories.

3 changed files with 1 additions and 17 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 mr10">
<div className="d-check-radio light ">
<input
type="radio"
id="schUnitPricePdfFlg1"
@ -197,20 +197,6 @@ 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,7 +994,6 @@
"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,7 +994,6 @@
"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": "견적제출서 표시명",