|
@@ -500,9 +500,9 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<c:if test="${s.onlinePayFlag eq 0}">
|
|
|
- <c:if test="${s.settleAmount < s.shouldPayShopAmount && s.settleAmount > 0}">部分结算</c:if>
|
|
|
- <c:if test="${s.settleAmount eq s.shouldPayShopAmount && s.settleAmount > 0}">已结算</c:if>
|
|
|
- <c:if test="${s.settleAmount eq 0}">未结算</c:if>
|
|
|
+ <c:if test="${s.settleAmount < s.shouldPayShopAmount && s.settleAmount > 0}"><font color="#ff8c00">部分结算</font></c:if>
|
|
|
+ <c:if test="${s.settleAmount eq s.shouldPayShopAmount && s.settleAmount > 0}"><font color="green">已结算</font></c:if>
|
|
|
+ <c:if test="${s.settleAmount eq 0}"><font color="red">未结算</font></c:if>
|
|
|
</c:if>
|
|
|
<c:if test="${s.onlinePayFlag eq 1}">---</c:if>
|
|
|
</td>
|