sunyj пре 9 година
родитељ
комит
80e28200bc

+ 4 - 2
src/main/webapp/WEB-INF/views/Readme.md

@@ -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

+ 0 - 1
src/main/webapp/WEB-INF/views/preview.html

@@ -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>
 

+ 0 - 7
src/main/webapp/resources/js/preview/endview.js

@@ -1,7 +0,0 @@
-console.log('endview');
-$(function() {
-	console.log(pageIndex + '/' + pageSize);
-	$('#pageNumber').val(pageIndex);
-	$('#numPages').html(pageSize);
-	
-});