|
@@ -80,6 +80,7 @@
|
|
|
<input type="hidden" name="type" id="type" value="1">
|
|
|
<input type="hidden" name="checkState" id="checkState" value="{$row.checkState}">
|
|
|
<input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$row.enterpriseTag}">
|
|
|
+ <input type="hidden" name="import" id="import" value="{$row.isImport}"/>
|
|
|
<table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
<tr>
|
|
|
<td>
|
|
@@ -244,22 +245,20 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
|
|
|
+ {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg']) and in_array($row['talent_type'],[1,2])"}
|
|
|
<tr>
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>{if condition="$row['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>{if condition="$row['talent_type'] eq 1"}近三年{else/}近三年(首次){/if}来晋工作时间</label>
|
|
|
<input type="text" class="form-control date" id="fst_work_time" value="{$row.fst_work_time}" readonly disabled/>
|
|
|
</div>
|
|
|
</td>
|
|
|
- {if condition="$row['talent_type'] eq 1"}
|
|
|
<td id="come_in_jin_str">
|
|
|
<label class=" control-label spacing td-label">近三年来晋工作时间说明</label>
|
|
|
<div class="word-wrap">
|
|
|
如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
|
|
|
</div>
|
|
|
</td>
|
|
|
- {/if}
|
|
|
</tr>
|
|
|
{/if}
|
|
|
{/if}
|
|
@@ -429,76 +428,126 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
-
|
|
|
+ {if condition="$row['fjImport'] == 1 or $row['qzImport'] == 1"}
|
|
|
+ <table style="width: 100%;border-collapse: collapse;background:#f7f7f7;" class="table table-bordered">
|
|
|
+ {if condition="$row['fjImport'] == 1"}
|
|
|
+ <tr>
|
|
|
+ <td align="center" class="word-wrap">
|
|
|
+ 导入来源标签:福建省高层次人才
|
|
|
+ </td>
|
|
|
+ <td align="center" class="word-wrap">
|
|
|
+ 人才类型:{$row["fj_talent_level"]}
|
|
|
+ </td>
|
|
|
+ <td align="center" class="word-wrap">
|
|
|
+ 入选条款: {$row["fj_talent_condition_text"]}
|
|
|
+ </td>
|
|
|
+ <td align="center" class="word-wrap" width="50%">
|
|
|
+ {$row["fj_talent_info"]}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/if}
|
|
|
+ {if condition="$row['qzImport'] == 1"}
|
|
|
+ <tr>
|
|
|
+ <td align="center" class="word-wrap">
|
|
|
+ 导入来源标签:泉州市高层次人才
|
|
|
+ </td>
|
|
|
+ <td align="center" class="word-wrap">
|
|
|
+ 人才层次:{$row["qz_talent_level"]}
|
|
|
+ </td>
|
|
|
+ <td align="center" class="word-wrap">
|
|
|
+ 认定条件: {$row["qz_talent_condition_text"]}
|
|
|
+ </td>
|
|
|
+ <td align="center" class="word-wrap" width="50%">
|
|
|
+ {$row["qz_talent_info"]}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/if}
|
|
|
+ </table>
|
|
|
+ {/if}
|
|
|
<table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
<tr>
|
|
|
- <td colspan="3">
|
|
|
+ {if condition="$row['isImport']"}
|
|
|
+ <td colspan="4">
|
|
|
+ <div class="rowGroup col-sm-3">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>是否符合直认条件</label>
|
|
|
+ <input type="radio" name="isMatchZhiren" value="1" {eq name="row.isMatchZhiren" value="1"}checked{/eq} onchange="TalentInfoInfoDlg.isMatchZhirenChange();"/>是
|
|
|
+ <input type="radio" name="isMatchZhiren" value="0" {if condition="!$row['isMatchZhiren']"}checked{/if} onchange="TalentInfoInfoDlg.isMatchZhirenChange();"/>否
|
|
|
+ </div>
|
|
|
+ <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;">{$row.sourceName}</div>
|
|
|
+ <input type="hidden" id="source" value="{$row.source}">
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ {else/}
|
|
|
+ <td colspan="4">
|
|
|
<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;">{$row.sourceName}</div>
|
|
|
<input type="hidden" id="source" value="{$row.source}">
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td rowspan="7" style="width: 100%">
|
|
|
+ {/if}
|
|
|
+ <td rowspan="4" style="width: 100%">
|
|
|
<table class="fileTable"></table>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- {if condition="$row['source_batch']"}
|
|
|
<tr>
|
|
|
- <td colspan="3">
|
|
|
+ {if condition="$row['source_batch']"}
|
|
|
+ <td>
|
|
|
<div class="rowGroup">
|
|
|
<label class=" control-label spacing" ><span style="color: red">*</span>入选名单的文件号及批次</label>
|
|
|
<input type="text" class="form-control" id="source_batch" name="source_batch" value="{$row.source_batch}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- {/if}
|
|
|
- {if condition="$row['source_city'] || $row['source_county']"}
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6" {if condition="!$row['source_city']"}style="display:none;"{/if}>
|
|
|
+ {/if}
|
|
|
+ {if condition="$row['source_city'] || $row['source_county']"}
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup" {if condition="!$row['source_city']"}style="display:none;"{/if}>
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
|
|
|
<select class="form-control" id="source_city" name="source_city">
|
|
|
<option value="">{$row.sourceCityName}</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
- <div class="rowGroup col-sm-6" {if condition="!$row['source_county']"}style="display:none;"{/if}>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup" {if condition="!$row['source_county']"}style="display:none;"{/if}>
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
|
|
|
<select class="form-control" id="source_county" name="source_county">
|
|
|
<option value="">{$row.sourceCountyName}</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- {/if}
|
|
|
- {if condition="in_array($row['source'],[1,3])"}
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6 fujian_highcert">
|
|
|
+ {/if}
|
|
|
+ {if condition="in_array($row['source'],[1,3])"}
|
|
|
+ <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="{$row.fujian_highcert_pubtime}"/>
|
|
|
</div>
|
|
|
- <div class="rowGroup col-sm-6 fujian_highcert">
|
|
|
+ </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="{$row.fujian_highcert_exptime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- {/if}
|
|
|
- {if condition="in_array($row['source'],[2,4])"}
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6 quanzhou_highcert">
|
|
|
+ {/if}
|
|
|
+ {if condition="in_array($row['source'],[2,4])"}
|
|
|
+ <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="{$row.quanzhou_highcert_pubtime}"/>
|
|
|
</div>
|
|
|
- <div class="rowGroup col-sm-6 quanzhou_highcert">
|
|
|
+ </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="{$row.quanzhou_highcert_exptime}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
+ {/if}
|
|
|
</tr>
|
|
|
- {/if}
|
|
|
<tr>
|
|
|
<td colspan="3">
|
|
|
<div class="rowGroup col-sm-6">
|