Explorar el Código

查看优惠券

chao hace 3 años
padre
commit
3c38200439
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/webapp/static/modules/bulkpurchase/orderForm.js

+ 1 - 0
src/main/webapp/static/modules/bulkpurchase/orderForm.js

@@ -974,6 +974,7 @@ function appendShopOrderHead(data, str, cmPromotion) {
         /*'<th>应付供应商</th>' +*/
         '<th>能否复购</th>' +
         ((data.productCategory == 2) ? '' : '<th>促销活动</th>') +
+        ((data.productCategory == 2) ? "" : "<td>优惠券</td>") +
         '<th>操作</th>' +
         '</tr>' +
         '</thead>' +