jyrselect.jsp 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <%@ page contentType="text/html;charset=UTF-8"%>
  2. <div class="theme-popover" id="jyrselectdiv" style="width: 700px;overflow-y:auto;overflow-x:hidden; ">
  3. <div class="theme-poptit">
  4. <div class="popTitle">
  5. <h4>选择</h4>
  6. </div>
  7. <div class="close">
  8. <a href="#" title="关闭" onclick="guanbipop()" >×</a>
  9. </div>
  10. </div>
  11. <div style="background-color:#f4f4f4; ">
  12. <table class="search_table" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <th width="10%"></th>
  15. <th width="25%"></th>
  16. <th width="10%"></th>
  17. <th width="25%"></th>
  18. <th width="10%"></th>
  19. <th width="20%"></th>
  20. </tr>
  21. <tr>
  22. <td class="right" style="width:15%">
  23. 单位名称 :&nbsp;
  24. </td>
  25. <td>
  26. <input type="text" class="form-control" id="gkjyrmc" >
  27. </td>
  28. <td class="right">
  29. </td>
  30. <td class="right" colspan="2">
  31. <a class="btn btn-default btn-sm" href="#" onclick="jyrselpop('jyrSel')">
  32. <i class="glyphicon glyphicon-search"></i>
  33. 查询</a>
  34. </td>
  35. </tr>
  36. </table>
  37. </div>
  38. <!-- 列表 -->
  39. <div style="background-color:#f4f4f4;">
  40. <table class="main_table" cellpadding="0" cellspacing="0">
  41. <tr>
  42. <th width="20%">序号</th>
  43. <th width="60%">单位名称</th>
  44. <th width="20%">操作</th>
  45. </tr>
  46. <tbody id="jyr">
  47. </tbody>
  48. </table>
  49. <!-- 分页处 -->
  50. <jsp:include page="pageinfoforjyr.jsp"></jsp:include>
  51. </div>
  52. </div>
  53. <div class="theme-popover-mask" id="jyrselectmaskdiv"></div>