123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>群体体重增长统计图</title>
- <script type="text/javascript" src="js/huimv/tjt.js"></script>
- <script type="text/javascript">
- $(function(){
- jQuery.ajax({
- type : "get",
- url : "getQtTzzzTjt.htm",
- data : {"lqid" : $("#lqid").val(), "jsms" : $("#jsms").val(), "tjtksrq" : $("#tjtksrq").val(), "tjtjsrq" : $("#tjtjsrq").val(), "yweb" : $("#yweb").val()},
- dataType : "json",
- async : true,
- success : function(data) {
- getHighchartTjt(data);
- }
- });
- });
- </script>
- </head>
- <body>
- <input type="hidden" id="lqid" name="lqid" value="$!lqid" />
- <input type="hidden" id="jsms" name="jsms" value="$!jsms" />
- <input type="hidden" id="yweb" name="yweb" value="$!yweb" />
- <input type="hidden" id="tjtksrq" name="tjtksrq" value="$!tjtksrq" />
- <input type="hidden" id="tjtjsrq" name="tjtjsrq" value="$!tjtjsrq" />
- <div>
- <div id="chartDiv" style="height: 100%; width: 100%;"></div>
- </div>
- </body>
- </html>
|