견적서::주문분류에서 storePriceList의 pkgRank의 값이 없으면 YJSS 선택불가, 기등록은 변경 가능
This commit is contained in:
parent
b136bc213c
commit
82e3527432
@ -1342,7 +1342,11 @@ export default function Estimate({}) {
|
|||||||
</th>
|
</th>
|
||||||
<td colSpan={3}>
|
<td colSpan={3}>
|
||||||
<div className="radio-wrap">
|
<div className="radio-wrap">
|
||||||
<div className="d-check-radio light mr10">
|
{/*pkgRank is null, empty 인 경우 : 사용불가, 이전에 등록된 경우 사용가능, style로 제어*/}
|
||||||
|
<div className="d-check-radio light mr10" style={{display:
|
||||||
|
(isNotEmptyArray(storePriceList) > 0
|
||||||
|
&& storePriceList[0].pkgRank !== null
|
||||||
|
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="estimateType"
|
name="estimateType"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user