wdfbByTsSearchModule.htm 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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/sj/qtsz/wdfb/wdfbByTsSearchModule.js"></script>
  7. <script type="text/javascript">
  8. loadSelect();
  9. </script>
  10. </head>
  11. <body>
  12. <input type="hidden" id='mcin' value="$!mcid" />
  13. <input type="hidden" id='zsin' value="$!zsid" />
  14. <input type="hidden" id='lqin' value="$!lqid" />
  15. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  16. <tr>
  17. <td valign="top" style="background-color:#f7f6f6;">
  18. <table width="99%" align="center" cellpadding="0" cellspacing="0">
  19. <tr>
  20. <td height="3"></td>
  21. </tr>
  22. <tr>
  23. <td height="25" colspan="2">
  24. <select name="mcmc" id="mcmc" style="display:none; width: 140px;"></select>
  25. <input type="text" id='mcmcText' value="-牧场名称-" disabled="disabled" style="display:none; width: 140px;"/>
  26. <select name="zsmc" id="zsmc" style="display: none; width: 140px;"></select>
  27. <input type="text" id='zsmcText' value="-猪舍名称-" disabled="disabled" style="display:none; width: 140px;"/>
  28. <select name="lqmc" id="lqmc" style="display:none; width: 140px;"></select>
  29. <input type="text" id='lqmcText' value="-栏期名称-" disabled="disabled" style="display:none; width: 140px;"/>
  30. <input type="button" style="cursor: pointer;" id="search" callBackFunName="$!callBackFunName" value=" 搜索 " />
  31. </td>
  32. </tr>
  33. </table>
  34. </td>
  35. </tr>
  36. </table>
  37. </body>
  38. </html>