|
@@ -414,10 +414,10 @@
|
|
|
value="${s.shouldPayShopAmount}" type="number" pattern="#,##0.00"/>
|
|
|
</c:if>
|
|
|
<c:if test="${s.differenceType eq 1 && s.differencePrice > 0}">
|
|
|
- <font color="black">${s.shouldPayShopAmount+s.differencePrice}</font><font color="red">(原应付:${s.shouldPayShopAmount},已补差价:${s.differencePrice})</font>
|
|
|
+ <font color="black"><fmt:formatNumber value="${s.shouldPayShopAmount+s.differencePrice}"/></font><font color="red">(原应付:${s.shouldPayShopAmount},已补差价:${s.differencePrice})</font>
|
|
|
</c:if>
|
|
|
<c:if test="${s.differenceType eq 2 && s.differencePrice > 0}">
|
|
|
- <font color="black">${s.shouldPayShopAmount-s.differencePrice}</font><font color="red">(原应付:${s.shouldPayShopAmount},已退差价:${s.differencePrice})</font>
|
|
|
+ <font color="black"><fmt:formatNumber value="${s.shouldPayShopAmount-s.differencePrice}"/></font><font color="red">(原应付:${s.shouldPayShopAmount},已退差价:${s.differencePrice})</font>
|
|
|
</c:if>
|
|
|
,已付:<fmt:formatNumber value="${s.payedShopAmount}" type="number" pattern="#,##0.00"/>
|
|
|
</div>
|