dev #567
@ -1465,19 +1465,19 @@ export default function Estimate({}) {
|
||||
: 'none',
|
||||
}}
|
||||
>
|
||||
<input
|
||||
type="radio"
|
||||
name="estimateType"
|
||||
id="YJSS"
|
||||
value={'YJSS'}
|
||||
checked={estimateContextState?.estimateType === 'YJSS' ? true : false}
|
||||
onChange={(e) => {
|
||||
//주문분류
|
||||
setHandlePricingFlag(true)
|
||||
setEstimateContextState({ estimateType: e.target.value, setEstimateContextState })
|
||||
}}
|
||||
/>
|
||||
<label htmlFor="YJSS">{getMessage('estimate.detail.estimateType.yjss')}</label>
|
||||
{/*<input*/}
|
||||
{/* type="radio"*/}
|
||||
{/* name="estimateType"*/}
|
||||
{/* id="YJSS"*/}
|
||||
{/* value={'YJSS'}*/}
|
||||
{/* checked={estimateContextState?.estimateType === 'YJSS' ? true : false}*/}
|
||||
{/* onChange={(e) => {*/}
|
||||
{/* //주문분류*/}
|
||||
{/* setHandlePricingFlag(true)*/}
|
||||
{/* setEstimateContextState({ estimateType: e.target.value, setEstimateContextState })*/}
|
||||
{/* }}*/}
|
||||
{/*/>*/}
|
||||
{/*<label htmlFor="YJSS">{getMessage('estimate.detail.estimateType.yjss')}</label>*/}
|
||||
</div>
|
||||
<div className="d-check-radio light">
|
||||
<input
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user