|
@@ -115,7 +115,7 @@
|
|
|
请上传近期免冠半身彩照(两寸)
|
|
|
</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 />
|
|
|
+ <hr />
|
|
|
附件:
|
|
|
<table class="fileTable"></table>
|
|
|
</td>
|
|
@@ -268,417 +268,425 @@
|
|
|
<div class="rowGroup word-wrap">
|
|
|
<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="salary_pay_month" 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 word-wrap">
|
|
|
- <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">{if condition="$row['talent_type'] eq 1"}近三年{else/}近三年(首次){/if}来晋工作时间说明</label>
|
|
|
- <div class="word-wrap">
|
|
|
- 如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {/if}
|
|
|
- <tr class="talentType2" style="display: none">
|
|
|
- <td >
|
|
|
- <div class="rowGroup word-wrap">
|
|
|
- <label class=" control-label spacing td-label">流出晋江满3年后又返回晋江的</label>
|
|
|
- <select class="form-control" id="return" name="return" value="{$row.return}" data-value="{$row.return}">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="2">否</option>
|
|
|
- <option value="1">是</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- </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>
|
|
|
- </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="10" 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="10" 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">最高学历</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">毕业院校</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">专业</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">职业资格</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;color:red;font-weight:bold;" 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="4">
|
|
|
- {if condition="$row['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;">
|
|
|
- <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" 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-6">
|
|
|
- <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>
|
|
|
- {else/}
|
|
|
- <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>
|
|
|
- {/if}
|
|
|
- <div class="rowGroup col-sm-3" {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-3" {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>
|
|
|
- <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 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>
|
|
|
- </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">
|
|
|
- document.write('<script src="/static/modular/gate/talentInfo/new_talentInfo_info.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
- document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
- </script>
|
|
|
- {/block}
|
|
|
+ <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="salary_pay_month" 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 word-wrap">
|
|
|
+ <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">{if condition="$row['talent_type'] eq 1"}近三年{else/}近三年(首次){/if}来晋工作时间说明</label>
|
|
|
+ <div class="word-wrap">
|
|
|
+ 如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/if}
|
|
|
+ <tr class="talentType2" style="display: none">
|
|
|
+ <td >
|
|
|
+ <div class="rowGroup word-wrap">
|
|
|
+ <label class=" control-label spacing td-label">流出晋江满3年后又返回晋江的</label>
|
|
|
+ <select class="form-control" id="return" name="return" value="{$row.return}" data-value="{$row.return}">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="2">否</option>
|
|
|
+ <option value="1">是</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ </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>
|
|
|
+ </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="10" 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="10" 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">最高学历</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">毕业院校</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">专业</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">职业资格</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;color:red;font-weight:bold;" 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="4">
|
|
|
+ {if condition="$row['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;">
|
|
|
+ <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" 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-6">
|
|
|
+ <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>
|
|
|
+ {else/}
|
|
|
+ <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>
|
|
|
+ {/if}
|
|
|
+ <div class="rowGroup col-sm-3" {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-3" {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>
|
|
|
+ <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 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="4" style="overflow: inherit">
|
|
|
+ <div class="rowGroup col-sm-12">
|
|
|
+ <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>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <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="{$row.identifyGetTime}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="2" {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>
|
|
|
+ </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">
|
|
|
+ document.write('<script src="/static/modular/gate/talentInfo/new_talentInfo_info.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
+ document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
+</script>
|
|
|
+{/block}
|