|
@@ -1,285 +1,674 @@
|
|
|
{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;
|
|
|
+ border-color:#ddd
|
|
|
+ }
|
|
|
.spacing {
|
|
|
margin-bottom: 10px;
|
|
|
+ padding-right:4px;
|
|
|
+ padding-left: 4px;
|
|
|
}
|
|
|
#talentInfoForm label {
|
|
|
- font-size: 10px;
|
|
|
+ font-size: xx-small;
|
|
|
}
|
|
|
.has-feedback .form-control {
|
|
|
padding-right: 5px;
|
|
|
}
|
|
|
- .form-horizontal .has-feedback .form-control-feedback{top:0;right:0;}
|
|
|
- .col-label{
|
|
|
+ .control-label{
|
|
|
color: #337ab7;
|
|
|
}
|
|
|
- .col{
|
|
|
+ .rowGroup{
|
|
|
padding-bottom: 5px;
|
|
|
}
|
|
|
- .imgs li{
|
|
|
+ .imgs>li{
|
|
|
list-style: none;
|
|
|
float: left;
|
|
|
border: 1px solid #d8d1d1;
|
|
|
text-align: center;
|
|
|
- height: 30px;
|
|
|
+ height: 35px;
|
|
|
+ width:100%;
|
|
|
+ padding:5px 0;
|
|
|
+ }
|
|
|
+ .imgs li>div{float:left;}
|
|
|
+ .info td{background:#f5f5f5 !important;}
|
|
|
+ .table .td-label{
|
|
|
+ display: block;
|
|
|
+ text-align: left;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ .word-wrap{
|
|
|
+ width:100%;
|
|
|
+ white-space:normal;
|
|
|
+ word-wrap:break-word;
|
|
|
+ word-break:break-all;
|
|
|
+ }
|
|
|
+ .word-wrap-no-width{
|
|
|
+ white-space:normal;
|
|
|
+ word-wrap:break-word;
|
|
|
+ word-break:break-all;
|
|
|
}
|
|
|
- .header{border-left:5px solid #518dff;letter-spacing:3px;text-indent:10px;margin:0 0 10px 0;}
|
|
|
- .row{margin:0 0 10px 0;}
|
|
|
- .col-label{float:left;margin:7px 10px;width:80px;text-align:right;}
|
|
|
- .w80{width:80px;}
|
|
|
- .w100{width:100px;}
|
|
|
- .w120{width:120px;}
|
|
|
- .w175{width:175px;}
|
|
|
- .w210{width:210px;}
|
|
|
- .w250{width:250px;}
|
|
|
- .w300{width:300px;}
|
|
|
- .w360{width:360px;}
|
|
|
- .w490{width:490px;}
|
|
|
- .w80,.w100.w120,.w175,.w210,.w250,.w300,.w360,.w490,.col,select.form-control{float:left;}
|
|
|
- .container-fluid{margin:0 auto;width:1100px;background:#eef9ff;padding:20px;border:1px solid #c3d5ff;box-shadow:1px 1px 5px #c3d5ff;margin-bottom:20px;position:relative;}
|
|
|
- .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
|
|
- background-color:#e2ecf2;
|
|
|
- opacity: 1;
|
|
|
+ ul{
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
- .photo{position:absolute;width:200px;right:0px;top:60px;text-align:center;}
|
|
|
- @media screen and (max-width:1280px){
|
|
|
- .container-fluid{width:980px;}
|
|
|
- .col-label{margin:7px 5px;width:80px;}
|
|
|
- .w80{width:80px;}
|
|
|
- .w100{width:100px;}
|
|
|
- .w120{width:120px;}
|
|
|
- .w175{width:165px;}
|
|
|
- .w210{width:205px;}
|
|
|
- .w250{width:225px;}
|
|
|
- .w300{width:300px;}
|
|
|
- .w360{width:325px;}
|
|
|
- .w490{width:405px;}
|
|
|
- .w80,.w100.w120,.w175,.w210,.w250,.w300,.w360,.w490,.col,select.form-control{float:left;}
|
|
|
- .photo{width:140px;}
|
|
|
- #position{width:120px;}
|
|
|
- #cur_entry_time,#bank{width:110px;}
|
|
|
- #bank_number,#bank_account{width:100px;}
|
|
|
+ .control-symbol{
|
|
|
+ display: inline-block;
|
|
|
+ position:absolute;
|
|
|
+ right:0;
|
|
|
+ top:50%;
|
|
|
+ font-style:normal;
|
|
|
+ margin-top: -16px;
|
|
|
+ height:32px;
|
|
|
+ width:32px;
|
|
|
+ line-height:32px;
|
|
|
+ text-align:center;
|
|
|
+ border-left:1px solid #ddd;
|
|
|
}
|
|
|
+ #annual_salary{padding-right:32px;}
|
|
|
+ .zhiren-left{width:20px;text-align:center;font-size:12px;line-height:16px;float:left;font-weight:bold;color:#337ab7;}
|
|
|
+ .zhiren-right{margin-left:20px;}
|
|
|
+ #talent_condition_chosen li{word-break:break-all;white-space: initial;}
|
|
|
</style>
|
|
|
<div class="ibox float-e-margins">
|
|
|
- <div class="form-horizontal">
|
|
|
- <div class="col-sm-12" style="background:#dbedfd;padding-top:20px;">
|
|
|
- <div class="container-fluid">
|
|
|
- <div class="form-group-sm">
|
|
|
- <form id="talentInfoForm" class="form-horizontal" action="/enterprise/talent/apply" method="post" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
- <input type="hidden" name="id" id="id" value="{$row.id}">
|
|
|
- <input type="hidden" name="year" id="year" value="{$year}">
|
|
|
- <input type="hidden" name="enterprise_id" id="enterpriseId" value="{$row.enterprise.id}">
|
|
|
- <input type="hidden" name="enterprise_type" id="type" value="{$row.enterprise.type}">
|
|
|
- <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$row.enterprise.enterpriseTag}">
|
|
|
- <input type="file" name="photo" id="photo" style="display: none">
|
|
|
- <input type="hidden" name="checkState" id="checkState" value="{$row.checkState}">
|
|
|
- <input type="hidden" name="realState" id="realState" value="{$row.real_state}">
|
|
|
- <input type="hidden" name="files" id="files" value="{$row.modify_files}">
|
|
|
- <input type="hidden" name="fields" id="fields" value="{$row.modify_fields}">
|
|
|
- <div class="header">
|
|
|
- 基本信息
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>姓名</label>
|
|
|
- <input type="text" class="form-control w120" id="name" name="name" value="{$row.name}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>性别</label>
|
|
|
- <select class="form-control w80" id="sex" name="sex" value="{$row.sex}">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="1">男</option>
|
|
|
- <option value="2">女</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>民族</label>
|
|
|
- <select class="form-control w120" id="nation" name="nation" value="{$row.nation}">
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>政治面貌</label>
|
|
|
- <select class="form-control w120" id="politics" name="politics" value="{$row.politics}">
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>证件类型 / 证件号码</label>
|
|
|
- <select class="form-control w120" id="card_type" name="card_type" value="{$row.card_type}">
|
|
|
- <option value="">请选择</option>
|
|
|
- <option value="1">身份证</option>
|
|
|
- <option value="2">通行证</option>
|
|
|
- <option value="3">护照</option>
|
|
|
- </select>
|
|
|
- <input class="form-control w175" style="margin-left:5px;" id="card_number" name="card_number" value="{$row.card_number}">
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>出生日期</label>
|
|
|
- <input type="text" class="form-control w120 date" id="birthday" name="birthday" value="{$row.birthday}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>人才类型</label>
|
|
|
- <select class="form-control w120" id="talent_type" name="talent_type" value="{$row.talent_type}" data-value="{$row.talent_type}">
|
|
|
- <option value="">请选择</option>
|
|
|
- {volist name="row.talent_type_list" id="item"}
|
|
|
- <option value="{$item.code}">{$item.name}</option>
|
|
|
- {/volist}
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="photo">
|
|
|
- <img id="photoImg" {if condition="$row['headimgurl']"} src="{$row.headimgurl|getStoragePath}" {else/} src="/static/img/avatar.png" {/if} onclick="$('#photo').click();" style="height:159px;width:105px;margin:0 auto;display:block;">
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>最高学历</label>
|
|
|
- <select class="form-control w120" id="highest_degree" name="highest_degree" value="{$row.highest_degree}"></select>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>毕业学校</label>
|
|
|
- <input type="text" class="form-control w210" id="graduate_school" name="graduate_school" value="{$row.graduate_school}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>专业</label>
|
|
|
- <input type="text" class="form-control w210" id="major" name="major" value="{$row.major}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100">是否有留学经历</label>
|
|
|
- <select class="form-control w120" id="study_abroad" name="study_abroad" value="{$row.study_abroad}" onchange="TalentInfoInfoDlg.changeStudyAbroad()">
|
|
|
- <option value="2">否</option>
|
|
|
- <option value="1">是</option>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div class="col abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
- <label class="col-label">留学毕业院校</label>
|
|
|
- <input type="text" class="form-control w210" id="abroad_school" name="abroad_school" value="{$row.abroad_school}"/>
|
|
|
- </div>
|
|
|
- <div class="col abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
|
|
|
- <label class="col-label">留学专业</label>
|
|
|
- <input type="text" class="form-control w210" id="abroad_major" name="abroad_major" value="{$row.abroad_major}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>工作医院名称</label>
|
|
|
- <input type="text" class="form-control w360" readonly="readonly" value="{$row.enterprise.name}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>职务</label>
|
|
|
- <input type="text" class="form-control w175" id="position" name="position" value="{$row.position}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>入职时间</label>
|
|
|
- <input type="text" class="form-control w120 date" id="cur_entry_time" name="cur_entry_time" value="{$row.cur_entry_time}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w120"><span style="color: red">*</span>工作合同起止时间</label>
|
|
|
- <input type="text" class="form-control w175 rangedate" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$row.labor_contract_rangetime}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label">职称</label>
|
|
|
- <input type="text" class="form-control w120" id="title" name="title" value="{$row.title}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>人才层次</label>
|
|
|
- <select class="form-control w120" id="talent_arrange" name="talent_arrange" onchange="TalentInfoInfoDlg.getIdentifyCondition()" value="{$row.talent_arrange}"></select>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>认定条件</label>
|
|
|
- <select class="form-control w175" id="talent_condition" name="talent_condition" onchange="TalentInfoInfoDlg.changeIdentifyCondition()" value="{$row.talent_condition}"></select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100">手机号码</label>
|
|
|
- <input type="text" class="form-control w175" id="phone" name="phone" maxlength="11" value="{$row.phone}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label">电子邮箱</label>
|
|
|
- <input type="text" class="form-control w175" id="email" name="email" value="{$row.email}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>开户银行</label>
|
|
|
- <input type="text" class="form-control w120" onchange="TalentInfoInfoDlg.bankChange()" id="bank" name="bank" value="{$row.bank}" placeholder="XX银行"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>银行账号</label>
|
|
|
- <input type="text" class="form-control w120" id="bank_account" name="bank_account" value="{$row.bank_account}" onkeyup="value = value.replace(/\s+/g, '')"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label"><span style="color: red">*</span>银行行号</label>
|
|
|
- <input type="text" class="form-control w120" id="bank_number" name="bank_number" value="{$row.bank_number}"/>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100"><span style="color: red">*</span>开户银行网点</label>
|
|
|
- <input type="text" class="form-control w250" id="bank_branch_name" name="bank_branch_name" value="{$row.bank_branch_name}" PLACEHOLDER="XX银行XX省XX市XX支行/分行/分理处"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w100">教育背景及工作简历</label>
|
|
|
- <textarea style="overflow: auto;word-break: break-all;max-width:360px; " class="form-control w360" id="education" name="education" rows="5">{$row.education}</textarea>
|
|
|
- </div>
|
|
|
- <div class="col">
|
|
|
- <label class="col-label w175">主要业绩及取得的荣誉</label>
|
|
|
- <textarea style="overflow: auto;word-break: break-all;max-width:360px;" class="form-control w360" id="experience" name="experience" rows="5">{$row.experience}</textarea>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- <div class="row">
|
|
|
- <label class="col-sm-12" style="text-align: left;color: red;">声明:本人对输入材料的真实性负全部责任</label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="container-fluid">
|
|
|
- <div class="header">
|
|
|
- 上传附件
|
|
|
- </div>
|
|
|
- <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>
|
|
|
- <label style="padding-top: 15px;color: red">*请根据上传的附件材料,编辑好相应的文件夹名称</label>
|
|
|
- <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" name="backName" value="TalentInfoInfoDlg.callBack">
|
|
|
- <input type="hidden" name="type" value="1">
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- {if condition="$row['id']"}
|
|
|
- <div class="container-fluid">
|
|
|
- <div class="header">
|
|
|
- 日志
|
|
|
- </div>
|
|
|
- <table id="logTable">
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- {/if}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-<iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
|
|
|
-<!--<script src="${ctxPath}/static/modular/gate/talentInfo/talentInfo_ic_info.js"></script>-->
|
|
|
-<script type="text/javascript">
|
|
|
- document.write('<script src="/static/modular/gate/talentInfo/talentInfo_wj_info.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
- document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
-</script>
|
|
|
-{/block}
|
|
|
+ <div class="ibox-content">
|
|
|
+ <div class="form-horizontal">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-12" >
|
|
|
+ <div class="tab-content">
|
|
|
+ <div id="tab-1" class="tab-pane active">
|
|
|
+ <form id="talentInfoForm" action="/enterprise/talent/apply" method="post" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
+ <input type="hidden" name="id" id="id" value="{$row.id}"/>
|
|
|
+ <input type="hidden" name="year" id="year" value="{$year}"/>
|
|
|
+ <input type="hidden" name="enterprise_id" id="enterpriseId" value="{$row.enterprise.id}"/>
|
|
|
+ <input type="hidden" name="enterprise_type" id="type" value="{$row.enterprise.type}"/>
|
|
|
+ <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$row.enterprise.enterpriseTag}"/>
|
|
|
+ <input type="file" name="photo" id="photo" style="display: none"/>
|
|
|
+ <input type="hidden" name="checkState" id="checkState" value="{$row.checkState}"/>
|
|
|
+ <input type="hidden" name="realState" id="realState" value="{$row.real_state}"/>
|
|
|
+ <input type="hidden" name="files" id="files" value="{$row.modify_files}"/>
|
|
|
+ <input type="hidden" name="fields" id="fields" value="{$row.modify_fields}"/>
|
|
|
+ <input type="hidden" name="import" id="import" value="{$row.isImport}"/>
|
|
|
+ <input type="hidden" name="isSalary" id="isSalary" value="{$row.isSalary}"/>
|
|
|
+ <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" id="name" name="name" value="{$row.name}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>民族</label>
|
|
|
+ <select class="form-control" id="nation" name="nation" value='{$row.nation}'>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>政治面貌</label>
|
|
|
+ <select class="form-control" id="politics" name="politics" value='{$row.politics}'>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>人才类型</label>
|
|
|
+ <select class="form-control" id="talent_type" name="talent_type" value="{$row.talent_type}" data-value="{$row.talent_type}">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ {volist name="row.talent_type_list" id="item"}
|
|
|
+ <option value="{$item.code}">{$item.name}</option>
|
|
|
+ {/volist}
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="5" style="width: 200%">
|
|
|
+ <p style="text-align: center;color: red">
|
|
|
+ 请上传近期免冠半身彩照(两寸)
|
|
|
+ </p>
|
|
|
+ <img id="photoImg" {if condition="$row['headimgurl']"} src="{$row.headimgurl|getStoragePath}" {else/} src="/static/img/photo.png" {/if} onclick="$('#photo').click();" style="height:147px;width:105px;margin:0 auto;display:block;">
|
|
|
+ <hr />
|
|
|
+ 附件:
|
|
|
+ <table class="fileTable"></table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>证件类型</label>
|
|
|
+ <select class="form-control" id="card_type" name="card_type" value="{$row.card_type}">
|
|
|
+ <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>证件号码</span></label>
|
|
|
+ <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>
|
|
|
+ <select class="form-control" id="sex" name="sex" value='{$row.sex}'>
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="1">男</option>
|
|
|
+ <option value="2">女</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="birthday" name="birthday" value="{$row.birthday}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>最高学历</label>
|
|
|
+ <select class="form-control" id="highest_degree" name="highest_degree" value="{$row.highest_degree}"></select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>毕业院校</label>
|
|
|
+ <input type="text" class="form-control" id="graduate_school" name="graduate_school" value="{$row.graduate_school}">
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>专业</label>
|
|
|
+ <input type="text" class="form-control" id="major" name="major" value="{$row.major}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <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">留学毕业院校</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">留学专业</label>
|
|
|
+ <input type="text" class="form-control" id="abroad_major" name="abroad_major" value="{$row.abroad_major}"/>
|
|
|
+ </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.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" id="position" name="position" value="{$row.position}"/>
|
|
|
+ </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 rangedate" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$row.labor_contract_rangetime}" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label">职称</label>
|
|
|
+ <input type="text" class="form-control" id="title" name="title" value="{$row.title}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>人才类型</label>
|
|
|
+ <select class="form-control" id="talent_type" name="talent_type" value="{$row.talent_type}" onchange="TalentInfoInfoDlg.talentTypeChange()" data-value="{$row.talent_type}">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ {volist name="row.talent_type_list" id="item"}
|
|
|
+ <option value="{$item.code}">{$item.name}</option>
|
|
|
+ {/volist}
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <label class=" control-label spacing td-label">人才类型说明</label>
|
|
|
+ <div class="word-wrap" id="typeTips">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" colspan='2'>
|
|
|
+ <table class="fileTable">
|
|
|
+ <tr><td>载入附件</td></tr>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="talentType1-2" style="display: none">
|
|
|
+ <td >
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span><span id="talentType_first" style="display: none">首次</span>在我市缴交社会保险或个人所得税月份</label>
|
|
|
+ <input type="text" class="form-control rangemonth" id="tax_insurance_month" name="tax_insurance_month" value="{$row.tax_insurance_month}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="talentType1-2" style="display: none">
|
|
|
+ <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}/>本单位
|
|
|
+ <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 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>
|
|
|
+
|
|
|
+ </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"}
|
|
|
+ <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;padding:10px 0;">*人才直认说明:曾入选为福建省高层次人才、泉州市高层次人才的对象,还在人才有效期内,可在本系统进行人才直认操作:选择“是”,在“认定条件”中选择与导入数据省级为“入选条款”、泉州级为“认定条件”同样的人才认定条件,完成人才直认操作,不用提供人才认定佐证材料;如果无法选择同样的人才认定条件,那就只能选择“否”,按步骤进行正常人才认定申报。</div>
|
|
|
+ <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 class="rowGroup col-sm-12 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>
|
|
|
+ {/if}
|
|
|
+ <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>
|
|
|
+ <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-10">
|
|
|
+ <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>
|
|
|
+ <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}" onkeyup="value = value.replace(/\s+/g, '')"/>
|
|
|
+ </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}
|