|
@@ -1,6 +1,6 @@
|
|
|
{extend name="layout/content"}
|
|
|
{block name="content"}
|
|
|
-<style type="text/css">
|
|
|
+<style type="text/css" xmlns="http://www.w3.org/1999/html">
|
|
|
.panel-heading{
|
|
|
color:#333;
|
|
|
background-color:#f5f5f5;
|
|
@@ -11,7 +11,7 @@
|
|
|
padding-right:4px;
|
|
|
padding-left: 4px;
|
|
|
}
|
|
|
- .panel label {
|
|
|
+ #integralInfoForm label {
|
|
|
font-size: xx-small;
|
|
|
}
|
|
|
.has-feedback .form-control {
|
|
@@ -62,7 +62,9 @@
|
|
|
text-align:center;
|
|
|
border-left:1px solid #ddd;
|
|
|
}
|
|
|
- #annual_salary{padding-right:32px;}
|
|
|
+ .has-feedback label~.form-control-feedback{
|
|
|
+ top: 31px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="ibox float-e-margins">
|
|
|
<div class="ibox-content">
|
|
@@ -70,229 +72,68 @@
|
|
|
<div class="row">
|
|
|
<div class="col-sm-12" >
|
|
|
<div class="tab-content">
|
|
|
-
|
|
|
<div id="tab-1" class="tab-pane active">
|
|
|
- <div class="panel-body" >
|
|
|
+ <form id="integralInfoForm" action="/enterprise/integral/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="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}"/>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
|
|
|
<div class="panel-body">
|
|
|
- <input type="hidden" name="id" id="id" value="{$row.id}">
|
|
|
- <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}">
|
|
|
<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" id="name" value="{$row.name}" readonly disabled/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>民族</label>
|
|
|
- <input class="form-control" value="{$row.nationName}" readonly disabled id="nation"/>
|
|
|
+ <input type="text" class="form-control" id="name" name="name" value="{$row.name}"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td rowspan="5" style="width: 200%">
|
|
|
- <img id="photoImg" onclick="Feng.showImg(this)" src="{$row.headimgurl|getStoragePath}" style="height:147px;width:105px;margin:0 auto;display:block;">
|
|
|
- <hr />
|
|
|
- 附件:
|
|
|
- <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" value="{$row.card_type}" readonly disabled id="card_type">
|
|
|
+ <select class="form-control" id="card_type" name="card_type" value="{$row.card_type}">
|
|
|
<option value="">请选择</option>
|
|
|
- <option value="1" {eq name="row.card_type" value="1"} selected="" {/eq}>身份证</option>
|
|
|
- <option value="2" {eq name="row.card_type" value="2"} selected="" {/eq}>通行证</option>
|
|
|
- <option value="3" {eq name="row.card_type" value="3"} selected="" {/eq}>护照</option>
|
|
|
+ <option value="1">身份证</option>
|
|
|
+ <option value="2">通行证</option>
|
|
|
+ <option value="3">护照</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
<label class=" control-label spacing td-label"><span style="color: red">*</span>证件号码</span></label>
|
|
|
- <input class="form-control" value="{$row.card_number}" readonly disabled id="card_number">
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>性别</label>
|
|
|
- <input type="text" class="form-control" value="{eq name='info.sex' value='1'}男{else/}女{/eq}" readonly disabled id="sex"/>
|
|
|
+ <input class="form-control" id="card_number" name="card_number" value="{$row.card_number}">
|
|
|
</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" value="{$row.birthday}" readonly disabled id="birthday"/>
|
|
|
+ <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>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>
|
|
|
<div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>政治面貌</label>
|
|
|
- <input class="form-control" value="{$row.politicsName}" readonly disabled id="politics"/>
|
|
|
+ <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>
|
|
|
<div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>国籍/地区</label>
|
|
|
- <input class="form-control" value="{$row.nationalityName}" readonly disabled id="nationality">
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2">
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing"><span style="color: red">*</span>籍贯</label>
|
|
|
- <input class="form-control" value="{$row.provinceName}{$row.cityName}{$row.countyName}" readonly disabled id="province"/>
|
|
|
- </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 word-wrap">
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>单位标签</label>
|
|
|
- <div class="form-control" style="border: none;height:auto;">{$row.enterpriseTagName}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup word-wrap">
|
|
|
<label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
|
|
|
- <div class="form-control" style="border: none">{$row.enterpriseName}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup word-wrap">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>所属街道</label>
|
|
|
- <div class="form-control" style="border: none">{$row.streetName}</div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup word-wrap">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
|
|
|
- <div class="form-control" style="border: none">{$row.industryFieldName}</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" readonly disabled id="talent_type" data-value="{$row.talent_type}">
|
|
|
- <option value="" selected="true">{$row.talentTypeName}</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label">人才类型说明</label>
|
|
|
- <div class="word-wrap" id="typeTips">
|
|
|
- {switch name="row.talent_type"}
|
|
|
- {case value="1"}含经晋江市认定且还在晋江市就业创业的人才,或在晋江市就业创业但未曾申报过晋江市现代产业体系人才的人才。{/case}
|
|
|
- {case value="2"}含本办法出台后首次从晋江市以外引进认定的人才,或者流出晋江市满3年后又返回晋江市就业创业(不含企业集团内部人员调动)的人才。{/case}
|
|
|
- {case value="3"}含已经与晋江市用人单位达成就业意向且签订预引进意向合作协议(合同)的人才,或拟来我市创业且提交企业名称预先核准的人才。{/case}
|
|
|
- {/switch}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td rowspan="3" colspan="2">
|
|
|
- <table class="fileTable"></table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {if condition="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 2"}首次{/if}在我市缴交社会保险或个人所得税月份</label>
|
|
|
- <input type="text" class="form-control" value="{$row.tax_insurance_month}" readonly disabled id="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" value="{$row.labor_contract_rangetime}" readonly disabled id="labor_contract_rangetime"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <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} readonly disabled/>本单位
|
|
|
- <input type="radio" name="salary_pay_way" value="2" {eq name="row.salary_pay_way" value="2"}checked{/eq} readonly disabled/>本单位所属集团公司及权属公司
|
|
|
+ <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>
|
|
|
- <input type="text" class="form-control" value="{$row.salary_pay_month}" readonly disabled id="salary_pay_month"/>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
|
|
|
- <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>
|
|
|
- <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}
|
|
|
- {if condition="in_array($row['talent_type'],[3])"}
|
|
|
- <tr class="talentType3">
|
|
|
- <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} readonly disabled/><span style="color: red">*</span>意向合同
|
|
|
- <input type="radio" name="pre_import_type" value="2" {eq name="row.pre_import_type" value="2"}checked{/eq} readonly disabled/><span style="color: red">*</span>创业企业名称预核准
|
|
|
- </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 class="form-control" style="border: none" readonly disabled>{$row.experience}</textarea>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>教育背景</label>
|
|
|
- <textarea class="form-control" style="border: none" readonly disabled>{$row.education}</textarea>
|
|
|
+ <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>
|
|
|
</tr>
|
|
@@ -300,286 +141,75 @@
|
|
|
</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="{$row.apply_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>
|
|
|
+ <div class="panel-heading" onclick="$(this).next().toggle()">申报项目</div>
|
|
|
+ <div class="panel-body" id="itemList">
|
|
|
+ {volist name="row.items" id="item"}
|
|
|
+ <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="highest_degree">
|
|
|
- <option value="">{$row.highestDegreeName}</option>
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>项目类别</label>
|
|
|
+ <select class="form-control" name="projectType[]" value="{$item.item_id|getCacheById='IntegralItem',###,'projectId'|getCacheById='IntegralProject',###,'projectType'}" onchange="IntegralInfoDlg.onProjectTypeChange(this);">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="1">基础分</option>
|
|
|
+ <option value="2">贡献分</option>
|
|
|
+ <option value="3">资历分</option>
|
|
|
</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" >
|
|
|
- <option value="">{eq name="study_abroad" value="2"}否{else/}是{/eq}</option>
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>积分项目</label>
|
|
|
+ <select class="form-control" name="projectId[]" value="{$item.item_id|getCacheById='IntegralItem',###,'projectId'}" onchange="IntegralInfoDlg.onProjectChange(this);">
|
|
|
+ <option value="">请选择</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="引进方式">
|
|
|
- <option value="">{$row.importWayName}</option>
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>积分标准</label>
|
|
|
+ <select class="form-control" name="item_id[]" value="{$item.item_id}" onchange="IntegralInfoDlg.onItemChange(this);">
|
|
|
+ <option value="">请选择</option>
|
|
|
</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}"/>
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>数额<span class="unit"></span></label>
|
|
|
+ <input type="text" class="form-control" name="amount[]" value="{$item.amount}"/>
|
|
|
</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>
|
|
|
-
|
|
|
- <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>
|
|
|
- <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%">
|
|
|
+ <!--<tr>
|
|
|
+ <td colspan="5">
|
|
|
<table class="fileTable"></table>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- {if condition="$row['source_batch']"}
|
|
|
- <tr>
|
|
|
- <td colspan="3">
|
|
|
- <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}>
|
|
|
- <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}>
|
|
|
- <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">
|
|
|
- <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">
|
|
|
- <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">
|
|
|
- <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">
|
|
|
- <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>
|
|
|
- {/if}
|
|
|
- <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">
|
|
|
- <option value="">{$row.talentArrangeName}</option>
|
|
|
- </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">
|
|
|
- <option value="">{$row.talentArrangeCatName}</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2">
|
|
|
- <div class="rowGroup col-sm-9">
|
|
|
- <label class="control-label spacing"><span style="color: red">*</span>认定条件</label>
|
|
|
- <input type='hidden' name='talent_condition' id='talent_condition' value='{$row.talent_condition}'>
|
|
|
- <div class='form-control' style='border: none;background:#eee;'>{$row.talentConditionName}</div>
|
|
|
- </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>
|
|
|
+ </tr>-->
|
|
|
</table>
|
|
|
+ {/volist}
|
|
|
</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 class="panel-heading" onclick="$(this).next().toggle()">附件</div>
|
|
|
+ <div class="panel-body" id="itemList">
|
|
|
+ <table class="fileTable"></table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="panel panel-default">
|
|
|
- <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
|
|
|
- <table id="logTable">
|
|
|
- </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="IntegralInfoDlg.callBack"/>
|
|
|
+ <input type="type" name="type" value="20"/>
|
|
|
+ </form>
|
|
|
+ <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
|
|
|
+ <table id="logTable">
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -587,6 +217,8 @@
|
|
|
</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/integral/integralInfo_select.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
|