talentInfo_common_check.html 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. {extend name="layout/content"}
  2. {block name="content"}
  3. <style type="text/css">
  4. .panel-heading{
  5. color:#333;
  6. background-color:#f5f5f5;
  7. border-color:#ddd
  8. }
  9. .spacing {
  10. margin-bottom: 10px;
  11. padding-right:4px;
  12. padding-left: 4px;
  13. }
  14. #talentInfoForm label {
  15. font-size: xx-small;
  16. }
  17. .has-feedback .form-control {
  18. padding-right: 5px;
  19. }
  20. .control-label{
  21. color: #337ab7;
  22. }
  23. .rowGroup{
  24. padding-bottom: 5px;
  25. }
  26. .imgs>li{
  27. list-style: none;
  28. float: left;
  29. border: 1px solid #d8d1d1;
  30. text-align: center;
  31. height: 35px;
  32. width:100%;
  33. padding:5px 0;
  34. }
  35. .table .td-label{
  36. display: block;
  37. text-align: left;
  38. border-bottom: 1px solid #ccc;
  39. margin-bottom: 10px;
  40. }
  41. .imgs li>div{float:left;}
  42. .info td{background:#f5f5f5 !important;}
  43. .word-wrap{
  44. width:100%;
  45. white-space:normal;
  46. word-wrap:break-word;
  47. word-break:break-all;
  48. }
  49. </style>
  50. <div class="ibox float-e-margins">
  51. <div class="ibox-content">
  52. <div class="form-horizontal">
  53. <div class="row">
  54. <div class="col-sm-12" >
  55. <div class="tabs-container" >
  56. <ul class="nav nav-tabs">
  57. <li class="" style="float: right;margin-left: 10px;">
  58. <button type="button" class="btn btn-sm btn-primary " onclick="TalentInfoInfoDlg.download()" >
  59. <i class="fa fa-download"></i>&nbsp;打包下载
  60. </button>
  61. </li>
  62. </ul>
  63. </div>
  64. <div class="tab-content">
  65. <div id="tab-1" class="tab-pane active">
  66. <div class="panel-body" >
  67. <div class="panel panel-default">
  68. <div class="panel-heading" onclick="$(this).next().toggle()">个人信息</div>
  69. <div class="panel-body">
  70. <input type="hidden" name="id" id="id" value="{$info.id}">
  71. <input type="hidden" name="type" id="type" value="1">
  72. <input type="hidden" name="checkState" id="checkState" value="{$info.checkState}">
  73. <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$info.enterpriseTag}">
  74. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  75. <tr>
  76. <td>
  77. <label class="control-label spacing td-label">姓名</label>
  78. <input type="text" class="form-control" id="name" name="name" value="{$info.name}" />
  79. </td>
  80. <td>
  81. <label class="control-label spacing td-label"><span style="color: red">*</span>民族</label>
  82. <input class="form-control" id="nation" name="nation" value="{$info.nationName}"/>
  83. </td>
  84. <td rowspan="5" style="width: 200%">
  85. <img id="photoImg" onclick="Feng.showImg(this)" src="{$info.headimgurl}" style="height:147px;width:105px;margin:0 auto;display:block;">
  86. <hr />
  87. 附件:
  88. <table class="fileTable"></table>
  89. </td>
  90. </tr>
  91. <tr>
  92. <td>
  93. <label class=" control-label spacing td-label"><span style="color: red">*</span>证件类型</label>
  94. <select class="form-control" id="card_type" name="card_type" value="{$info.card_type}">
  95. {eq name="info.card_type" value="1"}<option value="1">身份证</option>{/eq}
  96. {eq name="info.card_type" value="2"}<option value="2">通行证</option>{/eq}
  97. {eq name="info.card_type" value="3"}<option value="3">护照</option>{/eq}
  98. </select>
  99. </td>
  100. <td>
  101. <label class=" control-label spacing td-label"><span style="color: red">*</span>证件号码</label>
  102. <input class="form-control" id="card_number" name="card_number" value="{$info.card_number}">
  103. </td>
  104. </tr>
  105. <tr>
  106. <td>
  107. <label class=" control-label spacing td-label"><span style="color: red">*</span>性别</label>
  108. <input type="text" class="form-control" id="sex" name="sex" value="{eq name='info.sex' value='1'}男{else/}女{/eq}" />
  109. </td>
  110. <td>
  111. <label class=" control-label spacing td-label"><span style="color: red">*</span>出生日期</label>
  112. <input type="text" class="form-control" id="birthday" name="birthday" value="{$info.birthday}"/>
  113. </td>
  114. </tr>
  115. <tr>
  116. <td>
  117. <label class=" control-label spacing td-label"><span style="color: red">*</span>政治面貌</label>
  118. <input class="form-control" id="politics" name="politics" value="{$info.politicsName}"/>
  119. </td>
  120. <td>
  121. <label class=" control-label spacing td-label"><span style="color: red">*</span>国籍/地区</label>
  122. <input class="form-control" id="nationality" name="nationality" value="{$info.nationalityName}">
  123. </td>
  124. </tr>
  125. <tr>
  126. <td colspan="2">
  127. <label class=" control-label spacing td-label"><span style="color: red">*</span>籍贯</label>
  128. <input class="form-control" id="province" name="province" value="{$info.provinceName}{$info.cityName}{$info.countyName}"/>
  129. </td>
  130. </tr>
  131. </table>
  132. </div>
  133. </div>
  134. <div class="panel panel-default">
  135. <div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
  136. <div class="panel-body">
  137. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  138. <tr>
  139. <td>
  140. <label class="control-label spacing td-label"><span style="color: red">*</span>单位标签</label>
  141. <input type="text" class="form-control" id="enterprise_tag" name="enterprise_tag" value="{$info.enterpriseTagName}" />
  142. </td>
  143. <td>
  144. <label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
  145. <input type="text" class="form-control" id="enterprise_name" name="enterprise_name" value="{$info.enterpriseName}" />
  146. </td>
  147. <td rowspan="5" style="width: 200%">
  148. <table class="fileTable"></table>
  149. </td>
  150. </tr>
  151. <tr>
  152. <td>
  153. <label class=" control-label spacing td-label"><span style="color: red">*</span>所属街道</label>
  154. <input type="text" class="form-control" id="street" name="street" value="{$info.streetName}" />
  155. </td>
  156. <td>
  157. <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
  158. <input type="text" class="form-control" id="industry_field" name="industry_field" value="{$info.industryFieldName}">
  159. </td>
  160. </tr>
  161. <tr>
  162. <td>
  163. <label class=" control-label spacing td-label"><span style="color: red">*</span>人才类型</label>
  164. <select class="form-control" id="talent_type" name="talent_type" data-value="{$info.talent_type}">
  165. <option value="" selected="true">{$info.talentTypeName}</option>
  166. </select>
  167. </td>
  168. <td>
  169. </td>
  170. </tr>
  171. {if condition="in_array($info['talent_type'],[1,2])"}
  172. <tr>
  173. <td>
  174. <div class="rowGroup ">
  175. <label class=" control-label spacing td-label"><span style="color: red">*</span>在我市缴交社会保险或个人所得税月份</label>
  176. <input type="text" class="form-control" id="tax_insurance_month" name="tax_insurance_month" value="{$info.tax_insurance_month}" />
  177. </div>
  178. </td>
  179. <td>
  180. <div class="rowGroup">
  181. <label class=" control-label spacing td-label"><span style="color: red">*</span>劳动合同起止时间</label>
  182. <input type="text" class="form-control" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$info.labor_contract_rangetime}" />
  183. </div>
  184. </td>
  185. </tr>
  186. {else/}
  187. <tr>
  188. <td >
  189. <div class="rowGroup">
  190. 预引进类型
  191. </div>
  192. </td>
  193. <td >
  194. <div class="rowGroup">
  195. {if condition="$info['pre_import_type']==1"}意向合同{else/}创业企业名称预核准{/if}
  196. </div>
  197. </td>
  198. </tr>
  199. {/if}
  200. {if condition="in_array($info['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
  201. <tr>
  202. <td>
  203. <label class=" control-label spacing td-label">说明</label>
  204. <div style="width:100%;white-space:normal;word-wrap:break-word;word-break:break-all; ">
  205. {switch name="info.talent_type"}
  206. {case value="1"}含经晋江市认定且还在晋江市就业创业的人才,或在晋江市就业创业但未曾申报过晋江市现代产业体系人才的人才。{/case}
  207. {case value="2"}含本办法出台后首次从晋江市以外引进认定的人才,或者流出晋江市满3年后又返回晋江市就业创业(不含企业集团内部人员调动)的人才。{/case}
  208. {case value="3"}含已经与晋江市用人单位达成就业意向且签订预引进意向合作协议(合同)的人才,或拟来我市创业且提交企业名称预先核准的人才。{/case}
  209. {/switch}
  210. </div>
  211. </td>
  212. <td>
  213. <div class="rowGroup">
  214. <label class="control-label spacing td-label"><span style="color: red">*</span>{if condition="$info['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
  215. <input type="text" class="form-control date" id="fst_work_time" value="{$info.fst_work_time}"/>
  216. </div>
  217. </td>
  218. </tr>
  219. {else/}
  220. <tr>
  221. <td colspan="2">
  222. <label class=" control-label spacing td-label">说明</label>
  223. <div style="width:100%;white-space:normal;word-wrap:break-word;word-break:break-all; ">
  224. {switch name="info.talent_type"}
  225. {case value="1"}含经晋江市认定且还在晋江市就业创业的人才,或在晋江市就业创业但未曾申报过晋江市现代产业体系人才的人才。{/case}
  226. {case value="2"}含本办法出台后首次从晋江市以外引进认定的人才,或者流出晋江市满3年后又返回晋江市就业创业(不含企业集团内部人员调动)的人才。{/case}
  227. {case value="3"}含已经与晋江市用人单位达成就业意向且签订预引进意向合作协议(合同)的人才,或拟来我市创业且提交企业名称预先核准的人才。{/case}
  228. {/switch}
  229. </div>
  230. </td>
  231. </tr>
  232. {/if}
  233. </table>
  234. </div>
  235. <div class="panel-body">
  236. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  237. <tr>
  238. <td>
  239. <div class="rowGroup">
  240. <label class="control-label spacing td-label"><span style="color: red">*</span>工作简历</label>
  241. <textarea class="form-control" style="border: none" placeholder="填写工作简历">{$info.experience}</textarea>
  242. </div>
  243. </td>
  244. <td>
  245. <div class="rowGroup">
  246. <label class=" control-label spacing td-label"><span style="color: red">*</span>教育背景</label>
  247. <textarea class="form-control" style="border: none" placeholder="填写教育背景">{$info.education}</textarea>
  248. </div>
  249. </td>
  250. </tr>
  251. </table>
  252. </div>
  253. </div>
  254. <div class="panel panel-default">
  255. <div class="panel-heading" onclick="$(this).next().toggle()">人才认定申请</div>
  256. <div class="panel-body">
  257. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  258. <tr>
  259. <td>
  260. <div class="rowGroup">
  261. <label class=" control-label spacing td-label"><span style="color: red">*</span>申报年度</label>
  262. <input type="text" class="form-control" name="apply_year" id="apply_year" value="{$info.apply_year}" readonly disabled>
  263. </div>
  264. </td>
  265. <td>
  266. <div class="rowGroup">
  267. <label class="control-label spacing td-label"><span style="color: red">*</span>手机号码</label>
  268. <input type="text" class="form-control" id="phone" value="{$info.phone}" maxlength="11"/>
  269. </div>
  270. </td>
  271. <td>
  272. <div class="rowGroup">
  273. <label class="control-label spacing td-label"><span style="color: red">*</span>电子邮箱</label>
  274. <input type="text" class="form-control" id="email" value="{$info.email}"/>
  275. </div>
  276. </td>
  277. <td rowspan="3" style="width: 300%">
  278. <table class="fileTable"></table>
  279. </td>
  280. </tr>
  281. <tr>
  282. <td>
  283. <div class="rowGroup">
  284. <label class="control-label spacing td-label"><span style="color: red">*</span>最高学历</label>
  285. <input type="text" class="form-control" id="highest_degree" name="highest_degree" value="{$info.highestDegreeName}">
  286. </div>
  287. </td>
  288. <td>
  289. <div class="rowGroup">
  290. <label class="control-label spacing td-label"><span style="color: red">*</span>毕业院校</label>
  291. <input type="text" class="form-control" id="graduate_school" value="{$info.graduate_school}">
  292. </div>
  293. </td>
  294. <td>
  295. <div class="rowGroup">
  296. <label class="control-label spacing td-label"><span style="color: red">*</span>专业</label>
  297. <input type="text" class="form-control" id="major" value="{$info.major}"/>
  298. </div>
  299. </td>
  300. </tr>
  301. </table>
  302. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  303. <tr>
  304. <td>
  305. <div class="rowGroup">
  306. <label class="control-label spacing td-label">是否有留学经历</label>
  307. <input type="text" class="form-control" id="study_abroad" name="study_abroad" value="{eq name='study_abroad' value='2'}否{else/}是{/eq}"/>
  308. </div>
  309. </td>
  310. <td>
  311. {if condition="$info['abroad_school']"}
  312. <div class="rowGroup abroad_need_this">
  313. <label class="control-label spacing td-label"><span style="color: red">*</span>留学毕业院校</label>
  314. <input type="text" class="form-control" id="abroad_school" value="{$info.abroad_school}" maxlength="11"/>
  315. </div>
  316. {/if}
  317. </td>
  318. <td>
  319. {if condition="$info['abroad_major']"}
  320. <div class="rowGroup abroad_need_this">
  321. <label class="control-label spacing td-label"><span style="color: red">*</span>留学专业</label>
  322. <input type="text" class="form-control" id="abroad_major" value="{$info.abroad_major}" maxlength="11"/>
  323. </div>
  324. {/if}
  325. </td>
  326. <td rowspan="3" style="width: 300%">
  327. <table class="fileTable"></table>
  328. </td>
  329. </tr>
  330. </table>
  331. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  332. <tr>
  333. <td>
  334. <div class="rowGroup">
  335. <label class=" control-label spacing td-label"><span style="color: red">*</span>引进方式</label>
  336. <input type="text" class="form-control date" id="import_way" name="import_way" value="{$info.importWayName}"/>
  337. </div>
  338. </td>
  339. <td>
  340. <div class="rowGroup">
  341. <label class="control-label spacing td-label"><span style="color: red">*</span>本单位入职时间</label>
  342. <input type="text" class="form-control date" id="cur_entry_time" value="{$info.cur_entry_time}"/>
  343. </div>
  344. </td>
  345. <td>
  346. <div class="rowGroup">
  347. <label class="control-label spacing td-label"><span style="color: red">*</span>本单位现任职务</label>
  348. <input type="text" class="form-control" id="position" value="{$info.position}"/>
  349. </div>
  350. </td>
  351. <td rowspan="3" style="width: 200%">
  352. <table class="fileTable"></table>
  353. </td>
  354. </tr>
  355. </table>
  356. <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
  357. <tr>
  358. <td>
  359. <div class="rowGroup">
  360. <label class="control-label spacing td-label">专业技术职称</label>
  361. <input type="text" class="form-control" id="professional" value="{$info.professional}"/>
  362. </div>
  363. </td>
  364. <td rowspan="3" style="width: 100%">
  365. <table class="fileTable"></table>
  366. </td>
  367. </tr>
  368. </table>
  369. <div class="col-sm-12 form-group-sm">
  370. <div class="row">
  371. <div class="col-sm-10">
  372. <div class="rowGroup col-sm-3">
  373. <label class="control-label spacing"><span style="color: red">*</span>申报来源</label>
  374. <select class="form-control" id="source" >
  375. <option value="">{$info.sourceName}</option>
  376. </select>
  377. </div>
  378. {if condition="$info['source_city']"}
  379. <div class="rowGroup col-sm-3">
  380. <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
  381. <select class="form-control" id="source_city" name="source_city">
  382. <option value="">{$info.sourceCityName}</option>
  383. </select>
  384. </div>
  385. {/if}
  386. {if condition="$info['source_county']"}
  387. <div class="rowGroup col-sm-3">
  388. <label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
  389. <select class="form-control" id="source_county" name="source_county">
  390. <option value="">{$info.sourceCountyName}</option>
  391. </select>
  392. </div>
  393. {/if}
  394. {if condition="$info['source_batch']"}
  395. <div class="rowGroup col-sm-3">
  396. <label class=" control-label spacing" ><span style="color: red">*</span>入选名单的文件号及批次</label>
  397. <input type="text" class="form-control" id="source_batch" value="{$info.source_batch}"/>
  398. </div>
  399. {/if}
  400. {if condition="$info['fujian_highcert_pubtime']"}
  401. <div class="rowGroup col-sm-3">
  402. <label class=" control-label spacing" ><span style="color: red">*</span>福建省高层次人才证书发证日期</label>
  403. <input type="text" class="form-control date" id="fujian_highcert_pubtime" value="{$info.fujian_highcert_pubtime}"/>
  404. </div>
  405. {/if}
  406. {if condition="$info['fujian_highcert_exptime']"}
  407. <div class="rowGroup col-sm-3">
  408. <label class=" control-label spacing" ><span style="color: red">*</span>福建省高层次人才证书有效期</label>
  409. <input type="text" class="form-control date" id="fujian_highcert_exptime" value="{$info.fujian_highcert_exptime}"/>
  410. </div>
  411. {/if}
  412. {if condition="$info['quanzhou_highcert_pubtime']"}
  413. <div class="rowGroup col-sm-3">
  414. <label class=" control-label spacing" ><span style="color: red">*</span>泉州高层次人才证书发证日期</label>
  415. <input type="text" class="form-control date" id="quanzhou_highcert_pubtime" value="{$info.quanzhou_highcert_pubtime}"/>
  416. </div>
  417. {/if}
  418. {if condition="$info['quanzhou_highcert_exptime']"}
  419. <div class="rowGroup col-sm-3">
  420. <label class=" control-label spacing" ><span style="color: red">*</span>泉州高层次人才证书有效期</label>
  421. <input type="text" class="form-control date" id="quanzhou_highcert_exptime" value="{$info.quanzhou_highcert_exptime}"/>
  422. </div>
  423. {/if}
  424. <div class="rowGroup col-sm-3">
  425. <label class="control-label spacing"><span style="color: red">*</span>人才层次</label>
  426. <select class="form-control" id="talent_arrange" name="talent_arrange">
  427. <option value="">{$info.talentArrangeName}</option>
  428. </select>
  429. </div>
  430. <div class="rowGroup col-sm-3">
  431. <label class="control-label spacing"><span style="color: red">*</span>人才条款</label>
  432. <select class="form-control" id="talent_arrange_category" name="talent_arrange_category">
  433. <option value="">{$info.talentArrangeCatName}</option>
  434. </select>
  435. </div>
  436. <div class="rowGroup col-sm-3">
  437. <label class="control-label spacing"><span style="color: red">*</span>认定条件</label>
  438. <select class="form-control" id="talent_condition">
  439. <option value="{$info.talent_condition}">{$info.talentConditionName}</option>
  440. </select>
  441. </div>
  442. <div class="rowGroup col-sm-3" {if condition='!$info["annual_salary"]'}style="display:none;"{/if}>
  443. <label class="control-label spacing"><span style="color: red">*</span>年薪</label>
  444. <input type="text" class="form-control" id="annual_salary" value="{$info.annual_salary}"/>
  445. </div>
  446. </div>
  447. </div>
  448. <div class="row" style="margin-top:20px;padding:10px 25px;">
  449. 上传附件:
  450. <table class="fileTable"></table>
  451. </div>
  452. <div class="row">
  453. <div class="col-sm-10">
  454. <div class="rowGroup col-sm-3">
  455. <label class="control-label spacing"><span style="color: red">*</span>开户银行</label>
  456. <input type="text" class="form-control" onchange="" id="bank" value="{$info.bank}" placeholder="XX银行"/>
  457. </div>
  458. <div class="rowGroup col-sm-3">
  459. <label class="control-label spacing"><span style="color: red">*</span>银行行号</label>
  460. <input type="text" class="form-control" id="bank_number" value="{$info.bank_number}"/>
  461. </div>
  462. <div class="rowGroup col-sm-3">
  463. <label class="control-label spacing"><span style="color: red">*</span>开户银行网点</label>
  464. <input type="text" class="form-control" id="bank_branch_name" value="{$info.bank_branch_name}" placeholder="XX银行XX省XX市XX支行/分行/分理处"/>
  465. </div>
  466. <div class="rowGroup col-sm-3">
  467. <label class="control-label spacing"><span style="color: red">*</span>银行账号</label>
  468. <input type="text" class="form-control" id="bank_account" value="{$info.bank_account}" />
  469. </div>
  470. </div>
  471. </div>
  472. <div class="row" style="margin-top:20px;padding:10px 25px;">
  473. 上传附件:
  474. <table class="fileTable"></table>
  475. </div>
  476. </div>
  477. </div>
  478. </div>
  479. <div class="panel panel-default">
  480. <div class="panel-heading" onclick="$(this).next().toggle()">附件</div>
  481. <div class="panel-body">
  482. <table id="fileTable" class="table-condensed" style="font-size: 10px;table-layout: fixed!important;" data-mobile-responsive="true" data-click-to-select="true">
  483. <thead>
  484. <tr>
  485. <th data-field="selectItem" data-checkbox="true"></th>
  486. </tr>
  487. </thead>
  488. </table>
  489. </div>
  490. </div>
  491. <div class="panel panel-default">
  492. <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
  493. <table id="logTable">
  494. </table>
  495. </div>
  496. </div>
  497. </div>
  498. <div id="tab-2" class="tab-pane ">
  499. <label style="padding-top: 15px;color: red">*请根据上传的附件材料,编辑好相应的文件夹名称</label>
  500. </div>
  501. </div>
  502. </div>
  503. </div>
  504. </div>
  505. </div>
  506. </div>
  507. <script type="text/javascript">
  508. document.write('<script src="/static/modular/talentIdentify/talentInfo/talentInfo_common_check.js?v=' + (new Date()).getTime() + '"><\/script>');
  509. </script>
  510. {/block}