Compare commits
6 Commits
93b645e9e8
...
e293d5dfde
| Author | SHA1 | Date | |
|---|---|---|---|
| e293d5dfde | |||
| cf9acde872 | |||
|
|
82e3527432 | ||
|
|
b136bc213c | ||
| 11438773a1 | |||
| 2e762537fc |
@ -1361,7 +1361,11 @@ export default function Estimate({}) {
|
||||
</th>
|
||||
<td colSpan={3}>
|
||||
<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
|
||||
type="radio"
|
||||
name="estimateType"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user