|
@@ -168,7 +168,7 @@
|
|
|
<tbody>
|
|
|
<c:forEach items="${list}" var="list">
|
|
|
<tr>
|
|
|
- <input class="check-item" type="hidden" id="preferredProductSort${newPageFloor.id}" value='${newPageFloor.id}-${newPageFloor.sort}'/>
|
|
|
+
|
|
|
<td>${list.productID}</td>
|
|
|
<td>${list.name}</td>
|
|
|
<td>${list.shopName}</td>
|
|
@@ -182,14 +182,17 @@
|
|
|
<c:if test="${list.showFlag eq 3}">
|
|
|
<font color="red">已下线</font>
|
|
|
</c:if></td>
|
|
|
- <td>1</td>
|
|
|
- <td><input id="sort" name="sort" style="width:50px;" value="${list.sort}" onkeyup="onlynum(this)" onchange="changeSort(${newPageFloor.id},this)"></td><%----%>
|
|
|
<td><fmt:formatDate value="${list.showTime}" pattern="yyyy-MM-dd HH:mm:ss"/></td>
|
|
|
+ </c:forEach>
|
|
|
+<c:forEach items="${page.list}" var="newPageFloor">
|
|
|
+ <input class="check-item" type="hidden" id="preferredProductSort${newPageFloor.id}" value='${newPageFloor.id}-${newPageFloor.sort}'/>
|
|
|
+ <td><input id="sort" name="sort" style="width:50px;" value="${newPageFloor.sort}" onkeyup="onlynum(this)" onchange="changeSort(${newPageFloor.id},this)"></td><%----%>
|
|
|
<td>
|
|
|
<a class="red" href="javascript:void(0);" onclick="offoce()">更改展示时间</a>
|
|
|
</td>
|
|
|
+</c:forEach>
|
|
|
</tr>
|
|
|
- </c:forEach>
|
|
|
+
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<div class="pagination">${page}</div>
|