Compare commits
No commits in common. "64c0549cca314ab2b8d4de87d310cfd310d78645" and "1462d584be23e9d0d4bf790837dab795781f6615" have entirely different histories.
64c0549cca
...
1462d584be
@ -183,7 +183,7 @@ export default function DocDownOptionPop({ planNo, setEstimatePopupOpen, docDown
|
|||||||
/>
|
/>
|
||||||
<label htmlFor="schUnitPricePdfFlg0">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0')}</label>
|
<label htmlFor="schUnitPricePdfFlg0">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0')}</label>
|
||||||
</div>
|
</div>
|
||||||
<div className="d-check-radio light mr10">
|
<div className="d-check-radio light ">
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
id="schUnitPricePdfFlg1"
|
id="schUnitPricePdfFlg1"
|
||||||
@ -197,20 +197,6 @@ export default function DocDownOptionPop({ planNo, setEstimatePopupOpen, docDown
|
|||||||
/>
|
/>
|
||||||
<label htmlFor="schUnitPricePdfFlg1">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1')}</label>
|
<label htmlFor="schUnitPricePdfFlg1">{getMessage('estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1')}</label>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -994,7 +994,6 @@
|
|||||||
"estimate.detail.docPopup.schUnitPriceFlg": "ダウンロードファイル",
|
"estimate.detail.docPopup.schUnitPriceFlg": "ダウンロードファイル",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg0": "仕切用Excel",
|
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg0": "仕切用Excel",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg1": "定価用Excel",
|
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg1": "定価用Excel",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg2": "見積書",
|
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0": "仕切用PDF",
|
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0": "仕切用PDF",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1": "定価用PDF",
|
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1": "定価用PDF",
|
||||||
"estimate.detail.docPopup.schDisplayFlg": "見積提出書の表示名",
|
"estimate.detail.docPopup.schDisplayFlg": "見積提出書の表示名",
|
||||||
|
|||||||
@ -994,7 +994,6 @@
|
|||||||
"estimate.detail.docPopup.schUnitPriceFlg": "다운로드 파일",
|
"estimate.detail.docPopup.schUnitPriceFlg": "다운로드 파일",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg0": "견적가 Excel",
|
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg0": "견적가 Excel",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg1": "정가용 Excel",
|
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg1": "정가용 Excel",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.excelFlg2": "견적서",
|
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0": "견적가 PDF",
|
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg0": "견적가 PDF",
|
||||||
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1": "정가용 PDF",
|
"estimate.detail.docPopup.schUnitPriceFlg.pdfFlg1": "정가용 PDF",
|
||||||
"estimate.detail.docPopup.schDisplayFlg": "견적제출서 표시명",
|
"estimate.detail.docPopup.schDisplayFlg": "견적제출서 표시명",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user