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