searchModule.htm 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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/dp/searchModule.js"></script>
  7. <script type="">
  8. loadSelect('$!jsonStr', '$!from', '1');
  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 type="hidden" id="mcidPreSearchScbb" value="$!mcid" />
  22. <select name="mcmc" id="scbbmcmc" style=" width: 140px;">
  23. <option selected="selected" value="" id="scbbmcmctitle">-牧场名称-</option>
  24. </select>
  25. <input type="button" style="cursor: pointer;" id="search" from="$!from" callBackFunName="$!callBackFunName" value=" 搜索 " />
  26. </td>
  27. </tr>
  28. </table>
  29. </td>
  30. </tr>
  31. </table>
  32. <input type="hidden" id="qyid" value="$!qyid"/>
  33. <input type="hidden" id="mcid" value="$!mcid"/>
  34. </body>
  35. </html>