|
@@ -225,6 +225,7 @@
|
|
<%--<th>应付供应商</th>--%>
|
|
<%--<th>应付供应商</th>--%>
|
|
<th>能否复购</th>
|
|
<th>能否复购</th>
|
|
<th>促销活动</th>
|
|
<th>促销活动</th>
|
|
|
|
+ <th>优惠券</th>
|
|
<th>操作</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -298,6 +299,12 @@
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>
|
|
|
|
+ <c:if test="${orderProduct.couponsLogo eq 1}">----</c:if>
|
|
|
|
+ <c:if test="${orderProduct.couponsLogo eq 2}">
|
|
|
|
+ <a href="javascript:;">查看</a>
|
|
|
|
+ </c:if>
|
|
|
|
+ </td>
|
|
<td>
|
|
<td>
|
|
<c:if test="${empty order.orderID || order.status eq 0}">
|
|
<c:if test="${empty order.orderID || order.status eq 0}">
|
|
<%--已确认订单(0未确认 1已确认) 供应商金额审核未全部通过 --%>
|
|
<%--已确认订单(0未确认 1已确认) 供应商金额审核未全部通过 --%>
|