|
@@ -1,4 +1,5 @@
|
|
|
-@layout("/common/_container.html"){
|
|
|
+{extend name="layout/content"}
|
|
|
+{block name="content"}
|
|
|
<style type="text/css">
|
|
|
.spacing {
|
|
|
margin-bottom: 10px;
|
|
@@ -62,228 +63,230 @@
|
|
|
<div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
|
|
|
<div class="panel-body">
|
|
|
<form id="talentTypeForm">
|
|
|
- <div class="col-sm-12 form-group-sm">
|
|
|
- <input type="hidden" id="id" name="id" value="${item.id}">
|
|
|
- <input type="hidden" id="process" name="process" value="${item.process}">
|
|
|
- <input type="hidden" id="type" name="type" value="${item.type}">
|
|
|
- <input type="hidden" id="checkState" name="checkState" value="${item.checkState}"/>
|
|
|
- <input type="hidden" id="talentId" name="talentId" value="${item.talentId}"/>
|
|
|
- <input type="hidden" id="enterpriseId" name="enterpriseId" value="${item.enterpriseId}"/>
|
|
|
- <input type="hidden" id="companyId" value="${companyId}" value="${companyId}">
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">变更对象</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="talentName" name="talentName" value="${item.talentName}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">证件号码</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" id="idCard" readonly="readonly" name="idCard" value="${item.idCard}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">单位名称</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" id="enterpriseName" readonly="readonly" name="enterpriseName" value="${item.enterpriseName}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原申报年度</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="oldYear" name="oldYear" value="${item.oldYear}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- @if(item.type==1){
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原申报来源</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <select class="form-control" disabled="disabled" id="oldSource" name="oldSource" value="${item.oldSource}">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="1">经我市申报并已经成功入选的泉州高层次人才</option>
|
|
|
- <option value="2">从我市以外的其他县(市、区)变动到我市工作的泉州市高层次人才</option>
|
|
|
- <option value="3">依据《晋江市优秀人才补充认定标准》申报认定</option>
|
|
|
- </select>
|
|
|
+ <div class="col-sm-12 form-group-sm">
|
|
|
+ <input type="hidden" id="id" name="id" value="{$info.id}">
|
|
|
+ <input type="hidden" id="process" name="process" value="{$info.process}">
|
|
|
+ <input type="hidden" id="type" name="type" value="{$info.type}">
|
|
|
+ <input type="hidden" id="checkState" name="checkState" value="{$info.checkState}"/>
|
|
|
+ <input type="hidden" id="talentId" name="talentId" value="{$info.talentId}"/>
|
|
|
+ <input type="hidden" id="enterpriseId" name="enterpriseId" value="{$info.enterpriseId}"/>
|
|
|
+ <input type="hidden" id="companyId" value="{$companyId}" value="{$companyId}"/>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">变更对象</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="talentName" name="talentName" value="{$info.talentName}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- @if(item.oldSource==1){
|
|
|
<div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">公布入选来源</label>
|
|
|
+ <label class="col-sm-2 control-label spacing">证件号码</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <select class="form-control" disabled="disabled" id="oldOurCitySource" name="oldOurCitySource" value="${item.oldOurCitySource}">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="1">泉州市公布入选的泉州市第一至第五层次人才</option>
|
|
|
- <option value="2">晋江市公布入选的泉州市高层次第六七层次人才</option>
|
|
|
- </select>
|
|
|
+ <input class="form-control" id="idCard" readonly="readonly" name="idCard" value="{$info.idCard}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- @if(item.oldSource==2){
|
|
|
<div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原入选来源县市</label>
|
|
|
+ <label class="col-sm-2 control-label spacing">单位名称</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="oldFromCityName" name="oldFromCityName" value="${item.oldFromCityName}">
|
|
|
+ <input class="form-control" id="enterpriseName" readonly="readonly" name="enterpriseName" value="{$info.enterpriseName}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- @if(item.oldSource==1 || item.oldSource==2){
|
|
|
<div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原入选名单批次</label>
|
|
|
+ <label class="col-sm-2 control-label spacing">原申报年度</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="oldQzBath" name="oldQzBath" value="${item.oldQzBath}">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldYear" name="oldYear" value="{$info.oldYear}">
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- @}
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原人才层次</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="oldTalentArrangeName" name="oldTalentArrangeName" value="${item.oldTalentArrangeName}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原认定条件</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="oldIdentifyConditionCH" name="oldIdentifyConditionCH" value="${item.oldIdentifyConditionCH}"></input>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原认定条件证书取得时间</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" id="oldIdentifyGetTime" readonly="readonly" name="oldIdentifyGetTime" value="${item.oldIdentifyGetTime}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原认定条件名称</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control " id="oldIdentifyConditionName" readonly="readonly" name="oldIdentifyConditionName" title="${item.oldIdentifyConditionName}" value="${item.oldIdentifyConditionName}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原公布入选月份</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control " id="oldIdentifyMonth" readonly="readonly" name="oldIdentifyMonth" value="${item.oldIdentifyMonth}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup" style="display: none">
|
|
|
- <label class="col-sm-2 control-label spacing">原人才编号</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control " id="oldCertificateNO" readonly="readonly" name="oldCertificateNO" value="${item.oldCertificateNO}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- @if(item.type==1){
|
|
|
- <div class="rowGroup" >
|
|
|
- <label class="col-sm-2 control-label spacing">原泉州高层次人才证书发证日期</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="oldCertificateStartTime" name="oldCertificateStartTime" value="${item.oldCertificateStartTime}"/>
|
|
|
+ {if condition="$info['type'] == 1"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原申报来源</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldSourceName" name="oldSourceName" value="{$info.oldSourceName}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原泉州高层次人才证书的有效期</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control " id="oldCertificateOutTime" readonly="readonly" name="oldCertificateOutTime" value="${item.oldCertificateOutTime}"/>
|
|
|
+ {eq name="info.oldSource" value="3"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原入选来源地级市</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldFromCityName" name="oldFromCityName" value="{$info.oldFromCityName}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">原引进方式</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" id="oldIntroductionModeName" readonly="readonly" name="oldIntroductionModeName" value="${item.oldIntroductionModeName}">
|
|
|
+ {/eq}
|
|
|
+ {eq name="info.oldSource" value="4"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原入选来源县市区</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldFromCityName" name="oldFromCountyName" value="{$info.oldFromCountyName}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新申报年度</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newYear" name="newYear" value="${item.newYear}">
|
|
|
+ {/eq}
|
|
|
+ {/if}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原人才层次</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldTalentArrangeName" name="oldTalentArrangeName" value="{$info.oldTalentArrangeName}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新申报来源</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <select class="form-control" disabled="disabled" id="newSource" name="newSource" value="${item.newSource}" onchange="TalentTypeChangeInfoDlg.sourceChange()">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="1">经我市申报并已经成功入选的泉州高层次人才</option>
|
|
|
- <option value="2">从我市以外的其他县(市、区)变动到我市工作的泉州市高层次人才</option>
|
|
|
- <option value="3">依据《晋江市优秀人才补充认定标准》申报认定</option>
|
|
|
- </select>
|
|
|
+ {neq name="info.type" value="2"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原人才条款</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldIdentifyConditionCategoryName" name="oldIdentifyConditionCategoryName" value="{$info.oldIdentifyConditionCategoryName}" >
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- @if(item.newSource==1){
|
|
|
+ {/neq}
|
|
|
<div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新公布入选来源</label>
|
|
|
+ <label class="col-sm-2 control-label spacing">原认定条件</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <select class="form-control" disabled="disabled" id="newOurCitySource" name="newOurCitySource" value="${item.newOurCitySource}">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="1">泉州市公布入选的泉州市第一至第五层次人才</option>
|
|
|
- <option value="2">晋江市公布入选的泉州市高层次第六七层次人才</option>
|
|
|
- </select>
|
|
|
+ <input class="form-control" readonly="readonly" id="oldIdentifyConditionCH" name="oldIdentifyConditionCH" value="{$info.oldIdentifyConditionCH}"></input>
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- @if(item.newSource==2){
|
|
|
+ {if condition="$info['type'] eq 2"}
|
|
|
<div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新入选来源县市</label>
|
|
|
+ <label class="col-sm-2 control-label spacing">原认定条件名称</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newFromCity" name="newFromCity" value="${item.newFromCityName}">
|
|
|
+ <input class="form-control" id="oldIdentifyConditionName" readonly="readonly" name="oldIdentifyConditionName" value="{$info.oldIdentifyConditionName}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- @if(item.newSource==1 || item.newSource==2){
|
|
|
+ {/if}
|
|
|
+ {gt name="oldAnnualSalary" value="0"}
|
|
|
<div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新入选名单批次</label>
|
|
|
+ <label class="col-sm-2 control-label spacing">原年薪</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newQzBath" name="newQzBath" value="${item.newQzBath}">
|
|
|
+ <input class="form-control" id="oldAnnualSalary" name="oldAnnualSalary" value="{$info.oldAnnualSalary}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- @}
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新人才层次</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control"readonly="readonly" id="newTalentArrangeName" name="newTalentArrangeName" value="${item.newTalentArrangeName}" >
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新认定条件</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newIdentifyConditionCH" name="newIdentifyConditionCH" value="${item.newIdentifyConditionCH}" title="${item.newIdentifyConditionCH}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新认定条件证书取得时间</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newIdentifyGetTime" name="newIdentifyGetTime" value="${item.newIdentifyGetTime}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新认定条件名称</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newIdentifyConditionName" title="${item.newIdentifyConditionName}" name="newIdentifyConditionName" value="${item.newIdentifyConditionName}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- @if(item.type==1){
|
|
|
- @if(item.newSource==1 || item.newSource==2 || (item.checkState==35 && item.isPublic>=5)){
|
|
|
+ {/gt}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原认定条件证书取得时间</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" id="oldIdentifyGetTime" readonly="readonly" name="oldIdentifyGetTime" value="{$info.oldIdentifyGetTime}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原公布入选月份</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control " id="oldIdentifyMonth" readonly="readonly" name="oldIdentifyMonth" value="{$info.oldIdentifyMonth}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原人才编号</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control " id="oldCertificateNO" readonly="readonly" name="oldCertificateNO" value="{$info.oldCertificateNO}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {if condition="$info['type'] == 1"}
|
|
|
+ <div class="rowGroup" >
|
|
|
+ <label class="col-sm-2 control-label spacing">原泉州高层次人才证书发证日期</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="oldCertificateStartTime" name="oldCertificateStartTime" value="{$info.oldCertificateStartTime}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原泉州高层次人才证书的有效期</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control " id="oldCertificateOutTime" readonly="readonly" name="oldCertificateOutTime" value="{$info.oldCertificateOutTime}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">原引进方式</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" id="oldIntroductionModeName" readonly="readonly" name="oldIntroductionModeName" value="{$info.oldIntroductionModeName}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新申报年度</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newYear" name="newYear" value="{$info.newYear}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新申报来源</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newSourceName" name="newSourceName" value="{$info.newSourceName}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {eq name="info.newSource" value="3"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新入选来源地级市</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newFromCityName" name="newFromCityName" value="{$info.newFromCityName}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {/eq}
|
|
|
+ {eq name="info.newSource" value="4"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新入选来源县市区</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newFromCountyName" name="newFromCountyName" value="{$info.newFromCountyName}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {/eq}
|
|
|
+ {/if}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新人才层次</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newTalentArrangeName" name="newTalentArrangeName" value="{$info.newTalentArrangeName}" >
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {neq name="info.type" value="2"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新人才条款</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newIdentifyConditionCategoryName" name="newIdentifyConditionCategoryName" value="{$info.newIdentifyConditionCategoryName}" >
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {/neq}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新认定条件</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newIdentifyConditionCH" name="newIdentifyConditionCH" value="{$info.newIdentifyConditionCH}" title="{$info.newIdentifyConditionCH}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {if condition="$info['type'] eq 2"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新认定条件名称</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newIdentifyConditionName" title="{$info.newIdentifyConditionName}" name="newIdentifyConditionName" value="{$info.newIdentifyConditionName}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {/if}
|
|
|
+ {gt name="newAnnualSalary" value="0"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新年薪</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" id="newAnnualSalary" name="newAnnualSalary" value="{$info.newAnnualSalary}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {/gt}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新认定条件证书取得时间</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newIdentifyGetTime" name="newIdentifyGetTime" value="{$info.newIdentifyGetTime}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {if condition="$info['type'] == 1 && $info['checkState'] == 35 && $info['isPublic'] >= 5"}
|
|
|
<div class="rowGroup" >
|
|
|
<label class="col-sm-2 control-label spacing">新泉州高层次人才证书发证日期</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newCertificateStartTime" name="newCertificateStartTime" value="${item.newCertificateStartTime}"/>
|
|
|
+ <input class="form-control" readonly="readonly" id="newCertificateStartTime" name="newCertificateStartTime" value="{$info.newCertificateStartTime}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rowGroup" >
|
|
|
<label class="col-sm-2 control-label spacing">新泉州高层次人才证书的有效期</label>
|
|
|
<div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newCertificateOutTime" name="newCertificateOutTime" value="${item.newCertificateOutTime}"/>
|
|
|
+ <input class="form-control" readonly="readonly" id="newCertificateOutTime" name="newCertificateOutTime" value="{$info.newCertificateOutTime}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- @}
|
|
|
- <div class="rowGroup">
|
|
|
- <label class="col-sm-2 control-label spacing">新引进方式</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input class="form-control" readonly="readonly" id="newIntroductionModeName" name="newIntroductionModeName" value="${item.newIntroductionModeName}">
|
|
|
+ {/if}
|
|
|
+ {if condition="$info['type'] == 1"}
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="col-sm-2 control-label spacing">新引进方式</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <input class="form-control" readonly="readonly" id="newIntroductionModeName" name="newIntroductionModeName" value="{$info.newIntroductionModeName}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+ {/if}
|
|
|
</div>
|
|
|
- @}
|
|
|
- </div>
|
|
|
- </form>
|
|
|
+ </form>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
@@ -293,8 +296,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="tab-2" class="tab-pane ">
|
|
|
- <#table id="fileTable"/>
|
|
|
+ <div id="tab-2" class="tab-pane ">
|
|
|
+ <table id="fileTable" class="table-condensed" style="font-size: 10px;table-layout: fixed!important;" data-mobile-responsive="true" data-click-to-select="true">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th data-field="selectItem" data-checkbox="true"></th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -337,6 +346,6 @@
|
|
|
|
|
|
<!--<script src="${ctxPath}/static/modular/talentLibrary/talentTypeChange/talentTypeChange_common_check.js"></script>-->
|
|
|
<script type="text/javascript">
|
|
|
- document.write('<script src="${ctxPath}/static/modular/talentLibrary/talentTypeChange/talentTypeChange_common_check.js?v='+(new Date()).getTime()+'"><\/script>');
|
|
|
+ document.write('<script src="/static/modular/talentLibrary/talentTypeChange/talentTypeChange_common_check.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
</script>
|
|
|
-@}
|
|
|
+{/block}
|