|
@@ -73,7 +73,7 @@
|
|
<td><img class="mainImage" src="${item.mainImage}" width="50px" height="50px"></td>
|
|
<td><img class="mainImage" src="${item.mainImage}" width="50px" height="50px"></td>
|
|
<td class="productName">${item.name}</td>
|
|
<td class="productName">${item.name}</td>
|
|
<td>${item.shopName}</td>
|
|
<td>${item.shopName}</td>
|
|
- <td>¥${item.price1}</td>
|
|
|
|
|
|
+ <td>¥${item.price}</td>
|
|
<td><input class="discount" id="discount${item.productID}" onchange="changeDiscount(${item.productID},1)" type="number" maxlength="11" style="width: 100px"> %</td>
|
|
<td><input class="discount" id="discount${item.productID}" onchange="changeDiscount(${item.productID},1)" type="number" maxlength="11" style="width: 100px"> %</td>
|
|
<td><input class="discountPrice" id="discountPrice${item.productID}" onchange="changeDiscount(${item.productID},2)" type="number" maxlength="11" style="width: 100px"></td>
|
|
<td><input class="discountPrice" id="discountPrice${item.productID}" onchange="changeDiscount(${item.productID},2)" type="number" maxlength="11" style="width: 100px"></td>
|
|
</tr>
|
|
</tr>
|