center_page.html 26 KB

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