Compare commits
No commits in common. "d53d7f4220042abfdb26cd496318bc976c5ef473" and "134becaa9391f09cf009e66540c9b3d1cf4df3e2" have entirely different histories.
d53d7f4220
...
134becaa93
@ -2057,17 +2057,15 @@ export default function Estimate({}) {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td className="al-r">
|
<td className="al-r">
|
||||||
{item?.openFlg === '1'
|
{convertNumberToPriceDecimal(
|
||||||
? 'OPEN'
|
item?.showSaleTotPrice === '0'
|
||||||
: convertNumberToPriceDecimal(
|
? null
|
||||||
item?.showSaleTotPrice === '0'
|
: item?.amount === ''
|
||||||
|
? null
|
||||||
|
: item?.saleTotPrice === '0'
|
||||||
? null
|
? null
|
||||||
: item?.amount === ''
|
: item?.saleTotPrice?.replaceAll(',', ''),
|
||||||
? null
|
)}
|
||||||
: item?.saleTotPrice === '0'
|
|
||||||
? null
|
|
||||||
: item?.saleTotPrice?.replaceAll(',', ''),
|
|
||||||
)}
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user