@@ -1,2 +1,4 @@
-1,通过view.html访问预览页面
- http://localhost:8080/report/preview?&userName=UAS&reportName=Purchase&otherParameters=&whereCondition=where%20pu_code=%27MP150500300%27&pageIndex=11
+1. 通过preview.html访问预览页面
+ http://localhost:8080/report/preview?&userName=UAS&reportName=Purchase&otherParameters=&whereCondition=where%20pu_code=%27MP150500300%27
+2. 通过fileUpload.html上传文件
+ http://localhost:8080/report/fileUpload
@@ -529,6 +529,5 @@ See https://github.com/adobe-type-tools/cmap-resources
<script src="static/js/preview/app.js"></script>
<script src="static/lib/pdf.js/web/debugger.js"></script>
<script src="static/lib/pdf.js/web/viewer.js"></script>
-<script src="static/js/preview/endview.js"></script>
</html>
@@ -1,7 +0,0 @@
-console.log('endview');
-$(function() {
- console.log(pageIndex + '/' + pageSize);
- $('#pageNumber').val(pageIndex);
- $('#numPages').html(pageSize);
-
-});