second.html 41 KB

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