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