dbSearchModule.htm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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/dbSearchModule.js"></script>
  7. <script type="text/javascript">
  8. </script>
  9. </head>
  10. <body>
  11. #if ("$!flag" == "true")
  12. <input type="hidden" id="type" value="$!type" />
  13. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  14. <tr>
  15. <td valign="top" style="background-color:#f7f6f6;">
  16. <table width="99%" align="center" cellpadding="0" cellspacing="0">
  17. <tr>
  18. <td height="2"></td>
  19. </tr>
  20. <tr>
  21. <td height="25">
  22. <select name="mcmc2" id="mcmc2" style="width: 140px;">
  23. </select>
  24. <select name="zsmc2" id="zsmc2" style="width: 140px;">
  25. </select>
  26. <select name="lqmc2" id="lqmc2" style="width: 140px;">
  27. </select>
  28. <span>开始日期:</span>
  29. <input type="text" name="tjtksrq2" id="tjtksrq2" class="Wdate" size="12" style="width: 80px"
  30. value="$!tjtksrq"
  31. onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});" />
  32. <input type="button" style="cursor: pointer;" id="ksdb" value=" 开始栏期对比 " />
  33. </td>
  34. </tr>
  35. </table>
  36. </td>
  37. </tr>
  38. </table>
  39. #end
  40. </body>
  41. </html>