12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>tzfbHaifmMain</title>
- <script type="text/javascript">
- $(function(){
- if ($("#lqid").val() > 0) {
- jQuery.ajax({
- type : "get",
- url : "getHaifmTzfbTjt.htm",
- data : {"lqid" : $("#lqid").val(), "dbrq" : "$!dbrq", "yweb" : "$!yweb"},
- dataType : "json",
- async : true,
- success : function(data) {
- if (data) {
- getHighchartTjt2(data);
- }
- }
- });
- }
- });
- </script>
- </head>
- <body>
- <input type="hidden" id="lqid" name="lqid" value="$!lqid" />
- <div>
- <div id="chartDiv"></div>
- </div>
- </body>
- </html>
|