center_page.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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. </div>
  143. </div>
  144. </div>
  145. {eq name="ep.special" value="0"}
  146. <div class="panel-body">
  147. <div class="panel panel-default">
  148. <div class="panel-heading">申报信息</div>
  149. <div class="panel-body">
  150. <p>
  151. 申报类型:
  152. {switch name="ep.type"}
  153. {case value="1"}晋江市现代产业体系人才{/case}
  154. {case value="2"}集成电路优秀人才{/case}
  155. {/switch}
  156. <input type="hidden" id="type" value="{$ep.type}">
  157. </p>
  158. {if condition="$ep['type'] eq 1"}
  159. <table style="width:100%;table-layout:fixed;" class="table table-bordered">
  160. <tr class="type1">
  161. <td class="key">
  162. 产业领域
  163. </td>
  164. <td class="value1">
  165. {$ep.industryFieldNewName}
  166. </td>
  167. <td class="key">
  168. 行业领域
  169. </td>
  170. <td class="value1" style="border-right: 1px solid #c0a16b">
  171. {$ep.industryFieldOldName}
  172. </td>
  173. <td style="border: 1px solid #c0a16b">
  174. <label>行业领域佐证材料</label>
  175. {if condition="$ep['domainImg']"}
  176. {if condition="$ep['domainImg_is_img'] eq 1"}
  177. <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.domainImg|getStoragePath}" style="max-height:60px">
  178. {else/}
  179. <img onclick="Feng.showPdf('{$ep.domainImg|getStoragePath}', 'domainImg')" src="/static/img/Pdf.png" style="max-height:60px">
  180. {/if}
  181. {/if}
  182. </td>
  183. </tr>
  184. <tr class="type1">
  185. <td class="key">
  186. 企业标签
  187. </td>
  188. <td>
  189. {$ep.enterpriseTagName}
  190. </td>
  191. <td class="key">
  192. 企业类型
  193. </td>
  194. <td>
  195. {$ep.enterpriseTypeName}
  196. </td>
  197. <td style="border: 1px solid #c0a16b">
  198. <label>规上、高新技术、专精特新企业上传材料</label>
  199. {if condition="$ep['typeImg']"}
  200. {if condition="$ep['typeImg_is_img'] eq 1"}
  201. <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.typeImg|getStoragePath}" style="max-height:60px">
  202. {else/}
  203. <img onclick="Feng.showPdf('{$ep.typeImg|getStoragePath}', 'typeImg')" src="/static/img/Pdf.png" style="max-height:60px">
  204. {/if}
  205. {/if}
  206. </td>
  207. </tr>
  208. </table>
  209. {/if}
  210. </div>
  211. </div>
  212. </div>
  213. {/eq}
  214. <div class="panel-body">
  215. <div class="panel panel-default">
  216. <div class="panel-heading">人才联络员信息</div>
  217. <div class="panel-body">
  218. <table style="width:100%" class="table table-bordered">
  219. <tr>
  220. <td class="key">
  221. 姓名
  222. </td>
  223. <td class="value1">
  224. {$ep.agentName}
  225. </td>
  226. <td class="key">
  227. 人才联络员电话
  228. </td>
  229. <td class="value1" style="border-right: 1px solid #c0a16b">
  230. {$ep.agentPhone}
  231. </td>
  232. <td rowspan="2" style="border: 1px solid #c0a16b">
  233. <label>人才联络员信息备案表</label>
  234. {if condition="$ep['beian']"}
  235. {if condition="$ep['beian_is_img'] eq 1"}
  236. <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.beian|getStoragePath}" style="max-height:60px">
  237. {else/}
  238. <img onclick="Feng.showPdf('{$ep.beian|getStoragePath}', 'beian')" src="/static/img/Pdf.png" style="max-height:60px">
  239. {/if}
  240. {/if}
  241. </td>
  242. </tr>
  243. <tr>
  244. <td class="key">
  245. 人才联络员邮箱
  246. </td>
  247. <td class="value1">
  248. {$ep.agentEmail}
  249. </td>
  250. <td colspan="2"></td>
  251. </tr>
  252. </table>
  253. </div>
  254. </div>
  255. </div>
  256. </div>
  257. <div id="tab-2" class="tab-pane">
  258. <br/>
  259. <div class="row">
  260. <div class="hidden-xs" id="tableToolbar" role="group">
  261. <button type="button" class="btn btn-sm btn-primary"
  262. onclick="EnterpriseCenter.addEnterprisechangeRecord()"><i
  263. class="fa fa-plus"></i>申请变更
  264. </button>
  265. <button type="button" class="btn btn-sm btn-primary"
  266. onclick="EnterpriseCenter.updateEnterprisechangeRecord()"><i
  267. class="fa fa-edit"></i>修改
  268. </button>
  269. <button type="button" class="btn btn-sm btn-primary"
  270. onclick="EnterpriseCenter.showEnterprisechangeRecordDetail()"><i
  271. class="fa fa-info"></i>查看详情
  272. </button>
  273. </div>
  274. <table id="table">
  275. </table>
  276. </div>
  277. </div>
  278. <div id="tab-3" class="tab-pane">
  279. <div class="panel-body" style="width:900px;">
  280. <br/>
  281. <div class="row">
  282. <div class="col-sm-12 b-r">
  283. <div class="rowGroup" style="margin-bottom: 0px;">
  284. <label class="col-sm-2 control-label">原密码</label>
  285. <div class="col-sm-10">
  286. <input type="password" class="form-control"
  287. autocomplete='new-password' name="password"/>
  288. </div>
  289. </div>
  290. </div>
  291. </div>
  292. <div class="hr-line-dashed"></div>
  293. <div class="row">
  294. <div class="col-sm-12 b-r">
  295. <div class="rowGroup" style="margin-bottom: 0px;">
  296. <label class="col-sm-2 control-label">新密码</label>
  297. <div class="col-sm-10">
  298. <input type="password" class="form-control"
  299. autocomplete='new-password' name="newPassword"/>
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304. <div class="hr-line-dashed"></div>
  305. <div class="row">
  306. <div class="col-sm-12 b-r">
  307. <div class="rowGroup" style="margin-bottom: 0px;">
  308. <label class="col-sm-2 control-label">重复新密码</label>
  309. <div class="col-sm-10">
  310. <input type="password" class="form-control"
  311. autocomplete='new-password' name="newRePassword"/>
  312. </div>
  313. </div>
  314. </div>
  315. </div>
  316. <br/>
  317. <div style="width:100%; text-align: center;">
  318. <button type="button" class="btn btn-w-m btn-primary" style="width:200px;"
  319. onclick="EnterpriseCenter.changePwd()">确认修改
  320. </button>
  321. </div>
  322. </div>
  323. </div>
  324. <div id="tab-4" class="tab-pane">
  325. <div class="panel-body" style="width:900px;">
  326. <br/>
  327. <div class="row">
  328. <div class="col-sm-12 ">
  329. <div class="rowGroup" style="margin-bottom: 0px;">
  330. <label class="col-sm-2 control-label">聚才网账号</label>
  331. <div class="col-sm-10">
  332. <input type="text" class="form-control" id="username"
  333. name="username"/>
  334. </div>
  335. </div>
  336. </div>
  337. </div>
  338. <br/>
  339. <div class="row">
  340. <div class="col-sm-12">
  341. <div class="rowGroup" style="margin-bottom: 0px;">
  342. <label class="col-sm-2 control-label">聚才网账号密码</label>
  343. <div class="col-sm-10">
  344. <input type="password" class="form-control"
  345. autocomplete='new-password' id="password" name="password"/>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350. <br/>
  351. <div class="row">
  352. <div class="col-sm-12 ">
  353. <div class="rowGroup form-inline" style="margin-bottom: 0px;">
  354. <label class="col-sm-2 control-label">人才联络员手机验证码</label>
  355. <div class="col-sm-10">
  356. <input autocomplete="off" type="text" style="width: 80%"
  357. class="form-control" id="verificationCode"
  358. name="verificationCode"/>
  359. <button id="enterprise_sms_btn"
  360. style="margin-bottom: 0px;width: 18%"
  361. onclick="EnterpriseCenter.getEnterpriseSms()" type="button"
  362. class="btn btn-sm btn-info">获取验证码
  363. </button>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368. <br/>
  369. <div style="width:100%; text-align: center;">
  370. <button type="button" class="btn btn-w-m btn-primary" style="width:200px;"
  371. onclick="EnterpriseCenter.bindJcAccount()">确认绑定
  372. </button>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377. </div>
  378. </div>
  379. </div>
  380. </div>
  381. </div>
  382. </div>
  383. <script type="text/javascript">
  384. document.write('<script src="/static/modular/gate/enterprise/enterprise_center.js?v=' + (new Date()).getTime() + '"><\/script>');
  385. </script>
  386. <!--<script src='{$ctxPath}/static/modular/gate/enterprise/enterprise_center.js?v='></script>-->
  387. {/block}