|
@@ -72,16 +72,17 @@
|
|
|
<div class="tab-content">
|
|
|
<div id="tab-1" class="tab-pane active">
|
|
|
<form id="talentInfoForm" action="/enterprise/talent/apply" method="post" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
- <input type="hidden" name="id" id="id" value="{$row.id}">
|
|
|
- <input type="hidden" name="year" id="year" value="{$year}">
|
|
|
- <input type="hidden" name="enterprise_id" id="enterpriseId" value="{$row.enterprise.id}">
|
|
|
- <input type="hidden" name="enterprise_type" id="type" value="{$row.enterprise.type}">
|
|
|
- <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$row.enterprise.enterpriseTag}">
|
|
|
- <input type="file" name="photo" id="photo" style="display: none">
|
|
|
- <input type="hidden" name="checkState" id="checkState" value="{$row.checkState}">
|
|
|
- <input type="hidden" name="realState" id="realState" value="{$row.real_state}">
|
|
|
- <input type="hidden" name="files" id="files" value="{$row.modify_files}">
|
|
|
- <input type="hidden" name="fields" id="fields" value="{$row.modify_fields}">
|
|
|
+ <input type="hidden" name="id" id="id" value="{$row.id}"/>
|
|
|
+ <input type="hidden" name="year" id="year" value="{$year}"/>
|
|
|
+ <input type="hidden" name="enterprise_id" id="enterpriseId" value="{$row.enterprise.id}"/>
|
|
|
+ <input type="hidden" name="enterprise_type" id="type" value="{$row.enterprise.type}"/>
|
|
|
+ <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$row.enterprise.enterpriseTag}"/>
|
|
|
+ <input type="file" name="photo" id="photo" style="display: none"/>
|
|
|
+ <input type="hidden" name="checkState" id="checkState" value="{$row.checkState}"/>
|
|
|
+ <input type="hidden" name="realState" id="realState" value="{$row.real_state}"/>
|
|
|
+ <input type="hidden" name="files" id="files" value="{$row.modify_files}"/>
|
|
|
+ <input type="hidden" name="fields" id="fields" value="{$row.modify_fields}"/>
|
|
|
+ <input type="hidden" name="import" id="import" value="{$row.isImport}"/>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
|
|
|
<div class="panel-body">
|
|
@@ -105,9 +106,9 @@
|
|
|
请上传近期免冠半身彩照(两寸)
|
|
|
</p>
|
|
|
<img id="photoImg" {if condition="$row['headimgurl']"} src="{$row.headimgurl|getStoragePath}" {else/} src="/static/img/photo.png" {/if} onclick="$('#photo').click();" style="height:147px;width:105px;margin:0 auto;display:block;">
|
|
|
- <hr />
|
|
|
- 附件:
|
|
|
- <table class="fileTable"></table>
|
|
|
+ <hr />
|
|
|
+ 附件:
|
|
|
+ <table class="fileTable"></table>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -185,427 +186,477 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="panel panel-default">
|
|
|
- <div class="panel-heading" onclick="$(this).next().toggle()">人才基础信息</div>
|
|
|
- <div class="panel-body">
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>单位标签</label>
|
|
|
- <div class="form-control" style="border: none">{$row.enterprise.enterpristTagName}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
|
|
|
- <div class="form-control" style="border: none">{$row.enterprise.name}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>所属街道</label>
|
|
|
- <div class="form-control" style="border: none">{$row.enterprise.streetName}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
|
|
|
- <div class="form-control" style="border: none">{$row.enterprise.industryFieldNewName}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>人才类型</label>
|
|
|
- <select class="form-control" id="talent_type" name="talent_type" value="{$row.talent_type}" onchange="TalentInfoInfoDlg.talentTypeChange()" data-value="{$row.talent_type}">
|
|
|
- <option value="">请选择</option>
|
|
|
- {volist name="row.talent_type_list" id="item"}
|
|
|
- <option value="{$item.code}">{$item.name}</option>
|
|
|
- {/volist}
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <label class=" control-label spacing td-label">人才类型说明</label>
|
|
|
- <div class="word-wrap" id="typeTips">
|
|
|
-
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" colspan='2'>
|
|
|
- <table class="fileTable">
|
|
|
- <tr><td>载入附件</td></tr>
|
|
|
- </table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr class="talentType1-2" style="display: none">
|
|
|
- <td >
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span><span id="talentType_first" style="display: none">首次</span>在我市缴交社会保险或个人所得税月份</label>
|
|
|
- <input type="text" class="form-control rangemonth" id="tax_insurance_month" name="tax_insurance_month" value="{$row.tax_insurance_month}"/>
|
|
|
- </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 rangedate" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$row.labor_contract_rangetime}" />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr class="talentType1-2" style="display: none">
|
|
|
- <td >
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>工资发放渠道</label>
|
|
|
- <input type="radio" name="salary_pay_way" value="1" {eq name="row.salary_pay_way" value="1"}checked{/eq}/>本单位
|
|
|
- <input type="radio" name="salary_pay_way" value="2" {eq name="row.salary_pay_way" value="2"}checked{/eq}/>本单位所属集团公司及权属公司
|
|
|
- </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 rangemonth" id="labor_contract_rangetime" name="salary_pay_month" value="{$row.salary_pay_month}" />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr class="talentType3" style="display: none">
|
|
|
- <td >
|
|
|
- <div class="rowGroup">
|
|
|
- 预引进类型
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td >
|
|
|
- <div class="rowGroup">
|
|
|
- <input type="radio" name="pre_import_type" value="1" {eq name="row.pre_import_type" value="1"}checked{/eq}/><span style="color: red">*</span>意向合同
|
|
|
- <input type="radio" name="pre_import_type" value="2" {eq name="row.pre_import_type" value="2"}checked{/eq}/><span style="color: red">*</span>创业企业名称预核准
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
|
|
|
- <tr style="display:none" id="come_in_jin">
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label">{if condition="$row['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
|
|
|
- <input type="text" class="form-control date" id="fst_work_time" name="fst_work_time" value="{$row.fst_work_time}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td id="come_in_jin_str">
|
|
|
- <label class=" control-label spacing td-label">近三年来晋工作时间说明</label>
|
|
|
- <div class="word-wrap">
|
|
|
- 如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {/if}
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="panel-body">
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>工作简历</label>
|
|
|
- <textarea rows="5" class="form-control" id="experience" name="experience" style="border: none" placeholder="请严格按如下格式填写:
|
|
|
-2000.07-2005.03 xxxx有限公司 (私营企业) 总务科 后勤
|
|
|
-2005.03-2010.09 xx市xx单位 (事业单位) 非编 经办
|
|
|
-2010.09-2013.08 待业
|
|
|
-2013.08-至今 xx省xx单位 (参公事业单位) 在编 科员">{$row.experience}</textarea>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>教育背景</label>
|
|
|
- <textarea rows="5" class="form-control" id="education" name="education" style="border: none" placeholder="请严格按如下格式填写:
|
|
|
-1993.09-1996.07 xx市xx中学 (高中) 学生
|
|
|
-1996.09-2000.07 xxxxx大学 (本科) xxxx专业 学生">{$row.education}</textarea>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="panel panel-default">
|
|
|
- <div class="panel-heading" onclick="$(this).next().toggle()">人才认定申请</div>
|
|
|
- <div class="panel-body">
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>申报年度</label>
|
|
|
- <input type="text" class="form-control" name="apply_year" id="apply_year" value="{$year}" readonly disabled>
|
|
|
- </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" id="phone" name="phone" maxlength="11" value="{$row.phone}"/>
|
|
|
- </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" id="email" name="email" value="{$row.email}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" style="width: 300%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>最高学历</label>
|
|
|
- <select class="form-control" id="highest_degree" name="highest_degree" value="{$row.highest_degree}"></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" id="graduate_school" name="graduate_school" value="{$row.graduate_school}">
|
|
|
- </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" id="major" name="major" value="{$row.major}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table style="width: 100%;border-collapse: collapse;border:1px solid #ddd;border-left:none;border-right:none;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label">是否有留学经历</label>
|
|
|
- <select class="form-control" id="study_abroad" name="study_abroad" onchange="TalentInfoInfoDlg.changeStudyAbroad()" autocomplete='off' value="{$row.study_abroad}">
|
|
|
- <option value="2">否</option>
|
|
|
- <option value="1">是</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
- <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="{$row.abroad_school}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
- <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="{$row.abroad_major}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" style="width: 300%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>引进方式</label>
|
|
|
- <select class="form-control" id="import_way" name="import_way" data-placeholder="引进方式" value="{$row.import_way}">
|
|
|
- </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="{$row.cur_entry_time}"/>
|
|
|
- </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" id="position" name="position" value="{$row.position}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" style="width: 300%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing">职称技术资格</label>
|
|
|
- <input type="text" class="form-control" id="pro_qua" name="pro_qua" value="{$row.pro_qua}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" style="width: 100%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing">专业技术职称</label>
|
|
|
- <input type="text" class="form-control" id="professional" name="professional" value="{$row.professional}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" style="width: 100%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ <div class="panel panel-default">
|
|
|
+ <div class="panel-heading" onclick="$(this).next().toggle()">人才基础信息</div>
|
|
|
+ <div class="panel-body">
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>单位标签</label>
|
|
|
+ <div class="form-control" style="border: none">{$row.enterprise.enterpristTagName}</div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
|
|
|
+ <div class="form-control" style="border: none">{$row.enterprise.name}</div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>所属街道</label>
|
|
|
+ <div class="form-control" style="border: none">{$row.enterprise.streetName}</div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
|
|
|
+ <div class="form-control" style="border: none">{$row.enterprise.industryFieldNewName}</div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>人才类型</label>
|
|
|
+ <select class="form-control" id="talent_type" name="talent_type" value="{$row.talent_type}" onchange="TalentInfoInfoDlg.talentTypeChange()" data-value="{$row.talent_type}">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ {volist name="row.talent_type_list" id="item"}
|
|
|
+ <option value="{$item.code}">{$item.name}</option>
|
|
|
+ {/volist}
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <label class=" control-label spacing td-label">人才类型说明</label>
|
|
|
+ <div class="word-wrap" id="typeTips">
|
|
|
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>申报来源</label>
|
|
|
- <select class="form-control" id="source" name="source" onchange="TalentInfoInfoDlg.sourceChange()" value="{$row.source}">
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="7" style="width: 100%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup" {if condition="!$row['source_batch']"}style="display:none;"{/if}>
|
|
|
- <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>
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6" {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" value="{$row['source_city']}">
|
|
|
- <option value="">{$row.sourceCityName}</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div class="rowGroup col-sm-6" {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" value="{$row['source_county']}">
|
|
|
- <option value="">{$row.sourceCountyName}</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6 fujian_highcert" style="display: none">
|
|
|
- <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" style="display: none">
|
|
|
- <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>
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6 quanzhou_highcert" style="display: none">
|
|
|
- <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" style="display: none">
|
|
|
- <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>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <div class="rowGroup col-sm-6">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>人才层次</label>
|
|
|
- <select class="form-control" id="talent_arrange" name="talent_arrange" onchange="TalentInfoInfoDlg.getLayerCatdByLayer()" value="{$row.talent_arrange}"></select>
|
|
|
- </div>
|
|
|
- <div class="rowGroup col-sm-6">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>人才条款</label>
|
|
|
- <select class="form-control" id="talent_arrange_category" name="talent_arrange_category" onchange="TalentInfoInfoDlg.getIdentifyCondition()" value="{$row.talent_arrange_category}"></select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2" style="overflow: inherit">
|
|
|
- <div class="rowGroup col-sm-9">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>认定条件</label>
|
|
|
- <select class="chosen" id="talent_condition" name="talent_condition" onchange="TalentInfoInfoDlg.getIdentifyNeedsFileTypes()" value="{$row.talent_condition}" style="width: 80%"></select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td {if condition='!$row["annual_salary"]'}style="display:none;"{/if}>
|
|
|
- <div class="rowGroup col-sm-12">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>上一年度年薪(元)</label>
|
|
|
- <div style="position:relative;">
|
|
|
- <input type="text" class="form-control" id="annual_salary" name="annual_salary" value="{$row.annual_salary}"/>
|
|
|
- <i class="control-symbol">元</i>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="panel panel-default">
|
|
|
- <div class="panel-heading" onclick="$(this).next().toggle()">个人开户银行信息</div>
|
|
|
- <div class="panel-body">
|
|
|
- <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>开户银行</label>
|
|
|
- <input type="text" class="form-control" onchange="TalentInfoInfoDlg.bankChange()" id="bank" name="bank" placeholder="XX银行" value="{$row.bank}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>银行行号</label>
|
|
|
- <input type="text" class="form-control" id="bank_number" name="bank_number" value="{$row.bank_number}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="2" style="width: 200%">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>开户银行网点</label>
|
|
|
- <input type="text" class="form-control" id="bank_branch_name" name="bank_branch_name" placeholder="XX银行XX省XX市XX支行/分行/分理处" value="{$row.bank_branch_name}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>个人银行账号</label>
|
|
|
- <input type="text" class="form-control" id="bank_account" name="bank_account" value="{$row.bank_account}"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" colspan='2'>
|
|
|
+ <table class="fileTable">
|
|
|
+ <tr><td>载入附件</td></tr>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="talentType1-2" style="display: none">
|
|
|
+ <td >
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span><span id="talentType_first" style="display: none">首次</span>在我市缴交社会保险或个人所得税月份</label>
|
|
|
+ <input type="text" class="form-control rangemonth" id="tax_insurance_month" name="tax_insurance_month" value="{$row.tax_insurance_month}"/>
|
|
|
+ </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 rangedate" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$row.labor_contract_rangetime}" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="talentType1-2" style="display: none">
|
|
|
+ <td >
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>工资发放渠道</label>
|
|
|
+ <input type="radio" name="salary_pay_way" value="1" {eq name="row.salary_pay_way" value="1"}checked{/eq}/>本单位
|
|
|
+ <input type="radio" name="salary_pay_way" value="2" {eq name="row.salary_pay_way" value="2"}checked{/eq}/>本单位所属集团公司及权属公司
|
|
|
+ </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 rangemonth" id="labor_contract_rangetime" name="salary_pay_month" value="{$row.salary_pay_month}" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="talentType3" style="display: none">
|
|
|
+ <td >
|
|
|
+ <div class="rowGroup">
|
|
|
+ 预引进类型
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td >
|
|
|
+ <div class="rowGroup">
|
|
|
+ <input type="radio" name="pre_import_type" value="1" {eq name="row.pre_import_type" value="1"}checked{/eq}/><span style="color: red">*</span>意向合同
|
|
|
+ <input type="radio" name="pre_import_type" value="2" {eq name="row.pre_import_type" value="2"}checked{/eq}/><span style="color: red">*</span>创业企业名称预核准
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
|
|
|
+ <tr style="display:none" id="come_in_jin">
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label">{if condition="$row['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
|
|
|
+ <input type="text" class="form-control date" id="fst_work_time" name="fst_work_time" value="{$row.fst_work_time}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td id="come_in_jin_str">
|
|
|
+ <label class=" control-label spacing td-label">近三年来晋工作时间说明</label>
|
|
|
+ <div class="word-wrap">
|
|
|
+ 如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/if}
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="panel-body">
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>工作简历</label>
|
|
|
+ <textarea rows="5" class="form-control" id="experience" name="experience" style="border: none" placeholder="请严格按如下格式填写:
|
|
|
+ 2000.07-2005.03 xxxx有限公司 (私营企业) 总务科 后勤
|
|
|
+ 2005.03-2010.09 xx市xx单位 (事业单位) 非编 经办
|
|
|
+ 2010.09-2013.08 待业
|
|
|
+ 2013.08-至今 xx省xx单位 (参公事业单位) 在编 科员">{$row.experience}</textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>教育背景</label>
|
|
|
+ <textarea rows="5" class="form-control" id="education" name="education" style="border: none" placeholder="请严格按如下格式填写:
|
|
|
+ 1993.09-1996.07 xx市xx中学 (高中) 学生
|
|
|
+ 1996.09-2000.07 xxxxx大学 (本科) xxxx专业 学生">{$row.education}</textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="panel panel-default">
|
|
|
+ <div class="panel-heading" onclick="$(this).next().toggle()">人才认定申请</div>
|
|
|
+ <div class="panel-body">
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>申报年度</label>
|
|
|
+ <input type="text" class="form-control" name="apply_year" id="apply_year" value="{$year}" readonly disabled>
|
|
|
+ </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" id="phone" name="phone" maxlength="11" value="{$row.phone}"/>
|
|
|
+ </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" id="email" name="email" value="{$row.email}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" style="width: 300%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>最高学历</label>
|
|
|
+ <select class="form-control" id="highest_degree" name="highest_degree" value="{$row.highest_degree}"></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" id="graduate_school" name="graduate_school" value="{$row.graduate_school}">
|
|
|
+ </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" id="major" name="major" value="{$row.major}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table style="width: 100%;border-collapse: collapse;border:1px solid #ddd;border-left:none;border-right:none;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label">是否有留学经历</label>
|
|
|
+ <select class="form-control" id="study_abroad" name="study_abroad" onchange="TalentInfoInfoDlg.changeStudyAbroad()" autocomplete='off' value="{$row.study_abroad}">
|
|
|
+ <option value="2">否</option>
|
|
|
+ <option value="1">是</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
+ <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="{$row.abroad_school}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
+ <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="{$row.abroad_major}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" style="width: 300%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>引进方式</label>
|
|
|
+ <select class="form-control" id="import_way" name="import_way" data-placeholder="引进方式" value="{$row.import_way}">
|
|
|
+ </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="{$row.cur_entry_time}"/>
|
|
|
+ </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" id="position" name="position" value="{$row.position}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" style="width: 300%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing">职称技术资格</label>
|
|
|
+ <input type="text" class="form-control" id="pro_qua" name="pro_qua" value="{$row.pro_qua}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" style="width: 100%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing">专业技术职称</label>
|
|
|
+ <input type="text" class="form-control" id="professional" name="professional" value="{$row.professional}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" style="width: 100%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </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>
|
|
|
+ {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>
|
|
|
+ <select class="form-control" id="source" name="source" onchange="TalentInfoInfoDlg.sourceChange()" value="{$row.source}">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ {else/}
|
|
|
+ <td colspan="4">
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>申报来源</label>
|
|
|
+ <select class="form-control" id="source" name="source" onchange="TalentInfoInfoDlg.sourceChange()" value="{$row.source}">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ {/if}
|
|
|
+ <td rowspan="4" style="width: 100%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td {if condition="!$row['source_batch']"}style="display:none;"{/if}>
|
|
|
+ <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>
|
|
|
+ <td {if condition="!$row['source_city']"}style="display:none;"{/if}>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
|
|
|
+ <select class="form-control" id="source_city" name="source_city" value="{$row['source_city']}">
|
|
|
+ <option value="">{$row.sourceCityName}</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td {if condition="!$row['source_county']"}style="display:none;"{/if}>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
|
|
|
+ <select class="form-control" id="source_county" name="source_county" value="{$row['source_county']}">
|
|
|
+ <option value="">{$row.sourceCountyName}</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td style="display: none">
|
|
|
+ <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>
|
|
|
+ </td>
|
|
|
+ <td style="display: none">
|
|
|
+ <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>
|
|
|
+ <td style="display: none">
|
|
|
+ <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>
|
|
|
+ </td>
|
|
|
+ <td style="display: none">
|
|
|
+ <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>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="4">
|
|
|
+ <div class="rowGroup col-sm-6">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>人才层次</label>
|
|
|
+ <select class="form-control" id="talent_arrange" name="talent_arrange" onchange="TalentInfoInfoDlg.getLayerCatdByLayer()" value="{$row.talent_arrange}"></select>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup col-sm-6">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>人才条款</label>
|
|
|
+ <select class="form-control" id="talent_arrange_category" name="talent_arrange_category" onchange="TalentInfoInfoDlg.getIdentifyCondition()" value="{$row.talent_arrange_category}"></select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="3" style="overflow: inherit">
|
|
|
+ <div class="rowGroup col-sm-9">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>认定条件</label>
|
|
|
+ <select class="chosen" id="talent_condition" name="talent_condition" onchange="TalentInfoInfoDlg.getIdentifyNeedsFileTypes()" value="{$row.talent_condition}" style="width: 80%"></select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td {if condition='!$row["annual_salary"]'}style="display:none;"{/if}>
|
|
|
+ <div class="rowGroup col-sm-12">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>上一年度年薪(元)</label>
|
|
|
+ <div style="position:relative;">
|
|
|
+ <input type="text" class="form-control" id="annual_salary" name="annual_salary" value="{$row.annual_salary}"/>
|
|
|
+ <i class="control-symbol">元</i>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="panel panel-default">
|
|
|
+ <div class="panel-heading" onclick="$(this).next().toggle()">个人开户银行信息</div>
|
|
|
+ <div class="panel-body">
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>开户银行</label>
|
|
|
+ <input type="text" class="form-control" onchange="TalentInfoInfoDlg.bankChange()" id="bank" name="bank" placeholder="XX银行" value="{$row.bank}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>银行行号</label>
|
|
|
+ <input type="text" class="form-control" id="bank_number" name="bank_number" value="{$row.bank_number}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="2" style="width: 200%">
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>开户银行网点</label>
|
|
|
+ <input type="text" class="form-control" id="bank_branch_name" name="bank_branch_name" placeholder="XX银行XX省XX市XX支行/分行/分理处" value="{$row.bank_branch_name}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing"><span style="color: red">*</span>个人银行账号</label>
|
|
|
+ <input type="text" class="form-control" id="bank_account" name="bank_account" value="{$row.bank_account}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ <form id="uploadForm" action="/common/api/addTalentFile" method="post" class="form-horizontal" enctype="multipart/form-data" target="hiddenIframe" style="display: none">
|
|
|
+ <input type='hidden' id="fileId" name="fileId" />
|
|
|
+ <input type='file' id="upload_file" name="fileUrl" style='display: none'/>
|
|
|
+ <input type='hidden' id="mainId" name="mainId" />
|
|
|
+ <input type='hidden' id="fileTypeId" name="fileTypeId" />
|
|
|
+ <input type='hidden' id="index" name="index" />
|
|
|
+ <input type='hidden' id="tableIndex" name="tableIndex" />
|
|
|
+ <input type='hidden' id="trIndex" name="trIndex" />
|
|
|
+ <input type="hidden" name="backName" value="TalentInfoInfoDlg.callBack"/>
|
|
|
+ <input type="type" name="type" value="1"/>
|
|
|
+ </form>
|
|
|
+ <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
|
|
|
+ <table id="logTable">
|
|
|
+ </table>
|
|
|
</div>
|
|
|
- </form>
|
|
|
- <form id="uploadForm" action="/common/api/addTalentFile" method="post" class="form-horizontal" enctype="multipart/form-data" target="hiddenIframe" style="display: none">
|
|
|
- <input type='hidden' id="fileId" name="fileId" >
|
|
|
- <input type='file' id="upload_file" name="fileUrl" style='display: none'>
|
|
|
- <input type='hidden' id="mainId" name="mainId" >
|
|
|
- <input type='hidden' id="fileTypeId" name="fileTypeId" >
|
|
|
- <input type='hidden' id="index" name="index" >
|
|
|
- <input type='hidden' id="tableIndex" name="tableIndex" >
|
|
|
- <input type='hidden' id="trIndex" name="trIndex" >
|
|
|
- <input type="hidden" name="backName" value="TalentInfoInfoDlg.callBack">
|
|
|
- <input type="type" name="type" value="1">
|
|
|
- </form>
|
|
|
- <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
|
|
|
- <table id="logTable">
|
|
|
- </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
<iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
|
|
|
<!--<script src="${ctxPath}/static/modular/gate/talentInfo/talentInfo_info.js"></script>-->
|
|
|
<script type="text/javascript">
|