|
@@ -99,17 +99,17 @@
|
|
|
<label class="control-label spacing td-label"><span style="color: red">*</span>
|
|
|
姓名
|
|
|
{switch name="info.rs.I010902.code"}
|
|
|
- {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
- {case value="200"}
|
|
|
- {eq name="info.rs.I010902.data.list.0.NAME" value="$info.name"}
|
|
|
- <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
- {else /}
|
|
|
- <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
|
|
|
- {/eq}
|
|
|
- {/case}
|
|
|
- {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
+ {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
+ {case value="200"}
|
|
|
+ {eq name="info.rs.I010902.data.list.0.NAME" value="$info.name"}
|
|
|
+ <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
+ {else /}
|
|
|
+ <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
|
|
|
+ {/eq}
|
|
|
+ {/case}
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
{/switch}
|
|
|
- </label>
|
|
|
+ </label>
|
|
|
<input type="text" class="form-control" id="name" value="{$info.name}"/>
|
|
|
</div>
|
|
|
</td>
|
|
@@ -118,15 +118,15 @@
|
|
|
<label class="control-label spacing td-label"><span style="color: red">*</span>
|
|
|
民族
|
|
|
{switch name="info.rs.I010902.code"}
|
|
|
- {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
- {case value="200"}
|
|
|
- {if strpos($info['nationName'],$info['rs']['I010902']['data']['list'][0]['NATION']) !== false}
|
|
|
- <i class="fa fa-check" style="color: green" data-msg="公安数据包含在用户填写的数据内,信息正确"></i>
|
|
|
- {else /}
|
|
|
- <i class="fa fa-times" style="color: red" data-msg="数据初步判断不一不致,接口返回民族'{$info.rs.I010902.data.list.0.NATION}'"></i>
|
|
|
- {/if}
|
|
|
- {/case}
|
|
|
- {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
+ {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
+ {case value="200"}
|
|
|
+ {if strpos($info['nationName'],$info['rs']['I010902']['data']['list'][0]['NATION']) !== false}
|
|
|
+ <i class="fa fa-check" style="color: green" data-msg="公安数据包含在用户填写的数据内,信息正确"></i>
|
|
|
+ {else /}
|
|
|
+ <i class="fa fa-times" style="color: red" data-msg="数据初步判断不一不致,接口返回民族'{$info.rs.I010902.data.list.0.NATION}'"></i>
|
|
|
+ {/if}
|
|
|
+ {/case}
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
{/switch}
|
|
|
</label>
|
|
|
<input class="form-control" value="{$info.nationName}" id="nation"/>
|
|
@@ -163,17 +163,17 @@
|
|
|
<label class=" control-label spacing td-label"><span style="color: red">*</span>
|
|
|
性别
|
|
|
{switch name="info.rs.I010902.code"}
|
|
|
- {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
- {case value="200"}
|
|
|
- {if ($info['sex'] == 1) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '男')}
|
|
|
- <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
- {elseif ($info['sex'] == 2) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '女') /}
|
|
|
- <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
- {else /}
|
|
|
- <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
|
|
|
- {/if}
|
|
|
- {/case}
|
|
|
- {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
+ {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
+ {case value="200"}
|
|
|
+ {if ($info['sex'] == 1) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '男')}
|
|
|
+ <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
+ {elseif ($info['sex'] == 2) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '女') /}
|
|
|
+ <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
+ {else /}
|
|
|
+ <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
|
|
|
+ {/if}
|
|
|
+ {/case}
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
{/switch}
|
|
|
</label>
|
|
|
<input type="text" class="form-control" value="{eq name='info.sex' value='1'}男{else/}女{/eq}" readonly disabled id="sex"/>
|
|
@@ -184,15 +184,15 @@
|
|
|
<label class=" control-label spacing td-label"><span style="color: red">*</span>
|
|
|
出生日期
|
|
|
{switch name="info.rs.I010902.code"}
|
|
|
- {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
- {case value="200"}
|
|
|
- {eq name="info.rs.I010902.data.list.0.DOB" value="$info.birthday"}
|
|
|
- <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
- {else /}
|
|
|
- <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
|
|
|
- {/eq}
|
|
|
- {/case}
|
|
|
- {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
+ {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
|
|
|
+ {case value="200"}
|
|
|
+ {eq name="info.rs.I010902.data.list.0.DOB" value="$info.birthday"}
|
|
|
+ <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
|
|
|
+ {else /}
|
|
|
+ <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
|
|
|
+ {/eq}
|
|
|
+ {/case}
|
|
|
+ {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
|
|
|
{/switch}
|
|
|
</label>
|
|
|
<input type="text" class="form-control" value="{$info.birthday}" readonly disabled id="birthday"/>
|
|
@@ -340,7 +340,7 @@
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
<label class="control-label spacing td-label">{if condition="$info['talent_type'] eq 1"}近三年{else/}近三年(首次){/if}来晋工作时间</label>
|
|
|
- <input type="text" class="form-control date" id="fst_work_time" value="{$info.fst_work_time}"/>
|
|
|
+ <input type="text" class="form-control" id="fst_work_time" value="{$info.fst_work_time}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td id="come_in_jin_str">
|
|
@@ -392,14 +392,14 @@
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
<label class=" control-label spacing td-label"><span style="color: red">*</span>引进方式</label>
|
|
|
- <input type="text" class="form-control date" id="import_way" name="import_way" value="{$info.importWayName}"/>
|
|
|
+ <input type="text" class="form-control" id="import_way" name="import_way" value="{$info.importWayName}"/>
|
|
|
</select>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
<label class="control-label spacing td-label"><span style="color: red">*</span>本单位入职时间</label>
|
|
|
- <input type="text" class="form-control date" id="cur_entry_time" name="cur_entry_time" value="{$info.cur_entry_time}"/>
|
|
|
+ <input type="text" class="form-control" id="cur_entry_time" name="cur_entry_time" value="{$info.cur_entry_time}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
@@ -493,13 +493,13 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup abroad_need_this" {if condition='!$info["study_abroad"] or $info["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>留学毕业院校</label>
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>留学毕业院校</label>
|
|
|
<input type="text" class="form-control" id="abroad_school" name="abroad_school" value="{$info.abroad_school}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup abroad_need_this" {if condition='!$info["study_abroad"] or $info["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>留学专业</label>
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>留学专业</label>
|
|
|
<input type="text" class="form-control" id="abroad_major" name="abroad_major" value="{$info.abroad_major}"/>
|
|
|
</div>
|
|
|
</td>
|
|
@@ -535,6 +535,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
{if condition="$info['fjImport'] == 1 or $info['qzImport'] == 1"}
|
|
|
+ <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;">*人才直认说明:曾入选为福建省高层次人才、泉州市高层次人才的对象,还在人才有效期内,可在本系统进行人才直认操作:选择“是”,在“认定条件”中选择与导入数据省级为“入选条款”、泉州级为“认定条件”同样的人才认定条件,完成人才直认操作,不用提供人才认定佐证材料;如果无法选择同样的人才认定条件,那就只能选择“否”,按步骤进行正常人才认定申报。</div>
|
|
|
<table style="width: 100%;border-collapse: collapse;background:#f7f7f7;color:red;font-weight:bold;" class="table table-bordered">
|
|
|
{if condition="$info['fjImport'] == 1"}
|
|
|
<tr>
|
|
@@ -574,31 +575,23 @@
|
|
|
<tr>
|
|
|
<td colspan="4">
|
|
|
{if condition="$info['isImport']"}
|
|
|
- <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;">*请根据上方导入来源人才数据,按入选条款进行选择是否符合人才直认条件,如果符合人才直认条件,请在下方认定条件中选择跟导入数据“入选条款”同样的人才认定条件</div>
|
|
|
- <div class="rowGroup col-sm-3 zhiren word-wrap-no-width" style="font-weight:bold;">
|
|
|
+ <div class="rowGroup col-sm-12 zhiren word-wrap-no-width" style="font-weight:bold;">
|
|
|
<label class="control-label spacing td-label" style="border-bottom:2px solid red;"><span style="color: red">*</span>是否符合<span style="font-size:16px;color:red;">人才直认</span>条件</label>
|
|
|
<input type="radio" name="isMatchZhiren" disabled value="1" {eq name="info.isMatchZhiren" value="1"}checked{/eq}/>是
|
|
|
- <input type="radio" name="isMatchZhiren" disabled value="0" {if condition="!$info['isMatchZhiren']"}checked{/if}/>否
|
|
|
+ <input type="radio" name="isMatchZhiren" disabled value="0" {if condition="!$info['isMatchZhiren']"}checked{/if}/>否
|
|
|
</div>
|
|
|
- <div class="rowGroup col-sm-6">
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>申报来源</label>
|
|
|
- <div class="form-control" style="border: none;background:#eee;" id="source" data-val="{$info.source}">{$info.sourceName}</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- {else/}
|
|
|
+ {/if}
|
|
|
<div class="rowGroup col-sm-9">
|
|
|
<label class=" control-label spacing td-label"><span style="color: red">*</span>申报来源</label>
|
|
|
<div class="form-control" style="border: none;background:#eee;" id="source" data-val="{$info.source}">{$info.sourceName}</div>
|
|
|
</div>
|
|
|
- {/if}
|
|
|
{if condition="$info['source_city'] || $info['source_county']"}
|
|
|
<div class="rowGroup col-sm-3" {if condition="!$info['source_city']"}style="display:none;"{/if}>
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
|
|
|
<input type="text" class="form-control" id="source_city" name="source_city" value="{$info.sourceCityName}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-3" {if condition="!$info['source_county']"}style="display:none;"{/if}>
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
|
|
|
<input type="text" class="form-control" id="source_county" name="source_county" value="{$info.sourceCountyName}"/>
|
|
|
</div>
|
|
|
{/if}
|
|
@@ -620,13 +613,13 @@
|
|
|
<td>
|
|
|
<div class="rowGroup fujian_highcert">
|
|
|
<label class=" control-label spacing" ><span style="color: red">*</span>福建省高层次人才证书发证日期</label>
|
|
|
- <input type="text" class="form-control date" id="fujian_highcert_pubtime" name="fujian_highcert_pubtime" value="{$info.fujian_highcert_pubtime}"/>
|
|
|
+ <input type="text" class="form-control" id="fujian_highcert_pubtime" name="fujian_highcert_pubtime" value="{$info.fujian_highcert_pubtime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup fujian_highcert">
|
|
|
<label class=" control-label spacing" ><span style="color: red">*</span>福建省高层次人才证书有效期</label>
|
|
|
- <input type="text" class="form-control date" id="fujian_highcert_exptime" name="fujian_highcert_exptime" value="{$info.fujian_highcert_exptime}"/>
|
|
|
+ <input type="text" class="form-control" id="fujian_highcert_exptime" name="fujian_highcert_exptime" value="{$info.fujian_highcert_exptime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
{/if}
|
|
@@ -634,13 +627,13 @@
|
|
|
<td>
|
|
|
<div class="rowGroup quanzhou_highcert">
|
|
|
<label class=" control-label spacing" ><span style="color: red">*</span>泉州高层次人才证书发证日期</label>
|
|
|
- <input type="text" class="form-control date" id="quanzhou_highcert_pubtime" name="quanzhou_highcert_pubtime" value="{$info.quanzhou_highcert_pubtime}"/>
|
|
|
+ <input type="text" class="form-control" id="quanzhou_highcert_pubtime" name="quanzhou_highcert_pubtime" value="{$info.quanzhou_highcert_pubtime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup quanzhou_highcert">
|
|
|
<label class=" control-label spacing" ><span style="color: red">*</span>泉州高层次人才证书有效期</label>
|
|
|
- <input type="text" class="form-control date" id="quanzhou_highcert_exptime" name="quanzhou_highcert_exptime" value="{$info.quanzhou_highcert_exptime}"/>
|
|
|
+ <input type="text" class="form-control" id="quanzhou_highcert_exptime" name="quanzhou_highcert_exptime" value="{$info.quanzhou_highcert_exptime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
{/if}
|
|
@@ -671,7 +664,7 @@
|
|
|
<td colspan="2">
|
|
|
<div class="rowGroup col-sm-12">
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>认定条件取得时间</label>
|
|
|
- <input type="text" class="form-control date" id="identifyGetTime" name="identifyGetTime" value="{$info.identifyGetTime}"/>
|
|
|
+ <input type="text" class="form-control" id="identifyGetTime" name="identifyGetTime" value="{$info.identifyGetTime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td colspan="2" {if condition='!$info["annual_salary"]'}style="display:none;"{/if}>
|