|
@@ -1067,7 +1067,7 @@
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
- <c:if test="${(order.organizeID == 0 or order.organizeID > 2)&& order.status == 11 && order.payStatus == 1}">
|
|
|
|
|
|
+ <c:if test="${(order.organizeID == 0 or order.organizeID > 2) && order.status == 11 && order.payStatus == 1}">
|
|
<a href="javascript:void(0);"
|
|
<a href="javascript:void(0);"
|
|
onclick="modelShow('${order.orderID}')">编辑经理折扣</a>
|
|
onclick="modelShow('${order.orderID}')">编辑经理折扣</a>
|
|
</c:if>
|
|
</c:if>
|