qyxxSearchModule.htm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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/xt/qyxx/qyxxSearchModule.js"></script>
  7. <script type="text/javascript">
  8. //回车搜索
  9. $(document).keydown(function(event){
  10. if(event.keyCode == 13)
  11. execute('search');
  12. });
  13. </script>
  14. </head>
  15. <body>
  16. <table width="100%" align="center" cellpadding="0" cellspacing="0">
  17. <tr>
  18. <td valign="top" style="background-color:#f7f6f6;">
  19. <table width="99%" align="center" cellpadding="0" cellspacing="0">
  20. <tr>
  21. <td height="3"></td>
  22. </tr>
  23. <tr>
  24. <td height="25" colspan="2">
  25. <span>企业名称:</span>
  26. <input type="text" name="qymc" id="qymc" value="$!qymc" style="width:150"/>
  27. <input type="button" style="cursor: pointer;" id="search" callBackFunName="$!callBackFunName" value=" 搜索 " />
  28. #set($display = "")
  29. <div style="float: right; display: $display">
  30. #if("$!xtwh_qywh_qyxx_insert" == "true")
  31. <div class="add">
  32. <ul>
  33. <li><a href="#" onclick="javascript:preAddQyxx();">新建</a></li>
  34. </ul>
  35. </div>
  36. #end
  37. <!-- <div class="print">
  38. <ul>
  39. <li><a href="#" onclick="javascript:prePrintQyxx();">打印</a></li>
  40. </ul>
  41. </div> -->
  42. #if("$!xtwh_qywh_qyxx_export" == "true")
  43. <div class="export">
  44. <ul>
  45. <li><a href="#" onclick="javascript:exportExcelQyxx();">导出</a></li>
  46. </ul>
  47. </div>
  48. #end
  49. </div>
  50. </td>
  51. </tr>
  52. </table>
  53. </td>
  54. </tr>
  55. </table>
  56. </body>
  57. </html>