constructionInfo.jsp 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  3. <form name="constructionForm" action="" method='post'>
  4. <div class="forum-container temp-form" >
  5. <input type="hidden" id="constructionId" name="constructionId" value="">
  6. <input type="hidden" id="count" name="count">
  7. <input type="hidden" id="temp" name="temp">
  8. <table style="width:100%">
  9. <tr>
  10. <td colspan="6">
  11. <c:forEach var="listPos" items="${listSmallType }">
  12. <c:if test="${listPos.big_type_id ==2 }">
  13. <input type="radio" name="construction_engineer_type_id" id="construction_engineer_type_id" value="${listPos.universalid }">${listPos.small_type_name }&nbsp;
  14. </c:if>
  15. </c:forEach>
  16. <input type="hidden" id="constructionCheck" name="constructionCheck" value="">
  17. </td>
  18. </tr>
  19. <tr>
  20. <td>注册号:</td>
  21. <td><input type="text" name="registration_number"
  22. id="registration_number" class="default-text" /></td>
  23. <td>注册证书编号<font color="red">*</font>:</td>
  24. <td><input type="text" name="registration_certificate_id" id="registration_certificate_id"
  25. class="default-text" /></td>
  26. <td>执业资格证书编号:</td>
  27. <td><input type="text" name="operation_certificate"
  28. id="operation_certificate" class="default-text" /></td>
  29. </tr>
  30. <tr>
  31. <td>继续教育专业:</td>
  32. <td><input type="text" name="continuing_education_subject"
  33. id="continuing_education_subject" class="default-text" /></td>
  34. <td>个人版系统密码:</td>
  35. <td><input type="text" name="person_system_passowrd"
  36. id="person_system_passowrd" class="default-text" /></td>
  37. <td>继续教育日期:</td>
  38. <td><input type="text" name="continuing_education_time"
  39. id="continuing_education_time" /></td>
  40. </tr>
  41. <tr>
  42. <td>发证时间<font color="red">*</font>:</td>
  43. <td><input type="text" name="send_card_time"
  44. id="send_card_time" /></td>
  45. <td>企业锁系统:</td>
  46. <td><input type="text" name="lock_system"
  47. id="lock_system" class="default-text" /></td>
  48. <td>借用信息:</td>
  49. <td><input type="text" name="construction_engineer_remark"
  50. id="construction_engineer_remark" class="default-text" /></td>
  51. </tr>
  52. <tr>
  53. <td colspan="4">
  54. <table id="tab" style="width:100%">
  55. <tr>
  56. <td style="width: 85px;">专业:</td>
  57. <td >
  58. <input type="text" name="construction_subject0"
  59. id="construction_subject0"/>
  60. <a href="#" onclick="addSubject()"><img src="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/ynet/images/index/jia.png"></a>
  61. <font id="moreSubject"></font>
  62. </td>
  63. <td >有效期至<font color="red">*</font>:</td>
  64. <td >
  65. <input type="text" name="construction_effective_date0" id="construction_effective_date0"/>
  66. <font id="moreDate"></font>
  67. </td>
  68. </tr>
  69. </table>
  70. </td>
  71. <td>附件:</td>
  72. <td >
  73. <jsp:include page="/include/file.jsp">
  74. <jsp:param name="fieldName" value="construction_engineer_affix" />
  75. <jsp:param name="folder" value="yongfu/staff" />
  76. <jsp:param name="documentId" value="" />
  77. <jsp:param name="size" value="10" />
  78. <jsp:param name="isView" value="1" />
  79. <jsp:param name="isDelFile" value="1" />
  80. <jsp:param name="definedCss" value="file-style" />
  81. </jsp:include>
  82. </td>
  83. </tr>
  84. </table>
  85. <div style="margin: 5px auto; text-align: left">
  86. &nbsp;<input type="button" value="清空" id="resetBtn"
  87. class="l-button" style="width: 100px;" onclick="resetForm()" />&nbsp;
  88. <input type="button" value="保存" id="saveBtn"
  89. class="l-button" style="width: 100px;" onclick="submitSaveConstruction();" />
  90. </div>
  91. </div>
  92. <div position="center" title="">
  93. <div id="maingrid6" style="margin: 0; padding: 0"></div>
  94. </div>
  95. </form>