to_update1.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {extend name="layout/content"}
  2. {block name="content"}
  3. <style>
  4. .upload-btn {
  5. position: relative;
  6. display: inline-block;
  7. cursor: pointer;
  8. background: #1ab394;
  9. padding: 6px 12px;
  10. color: #fff;
  11. text-align: center;
  12. border-radius: 3px;
  13. overflow: hidden;
  14. font-size: 14px;
  15. font-weight: 400;
  16. }
  17. .spacing {
  18. margin-bottom: 10px;
  19. padding-right: 4px;
  20. padding-left: 4px;
  21. }
  22. .imgs li {
  23. list-style: none;
  24. float: left;
  25. border: 1px solid #d8d1d1;
  26. text-align: center;
  27. height: 30px;
  28. }
  29. </style>
  30. <div class="ibox float-e-margins">
  31. <div class="ibox-content" style="height: 600px;">
  32. <div class="form-horizontal">
  33. <div class="row">
  34. <div class="col-sm-12">
  35. <div class="tabs-container">
  36. <ul class="nav nav-tabs">
  37. <li class="active"><a data-toggle="tab" href="#tab-1" aria-expanded="true">1.基本信息</a>
  38. </li>
  39. <li id="fileLi" class=""><a data-toggle="tab" href="#tab-2"
  40. onclick="EpChangeEdit.initFileTable()" aria-expanded="false">2.附件上传</a>
  41. </li>
  42. </ul>
  43. </div>
  44. <div class="tab-content">
  45. <div id="tab-1" class="tab-pane active">
  46. <div class="panel-body">
  47. <form id="ecr_form" class="form-horizontal" target="hiddenIframe" action=""
  48. method="post" enctype="multipart/form-data">
  49. <input type="text" class="form-control" id="enterprise_id" name="enterprise_id"
  50. value="{$ecr.mainId}" style="display: none;"/>
  51. <input type="text" class="form-control" id="id" name="id" value="{$ecr.id}"
  52. style="display: none;"/>
  53. <input type="text" class="form-control" id="type" name="type" value="{$ecr.type}"
  54. style="display: none;"/>
  55. <input style="display: none;" type="text" class="form-control" id="checkState"
  56. name="checkState" value="{$ecr.checkState}"/>
  57. <div class="col-sm-12 ">
  58. <div class="row">
  59. <div class="rowGroup" style="margin-bottom: 0px;">
  60. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>单位名称</label>
  61. <div class="col-sm-4 spacing">
  62. <input type="text" class="form-control" id="newName" name="newName"
  63. value="{$ecr.newName}"/>
  64. </div>
  65. </div>
  66. <div class="rowGroup" style="margin-bottom: 0px;">
  67. <label class="col-sm-2 control-label spacing">统一社会信用代码</label>
  68. <div class="col-sm-4 spacing">
  69. <input type="text" class="form-control" id="newIdCard"
  70. name="newIdCard" value="{$ecr.newIdCard}"/>
  71. </div>
  72. </div>
  73. <div class="rowGroup" style="margin-bottom: 0px;">
  74. <label class="col-sm-2 control-label spacing">法人代表</label>
  75. <div class="col-sm-4 spacing">
  76. <input type="text" class="form-control" id="newLegal"
  77. name="newLegal" value="{$ecr.newLegal}"/>
  78. </div>
  79. </div>
  80. <div class="rowGroup" style="margin-bottom: 0px;">
  81. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>所属街道</label>
  82. <div class="col-sm-4 spacing">
  83. <select class="form-control" id="newStreet" name="newStreet"
  84. value="{$ecr.newStreet}"></select>
  85. </div>
  86. </div>
  87. <div class="rowGroup" style="margin-bottom: 0px;">
  88. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>单位地址</label>
  89. <div class="col-sm-4 spacing">
  90. <input type="text" class="form-control" id="newAddress"
  91. name="newAddress" value="{$ecr.newAddress}"/>
  92. </div>
  93. </div>
  94. <div class="rowGroup" style="margin-bottom: 0px;">
  95. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>单位电话</label>
  96. <div class="col-sm-4 spacing">
  97. <input type="text" class="form-control" id="newEphone"
  98. name="newEphone" value="{$ecr.newEphone}"/>
  99. </div>
  100. </div>
  101. <div class="rowGroup" style="margin-bottom: 0px;">
  102. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>人才联络员</label>
  103. <div class="col-sm-4 spacing">
  104. <input type="text" class="form-control" id="newAgentName"
  105. name="newAgentName" value="{$ecr.newAgentName}"/>
  106. </div>
  107. </div>
  108. <div class="rowGroup" style="margin-bottom: 0px;">
  109. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>人才联络员电话</label>
  110. <div class="col-sm-4 spacing">
  111. <input type="text" class="form-control" id="newAgentPhone"
  112. name="newAgentPhone" value="{$ecr.newAgentPhone}"/>
  113. </div>
  114. </div>
  115. <div class="rowGroup" style="margin-bottom: 0px;">
  116. <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>电子邮箱</label>
  117. <div class="col-sm-4 spacing">
  118. <input type="text" class="form-control" id="newAgentEmail"
  119. name="newAgentEmail" value="{$ecr.newAgentEmail}"/>
  120. </div>
  121. </div>
  122. <div class="rowGroup" style="margin-bottom: 0px;">
  123. <label class="col-sm-2 control-label spacing">企业银行账号</label>
  124. <div class="col-sm-4 spacing">
  125. <input type="text" class="form-control" id="newBankCard"
  126. name="newBankCard" value="{$ecr.newBankCard}"/>
  127. </div>
  128. </div>
  129. <div class="rowGroup" style="margin-bottom: 0px;">
  130. <label class="col-sm-2 control-label spacing">企业开户银行</label>
  131. <div class="col-sm-4 spacing">
  132. <input type="text" class="form-control" id="newBank" name="newBank"
  133. value="{$ecr.newBank}"/>
  134. </div>
  135. </div>
  136. <div class="rowGroup" style="margin-bottom: 0px;">
  137. <label class="col-sm-2 control-label spacing">企业开户银行网点</label>
  138. <div class="col-sm-4 spacing">
  139. <input type="text" class="form-control" id="newBankNetwork"
  140. name="newBankNetwork" value="{$ecr.newBankNetwork}"/>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. </form>
  146. </div>
  147. </div>
  148. <div id="tab-2" class="tab-pane ">
  149. <table id="fileTable" class="table-condensed"
  150. style="font-size: 10px;table-layout: fixed!important;" data-mobile-responsive="true"
  151. data-click-to-select="true">
  152. <thead>
  153. <tr>
  154. <th data-field="selectItem" data-checkbox="true"></th>
  155. </tr>
  156. </thead>
  157. </table>
  158. <label style="padding-top: 15px;color: red">*请根据上传的附件材料,编辑好相应的文件夹名称</label>
  159. <form id="uploadForm" action="/common/api/addTalentCommonFile" method="post"
  160. class="form-horizontal" enctype="multipart/form-data" target="hiddenIframe"
  161. style="display: none">
  162. <input type="hidden" name="backName" value="EpChangeEdit.callBack">
  163. <input type='hidden' id="fileId" name="fileId">
  164. <input type='file' id="upload_file" name="fileUrl" style='display: none'>
  165. <input type='hidden' id="mainId" name="mainId">
  166. <input type='hidden' id="typeId" name="typeId">
  167. <input type='hidden' id="index" name="index">
  168. </form>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. <iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe>
  177. <!--<script src="${ctxPath}/static/modular/gate/enterprise/enterprise_change_edit.js"></script>-->
  178. <script type="text/javascript">
  179. document.write('<script src="/static/modular/gate/enterprise/enterprise_change_edit1.js?v=' + (new Date()).getTime() + '"><\/script>');
  180. </script>
  181. {/block}