Compare commits

..

No commits in common. "65192b76906543f98d16ac24f2abbdbd471d3a95" and "7e2b5e751d4ba57d3303a2244e19a2ceed2fa50e" have entirely different histories.

2 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -185,7 +185,7 @@ export function useRoofAllocationSetting(id) {
}) })
} }
const firstRes = Array.isArray(response) && response.length > 0 ? response[0] : null const firstRes = Array.isArray(res) && res.length > 0 ? res[0] : null
setBasicSetting({ setBasicSetting({
...basicSetting, ...basicSetting,