瀏覽代碼

促销活动bugfix

zhijiezhao 2 年之前
父節點
當前提交
2657466748

+ 2 - 0
src/main/webapp/WEB-INF/views/modules/product-new/multiPromotionForm.jsp

@@ -368,6 +368,7 @@
                     <th>商品图片</th>
                     <th>skuId</th>
                     <th>商品名称</th>
+                    <th>规格</th>
                     <th>供应商</th>
                     <th>数量</th>
                     <th>操作</th>
@@ -382,6 +383,7 @@
                             <td><img src="${product.mainImage}" width="50px" height="50px"></td>
                             <td>${product.skuId}</td>
                             <td>${product.name}</td>
+                            <td>${product.unit}</td>
                             <td>${product.shopName}</td>
                             <td><input id="actPrice1" name="giftNumber" style="width:50px;"
                                        value="${product.giftNumber}" type="number" maxlength="7" step="1"></td>

+ 2 - 0
src/main/webapp/WEB-INF/views/modules/product-new/shopPromotionForm.jsp

@@ -363,6 +363,7 @@
                     <th>商品图片</th>
                     <th>skuId</th>
                     <th>商品名称</th>
+                    <th>规格</th>
                     <th>供应商</th>
                     <th>数量</th>
                     <th>操作</th>
@@ -377,6 +378,7 @@
                             <td><img src="${product.mainImage}" width="50px" height="50px"></td>
                             <td>${product.skuId}</td>
                             <td>${product.name}</td>
+                            <td>${product.unit}</td>
                             <td>${product.shopName}</td>
                             <td><input id="actPrice1" name="giftNumber" style="width:50px;"
                                        value="${product.giftNumber}" type="number" maxlength="7" step="1"></td>