Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@1284 931142cf-59ea-a443-aa0e-51397b428577

ld_jiangxf 8 years ago
parent
commit
36679cc070

+ 3 - 0
gkjsjy/trunk/WebContent/WEB-INF/pages/gkyxtjyfx/gkhwttlfx/gkhwttlfx.jsp

@@ -18,6 +18,7 @@
 $(document).ready(function () {
 	initChart();
 	initSelect();
+	iFrameHeightIframe('${menuid}');//自适应高度
 });
 function initSelect(){
 	if('${tjx}'!=''){
@@ -105,6 +106,7 @@ function initChart(){
 }
 </script>
 <body>
+
 <form action="${app }/hwttlfx/main" id="hwttlfxform" method="post"> 
 	<div>
 		<table class="search_table" cellpadding="0" cellspacing="0">
@@ -162,5 +164,6 @@ function initChart(){
 	</div>
 </form>
 	<div id="container" style="min-width:400px;height:400px"></div>
+
 </body>
 </html>