bjqWdSearchModule.htm 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/bjq/bjqWdSearchModule.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: 130px;">
  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: 110px;">
  27. <option selected="selected" value="">-猪舍名称-</option>
  28. </select>
  29. <select name="mkbh" id="mkbh" style="width: 80px;">
  30. <option selected="selected" value="">-模块编号-</option>
  31. </select>
  32. 发生日期:
  33. <input type="text" name="ksrq" id="ksrq" class="Wdate" size="12" style="width: 80px"
  34. onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true});" />
  35. <input type="text" name="jsrq" id="jsrq" class="Wdate" size="12" style="width: 80px"
  36. onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true});" />
  37. <input type="button" style="cursor: pointer;" id="search" callBackFunName="$!callBackFunName" value=" 搜索 " />
  38. </td>
  39. </tr>
  40. </table>
  41. </td>
  42. </tr>
  43. </table>
  44. </body>
  45. </html>