|
@@ -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>
|