qtPjtzTjt.htm 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <script type="text/javascript" src="js/huimv/tjt.js"></script>
  6. <title>平均体重统计图</title>
  7. <script type="text/javascript">
  8. $(function(){
  9. if ($("#lqid").val() > 0) {
  10. jQuery.ajax({
  11. type : "get",
  12. url : "getQtPjtzTjt.htm",
  13. data : {"lqid" : $("#lqid").val(), "tjtksrq" : $("#tjtksrq").val(), "tjtjsrq" : $("#tjtjsrq").val(), "yweb" : $("#yweb2").val()},
  14. dataType : "json",
  15. async : true,
  16. success : function(data) {
  17. if (data) {
  18. getHighchartTjt(data);
  19. }
  20. }
  21. });
  22. }
  23. });
  24. </script>
  25. </head>
  26. <body>
  27. <input type="hidden" id="lqid" name="lqid" value="$!lqid" />
  28. <input type="hidden" id="yweb2" name="yweb" value="$!yweb" />
  29. <input type="hidden" id="tjtksrq" name="tjtksrq" value="$!tjtksrq" />
  30. <input type="hidden" id="tjtjsrq" name="tjtjsrq" value="$!tjtjsrq" />
  31. <div>
  32. <div id="chartDiv" style="height: 100%; width: 100%;"></div>
  33. </div>
  34. </body>
  35. </html>