feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
Showing only changes of commit d53d7f4220 - Show all commits

View File

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