chao 3 лет назад
Родитель
Сommit
3c38200439
1 измененных файлов с 1 добавлено и 0 удалено
  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>' +