|
@@ -904,13 +904,13 @@
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
<c:if test="${order.sendOutStatus == 1}">
|
|
<c:if test="${order.sendOutStatus == 1}">
|
|
- <font color="green">待发货</font>
|
|
|
|
|
|
+ <font color="red">待发货</font>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${order.sendOutStatus == 2}">
|
|
<c:if test="${order.sendOutStatus == 2}">
|
|
<font color="##FF9966">部分发货</font>
|
|
<font color="##FF9966">部分发货</font>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${order.sendOutStatus == 3}">
|
|
<c:if test="${order.sendOutStatus == 3}">
|
|
- <font color="red">已发货</font>
|
|
|
|
|
|
+ <font color="green">已发货</font>
|
|
</c:if>
|
|
</c:if>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|