Merge pull request '견적서 오픈플래그 텍스트' (#19) from feature/qcast-886 into dev

Reviewed-on: #19
This commit is contained in:
basssy 2025-04-10 10:46:57 +09:00
commit 97f0749f5c

View File

@ -2057,7 +2057,9 @@ export default function Estimate({}) {
</div>
</td>
<td className="al-r">
{convertNumberToPriceDecimal(
{item?.openFlg === '1'
? 'OPEN'
: convertNumberToPriceDecimal(
item?.showSaleTotPrice === '0'
? null
: item?.amount === ''