xzglryedit.jsp 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>江苏省港口建设与经营管理信息系统</title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <%@ include file="../../../common.jsp"%>
  10. <script type="text/javascript" src="${app }/static/biz/js/gkjcxx/xzdwxxgl/xzglryxx/xzglrydetail.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. xzglry.detail.init();
  14. iFrameHeight();//自适应高度
  15. });
  16. </script>
  17. </head>
  18. <body>
  19. <div class="box" >
  20. <div class="box-content" >
  21. <div class="apply_fill">
  22. <form id="addform" method="post">
  23. <input type="hidden" name="id" value="${record.id }">
  24. <table class="apply" cellpadding="0" cellspacing="0">
  25. <tr>
  26. <th>姓名 : &nbsp;</th>
  27. <td >
  28. <input type="text" class="form-control" name="xm" value="${record.xm }">
  29. </td>
  30. <th>身份证号 :&nbsp;</th>
  31. <td >
  32. <input type="text" class="form-control" name="sfzh" value="${record.sfzh }">
  33. </td>
  34. </tr>
  35. <tr>
  36. <th>性别 :&nbsp;</th>
  37. <td >
  38. <input type="text" class="form-control" name="xb" value="${record.xb }">
  39. </td>
  40. <th>教育程度 :&nbsp;</th>
  41. <td >
  42. <input type="text" class="form-control" name="jycd" value="${record.jycd }">
  43. </td>
  44. </tr>
  45. <tr>
  46. <th>民族 :&nbsp;</th>
  47. <td >
  48. <input type="text" class="form-control" name="mz" value="${record.mz }">
  49. </td>
  50. <th>岗位 :&nbsp;</th>
  51. <td >
  52. <input type="text" class="form-control" name="gw" value="${record.gw }">
  53. </td>
  54. </tr>
  55. <tr>
  56. <th>联系方式 :&nbsp;</th>
  57. <td >
  58. <input type="text" class="form-control" name="lxfs" value="${record.lxfs }">
  59. </td>
  60. <th>出生年月 :&nbsp;</th>
  61. <td >
  62. <input type="text" class="form-control" name="csny" value="${record.csny }">
  63. </td>
  64. </tr>
  65. <tr>
  66. <th>所属部门 :&nbsp;</th>
  67. <td >
  68. <input type="text" class="form-control" name="ssbm" value="${record.ssbm }">
  69. </td>
  70. </tr>
  71. </table>
  72. </form>
  73. <div id="buttons">
  74. <a class="btn btn-default btn-sm" href="#" onclick="xzglry.detail.save()">
  75. <i class="glyphicon glyphicon-floppy-disk"></i>
  76. 保存</a>
  77. <a class="btn btn-default btn-sm" href="#" onclick="xzglry.detail.back()">
  78. <i class="glyphicon glyphicon-arrow-left"></i>
  79. 返回</a>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. </body>
  85. </html>