|
@@ -413,14 +413,14 @@
|
|
|
pattern="#,##0.00"/></td>
|
|
|
<td class="supplier-fee">
|
|
|
<c:if test="${s.differenceType ne 1 && s.differenceType ne 2 }">
|
|
|
- <font color="#E15616"><fmt:formatNumber value="${s.shouldPayShopAmount-s.shopOtherFee}" type="number"
|
|
|
+ <font color="#E15616"><fmt:formatNumber value="${s.shouldPayShopAmount}" type="number"
|
|
|
pattern="#,##0.00"/></font>
|
|
|
</c:if>
|
|
|
<c:if test="${s.differenceType eq 1 && s.differencePrice > 0}">
|
|
|
- <font color="black"><fmt:formatNumber value="${s.shouldPayShopAmount+s.differencePrice-s.shopOtherFee}"/></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"><fmt:formatNumber value="${s.shouldPayShopAmount-s.differencePrice-s.shopOtherFee}"/></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>
|
|
|
</td>
|
|
|
<input type="hidden" class="payedShopAmount" value="${s.payedShopAmount}">
|