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