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