znebSjSearchModule.htm 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/zneb/znebSjSearchModule.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. <span>时间筛选</span>
  22. <input type="text" id="kssj" class="nB100Pre Wdate" maxlength="20" style="width:120px"
  23. onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});"/>
  24. -
  25. <input type="text" id="jssj" class="nB100Pre Wdate" maxlength="20" style="width:120px"
  26. onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});"/>
  27. <input type="button" style="cursor: pointer;" id="search" from="$!from" callBackFunName="$!callBackFunName" value=" 搜索 " />
  28. <div style="float: right; display: $display">
  29. <div name="preAdd" id="preAdd" style="" class="add">
  30. <ul>
  31. <li><a href="#" onclick="javascript:exportExcel();">导出</a></li>
  32. </ul>
  33. </div>
  34. </div>
  35. </td>
  36. </tr>
  37. </table>
  38. </td>
  39. </tr>
  40. </table>
  41. <input type="hidden" id="qyid" value="$!qyid"/>
  42. <input type="hidden" id="mcid" value="$!mcid"/>
  43. </body>
  44. </html>