|
@@ -44,15 +44,16 @@
|
|
|
<form id="talentInfoForm" class="form-horizontal" action="/enterprise/talent/apply" method="post" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
<div class="col-sm-12 form-group-sm">
|
|
|
<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="hidden" name="year" id="year" value="{$row.apply_year}">
|
|
|
+ <input type="hidden" name="enterprise_id" id="enterpriseId" value="{$row.enterprise_id}">
|
|
|
+ <input type="hidden" name="enterprise_type" id="type" value="{$row.enterpriseType}">
|
|
|
+ <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$row.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="talent_condition" id="talent_condition" value="{$row.talent_condition}">
|
|
|
<div class="row">
|
|
|
<div class="col-sm-11">
|
|
|
<div class="rowGroup col-sm-4">
|
|
@@ -114,12 +115,11 @@
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>人才类型</label>
|
|
|
- <select class="form-control" id="talent_type" name="talent_type" value="{$row.talent_type}">
|
|
|
- </select>
|
|
|
+ <input type="text" class="form-control" id="talent_type" name="talent_type" value="{$row.talentTypeName}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>学校名称</label>
|
|
|
- <input type="text" class="form-control" readonly="readonly" value="{$row.enterprise.name}"/>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" value="{$row.enterpriseName}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>职务</label>
|
|
@@ -176,18 +176,35 @@
|
|
|
<label class=" control-label spacing">电子邮箱</label>
|
|
|
<input type="text" class="form-control" id="email" name="email" value="{$row.email}"/>
|
|
|
</div>
|
|
|
-
|
|
|
+ <div class="rowGroup col-sm-4">
|
|
|
+ <label class=" control-label spacing"><span style="color: red">*是否认定福建省或泉州市高层次人才</span></label>
|
|
|
+ <select class="form-control" id="is_fujian_talent" name="is_fujian_talent" value="{$row.is_fujian_talent}">
|
|
|
+ <option value="2">否</option>
|
|
|
+ <option value="1">是</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup col-sm-4">
|
|
|
+ <label class=" control-label spacing"><span style="color: red">*是否符合晋江人才认定标准</span></label>
|
|
|
+ <select class="form-control" id="is_jinjiang_talent" name="is_jinjiang_talent" value="{$row.is_jinjiang_talent}">
|
|
|
+ <option value="2">否</option>
|
|
|
+ <option value="1">是</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<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>
|
|
|
+ <select class="form-control" id="talent_arrange" name="talent_arrange" value="{$row.talent_arrange}">
|
|
|
+ <option value="">{$row.talentArrangeName}</option>
|
|
|
+ </select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<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>
|
|
|
+ <select class="form-control" id="talent_arrange_category" name="talent_arrange_category">
|
|
|
+ <option value="">{$row.talentArrangeCatName}</option>
|
|
|
+ </select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>认定条件</label>
|
|
|
- <select class="form-control" id="talent_condition" name="talent_condition" onchange="TalentInfoInfoDlg.changeIdentifyCondition()" value="{$row.talent_condition}"></select>
|
|
|
+ <input type="text" class="form-control" id="talent_condition_rel" value="{$row.talentConditionName}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>认定条件取得时间</label>
|