|
@@ -311,10 +311,10 @@
|
|
</td>
|
|
</td>
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<fmt:formatNumber value="${so.shouldPayShopAmount}" type="number" pattern="#,##0.00"/>
|
|
<fmt:formatNumber value="${so.shouldPayShopAmount}" type="number" pattern="#,##0.00"/>
|
|
- <c:if test="${so.differenceType eq 1 && s.differencePrice > 0}">
|
|
|
|
|
|
+ <c:if test="${so.differenceType eq 1 && so.differencePrice > 0}">
|
|
<font color="red">(需补差价¥${so.differencePrice})</font>
|
|
<font color="red">(需补差价¥${so.differencePrice})</font>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${so.differenceType eq 2 && s.differencePrice > 0}">
|
|
|
|
|
|
+ <c:if test="${so.differenceType eq 2 && so.differencePrice > 0}">
|
|
<font color="red">(需退差价¥${so.differencePrice})</font>
|
|
<font color="red">(需退差价¥${so.differencePrice})</font>
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|