견적서::주문분류에서 이미등록된 YJSS 노출

This commit is contained in:
ysCha 2025-03-27 13:38:15 +09:00
parent 3027f47d5d
commit 25e8dcc050

View File

@ -1365,7 +1365,8 @@ export default function Estimate({}) {
<div className="d-check-radio light mr10" style={{display:
(isNotEmptyArray(storePriceList) > 0
&& storePriceList[0].pkgRank !== null
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
&& storePriceList[0].pkgRank !== ''
|| estimateContextState?.estimateType === 'YJSS') ? "" : "none"}}>
<input
type="radio"
name="estimateType"