Parcourir la source

行为记录链接

Duan_xu il y a 2 ans
Parent
commit
4fb5b0a6d0

+ 9 - 1
src/main/webapp/WEB-INF/views/modules/userNew/ReportList.jsp

@@ -246,6 +246,7 @@
             float: right;
             margin: 5px
         }
+
     </style>
 </head>
 <body>
@@ -387,12 +388,19 @@
             </td>
         </tr>
     </c:forEach>
+
     </tbody>
+
 </table>
 <div class="pagination">${page}</div>
 
 <script type="text/javascript">
-
+    function page(n,s){
+        $("#pageNo").val(n);
+        $("#pageSize").val(s);
+        $("#searchForm").submit();
+        return false;
+    }
 
     function auditShop(reportId) {
         var htmls = "<div id='auditBox'>"

+ 3 - 3
src/main/webapp/WEB-INF/views/modules/userNew/cmRegistRemarksList.jsp

@@ -335,9 +335,9 @@
         </div>
         <div class="pagination">${page}</div>
     </c:if>
-    <c:if test="${empty page.list}">
-        <font size="3" style="text-align: center;display: block;line-height: 80px;" color="#0066CC">暂无任何备注..</font>
-    </c:if>
+<%--    <c:if test="${empty page.list}">--%>
+<%--        <font size="3" style="text-align: center;display: block;line-height: 80px;" color="#0066CC">暂无任何备注..</font>--%>
+<%--    </c:if>--%>
 </form:form>
 </body>
 </html>