chao преди 3 години
родител
ревизия
349a358787
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

+ 7 - 0
src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

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