index.html 26 KB

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