Merge pull request 'dev' (#153) from dev into dev-deploy
Reviewed-on: #153
This commit is contained in:
commit
64c0549cca
@ -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 ">
|
<div className="d-check-radio light mr10">
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
id="schUnitPricePdfFlg1"
|
id="schUnitPricePdfFlg1"
|
||||||
@ -197,6 +197,20 @@ 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,6 +994,7 @@
|
|||||||
"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,6 +994,7 @@
|
|||||||
"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