center_page.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. {extend name="layout/content"}
  2. {block name="content"}
  3. <style type="text/css">
  4. .spacing {
  5. margin-bottom: 10px;
  6. padding-right: 4px;
  7. padding-left: 4px;
  8. }
  9. table {
  10. word-wrap: break-word;
  11. word-break: break-all
  12. }
  13. .layui-layer-btn .layui-layer-btn1 {
  14. border-color: #009688;
  15. background-color: #009688;
  16. color: #fff;
  17. }
  18. .key{
  19. width: 150px;
  20. text-align: right;
  21. background-color: #f0f9eb;
  22. }
  23. .value1{
  24. width: 240px;
  25. }
  26. </style>
  27. <div class="ibox float-e-margins">
  28. <div class="ibox-title">
  29. <h5>机构用户中心</h5>
  30. </div>
  31. <div class="ibox-content">
  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">基本信息</a></li>
  38. <li class=""><a data-toggle="tab" href="#tab-2" aria-expanded="false">机构信息变更</a></li>
  39. <li class=""><a data-toggle="tab" href="#tab-3" aria-expanded="false">修改密码</a></li>
  40. <!-- <li class="" ><a data-toggle="tab" href="#tab-4" aria-expanded="false">绑定聚才网账号</a></li>-->
  41. </ul>
  42. <div class="tab-content">
  43. <div id="tab-1" class="tab-pane active">
  44. <div class="panel-body">
  45. <div class="panel panel-default">
  46. <div class="panel-heading">{eq name="ep.special" value="0"}企业{else/}单位{/eq}信息</div>
  47. <div class="panel-body">
  48. <table style="width:100%" class="table table-bordered">
  49. <tr>
  50. <td class="key">
  51. 账号
  52. </td>
  53. <td class="value1">
  54. {$ep.username}
  55. </td>
  56. <td class="key">
  57. {eq name="ep.special" value="0"}企业{else/}单位{/eq}名称
  58. </td>
  59. <td class="value1" style="border-right: 1px solid #c0a16b">
  60. {$ep.name}
  61. </td>
  62. <td rowspan="4" style="border: 1px solid #c0a16b">
  63. <label>{eq name="ep.special" value="0"}营业执照{else/}事业单位法人证或批文{/eq}</label>
  64. {if condition="$ep['imgurl']"}
  65. {if condition="$ep['imgurl_is_img'] eq 1"}
  66. <img onclick="Feng.showImg(this)" id="yyzz" src="{$ep.imgurl|getStoragePath}" style="max-height:60px">
  67. {else/}
  68. <img onclick="Feng.showPdf('{$ep.imgurl|getStoragePath}', 'imgurl')" src="/static/img/Pdf.png" style="max-height:60px">
  69. {/if}
  70. {/if}
  71. </td>
  72. </tr>
  73. <tr>
  74. <td class="key">
  75. 统一社会信用代码
  76. </td>
  77. <td>
  78. {$ep.idCard}
  79. </td>
  80. <td class="key">
  81. 法人代表
  82. </td>
  83. <td>
  84. {$ep.legal}
  85. </td>
  86. </tr>
  87. <tr>
  88. <td class="key">
  89. 所属街道
  90. </td>
  91. <td>
  92. {$ep.streetName}
  93. </td>
  94. <td class="key">
  95. {eq name="ep.special" value="0"}企业{else/}单位{/eq}电话
  96. </td>
  97. <td>
  98. {$ep.ephone}
  99. </td>
  100. </tr>
  101. <tr>
  102. <td class="key">
  103. {eq name="ep.special" value="0"}企业{else/}单位{/eq}地址
  104. </td>
  105. <td colspan="3">
  106. {$ep.address}
  107. </td>
  108. </tr>
  109. <tr>
  110. <td class="key">
  111. {eq name="ep.special" value="0"}企业{else/}单位{/eq}银行账号
  112. </td>
  113. <td>
  114. {$ep.bankCard}
  115. </td>
  116. <td class="key">
  117. {eq name="ep.special" value="0"}企业{else/}单位{/eq}开户银行
  118. </td>
  119. <td style="border-right: 1px solid #c0a16b">
  120. {$ep.bank}
  121. </td>
  122. <td rowspan="2" style="border: 1px solid #c0a16b">
  123. <label>开户许可证</label>
  124. {if condition="$ep['bankImg']"}
  125. {if condition="$ep['bankImg_is_img'] eq 1"}
  126. <img onclick="Feng.showImg(this)" id="bankImg" src="{$ep.bankImg|getStoragePath}" style="max-height:60px">
  127. {else/}
  128. <img onclick="Feng.showPdf('{$ep.bankImg|getStoragePath}', 'bankImg')" src="/static/img/Pdf.png" style="max-height:60px">
  129. {/if}
  130. {/if}
  131. </td>
  132. </tr>
  133. <tr>
  134. <td class="key">
  135. {eq name="ep.special" value="0"}企业{else/}单位{/eq}开户银行网点
  136. </td>
  137. <td colspan="3">
  138. {$ep.bankNetwork}
  139. </td>
  140. </tr>
  141. </table>
  142. {eq name="ep.special" value="0"}
  143. <p>
  144. 申报类型:
  145. {switch name="ep.type"}
  146. {case value="1"}晋江市现代产业体系人才{/case}
  147. {case value="2"}集成电路优秀人才{/case}
  148. {/switch}
  149. <input type="hidden" id="type" value="{$ep.type}">
  150. </p>
  151. {if condition="$ep['type'] eq 1"}
  152. <table style="width:100%;table-layout:fixed;" class="table table-bordered">
  153. <tr class="type1">
  154. <td class="key">
  155. 产业领域
  156. </td>
  157. <td class="value1">
  158. {$ep.industryFieldNewName}
  159. </td>
  160. <td class="key">
  161. 行业领域
  162. </td>
  163. <td class="value1" style="border-right: 1px solid #c0a16b">
  164. {$ep.industryFieldOldName}
  165. </td>
  166. <td style="border: 1px solid #c0a16b">
  167. <label>行业领域佐证材料</label>
  168. {if condition="$ep['domainImg']"}
  169. {if condition="$ep['domainImg_is_img'] eq 1"}
  170. <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.domainImg|getStoragePath}" style="max-height:60px">
  171. {else/}
  172. <img onclick="Feng.showPdf('{$ep.domainImg|getStoragePath}', 'domainImg')" src="/static/img/Pdf.png" style="max-height:60px">
  173. {/if}
  174. {/if}
  175. </td>
  176. </tr>
  177. <tr class="type1">
  178. <td class="key">
  179. 企业标签
  180. </td>
  181. <td>
  182. {$ep.enterpriseTagName}
  183. </td>
  184. <td class="key">
  185. 企业类型
  186. </td>
  187. <td style="border-right:1px solid #c0a16b;">
  188. {$ep.enterpriseTypeName}
  189. </td>
  190. <td style="border: 1px solid #c0a16b">
  191. <label>规上、高新技术、专精特新企业上传材料</label>
  192. {if condition="$ep['typeImg']"}
  193. {if condition="$ep['typeImg_is_img'] eq 1"}
  194. <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.typeImg|getStoragePath}" style="max-height:60px">
  195. {else/}
  196. <img onclick="Feng.showPdf('{$ep.typeImg|getStoragePath}', 'typeImg')" src="/static/img/Pdf.png" style="max-height:60px">
  197. {/if}
  198. {/if}
  199. </td>
  200. </tr>
  201. </table>
  202. {/if}
  203. {/eq}
  204. </div>
  205. </div>
  206. </div>
  207. <div class="panel-body">
  208. <div class="panel panel-default">
  209. <div class="panel-heading">人才联络员信息</div>
  210. <div class="panel-body">
  211. <table style="width:100%" class="table table-bordered">
  212. <tr>
  213. <td class="key">
  214. 姓名
  215. </td>
  216. <td class="value1">
  217. {$ep.agentName}
  218. </td>
  219. <td class="key">
  220. 人才联络员电话
  221. </td>
  222. <td class="value1" style="border-right: 1px solid #c0a16b">
  223. {$ep.agentPhone}
  224. </td>
  225. <td rowspan="2" style="border: 1px solid #c0a16b">
  226. <label>人才联络员信息备案表</label>
  227. {if condition="$ep['beian']"}
  228. {if condition="$ep['beian_is_img'] eq 1"}
  229. <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.beian|getStoragePath}" style="max-height:60px">
  230. {else/}
  231. <img onclick="Feng.showPdf('{$ep.beian|getStoragePath}', 'beian')" src="/static/img/Pdf.png" style="max-height:60px">
  232. {/if}
  233. {/if}
  234. </td>
  235. </tr>
  236. <tr>
  237. <td class="key">
  238. 人才联络员邮箱
  239. </td>
  240. <td class="value1">
  241. {$ep.agentEmail}
  242. </td>
  243. <td colspan="2"></td>
  244. </tr>
  245. </table>
  246. </div>
  247. </div>
  248. </div>
  249. </div>
  250. <div id="tab-2" class="tab-pane">
  251. <br/>
  252. <div class="row">
  253. <div class="hidden-xs" id="tableToolbar" role="group">
  254. <button type="button" class="btn btn-sm btn-primary"
  255. onclick="EnterpriseCenter.addEnterprisechangeRecord()"><i
  256. class="fa fa-plus"></i>申请变更
  257. </button>
  258. <button type="button" class="btn btn-sm btn-primary"
  259. onclick="EnterpriseCenter.updateEnterprisechangeRecord()"><i
  260. class="fa fa-edit"></i>修改
  261. </button>
  262. <button type="button" class="btn btn-sm btn-primary"
  263. onclick="EnterpriseCenter.showEnterprisechangeRecordDetail()"><i
  264. class="fa fa-info"></i>查看详情
  265. </button>
  266. </div>
  267. <table id="table">
  268. </table>
  269. </div>
  270. </div>
  271. <div id="tab-3" class="tab-pane">
  272. <div class="panel-body" style="width:900px;">
  273. <br/>
  274. <div class="row">
  275. <div class="col-sm-12 b-r">
  276. <div class="rowGroup" style="margin-bottom: 0px;">
  277. <label class="col-sm-2 control-label">原密码</label>
  278. <div class="col-sm-10">
  279. <input type="password" class="form-control"
  280. autocomplete='new-password' name="password"/>
  281. </div>
  282. </div>
  283. </div>
  284. </div>
  285. <div class="hr-line-dashed"></div>
  286. <div class="row">
  287. <div class="col-sm-12 b-r">
  288. <div class="rowGroup" style="margin-bottom: 0px;">
  289. <label class="col-sm-2 control-label">新密码</label>
  290. <div class="col-sm-10">
  291. <input type="password" class="form-control"
  292. autocomplete='new-password' name="newPassword"/>
  293. </div>
  294. </div>
  295. </div>
  296. </div>
  297. <div class="hr-line-dashed"></div>
  298. <div class="row">
  299. <div class="col-sm-12 b-r">
  300. <div class="rowGroup" style="margin-bottom: 0px;">
  301. <label class="col-sm-2 control-label">重复新密码</label>
  302. <div class="col-sm-10">
  303. <input type="password" class="form-control"
  304. autocomplete='new-password' name="newRePassword"/>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <br/>
  310. <div style="width:100%; text-align: center;">
  311. <button type="button" class="btn btn-w-m btn-primary" style="width:200px;"
  312. onclick="EnterpriseCenter.changePwd()">确认修改
  313. </button>
  314. </div>
  315. </div>
  316. </div>
  317. <div id="tab-4" class="tab-pane">
  318. <div class="panel-body" style="width:900px;">
  319. <br/>
  320. <div class="row">
  321. <div class="col-sm-12 ">
  322. <div class="rowGroup" style="margin-bottom: 0px;">
  323. <label class="col-sm-2 control-label">聚才网账号</label>
  324. <div class="col-sm-10">
  325. <input type="text" class="form-control" id="username"
  326. name="username"/>
  327. </div>
  328. </div>
  329. </div>
  330. </div>
  331. <br/>
  332. <div class="row">
  333. <div class="col-sm-12">
  334. <div class="rowGroup" style="margin-bottom: 0px;">
  335. <label class="col-sm-2 control-label">聚才网账号密码</label>
  336. <div class="col-sm-10">
  337. <input type="password" class="form-control"
  338. autocomplete='new-password' id="password" name="password"/>
  339. </div>
  340. </div>
  341. </div>
  342. </div>
  343. <br/>
  344. <div class="row">
  345. <div class="col-sm-12 ">
  346. <div class="rowGroup form-inline" style="margin-bottom: 0px;">
  347. <label class="col-sm-2 control-label">人才联络员手机验证码</label>
  348. <div class="col-sm-10">
  349. <input autocomplete="off" type="text" style="width: 80%"
  350. class="form-control" id="verificationCode"
  351. name="verificationCode"/>
  352. <button id="enterprise_sms_btn"
  353. style="margin-bottom: 0px;width: 18%"
  354. onclick="EnterpriseCenter.getEnterpriseSms()" type="button"
  355. class="btn btn-sm btn-info">获取验证码
  356. </button>
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. <br/>
  362. <div style="width:100%; text-align: center;">
  363. <button type="button" class="btn btn-w-m btn-primary" style="width:200px;"
  364. onclick="EnterpriseCenter.bindJcAccount()">确认绑定
  365. </button>
  366. </div>
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376. <script type="text/javascript">
  377. document.write('<script src="/static/modular/gate/enterprise/enterprise_center.js?v=' + (new Date()).getTime() + '"><\/script>');
  378. </script>
  379. <!--<script src='{$ctxPath}/static/modular/gate/enterprise/enterprise_center.js?v='></script>-->
  380. {/block}