hycdrzzSearchModule.htm 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <title>查询模块</title>
  6. <script type="text/javascript" src="views/tjfx/qttj/hycdrzz/hycdrzzSearchModule.js"></script>
  7. <script type="text/javascript">
  8. loadSelect();
  9. </script>
  10. </head>
  11. <body>
  12. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td valign="top" style="background-color:#f7f6f6;">
  15. <table width="99%" align="center" cellpadding="0" cellspacing="0">
  16. <tr>
  17. <td height="3"></td>
  18. </tr>
  19. <tr>
  20. <td height="25" colspan="2">
  21. <input name="mcid" id="mcid" type="hidden" value="$!mcid"/>
  22. <select name="mcmc" id="mcmc" style="width: 140px;">
  23. <option selected="selected" value="">-牧场名称-</option>
  24. </select>
  25. <input name="zsid" id="zsid" type="hidden" value="$!zsid"/>
  26. <select name="zsmc" id="zsmc" style="width: 140px;">
  27. <option selected="selected" value="">-猪舍名称-</option>
  28. </select>
  29. <input name="lqid" id="lqid" type="hidden" value="$!lqid"/>
  30. <select name="lqmc" id="lqmc" style="width: 140px;">
  31. <option selected="selected" value="">-栏期名称-</option>
  32. </select>
  33. 增重区间(g):
  34. <input type="text" id="min" style="width: 30px" maxlength="4" value="800" />
  35. -
  36. <input type="text" id="max" style="width: 30px" maxlength="4" />
  37. <input type="text" name="cxrq" id="cxrq" class="Wdate" size="12" style="width: 80px;"
  38. onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});" />
  39. <input type="button" style="cursor: pointer;" id="search" callBackFunName="$!callBackFunName" value=" 搜索 " />
  40. </td>
  41. </tr>
  42. </table>
  43. </td>
  44. </tr>
  45. </table>
  46. </body>
  47. </html>