YJSS 숨김처리
This commit is contained in:
parent
6a276c4bd7
commit
ed63cc664c
@ -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