|
@@ -41,27 +41,27 @@
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
|
|
|
<div class="panel-body">
|
|
|
- <form id="talentInfoForm" class="form-horizontal" action="${ctxPath}/api/talentInfo/upsert" method="post" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
- <div class="col-sm-12 form-group-sm">
|
|
|
- <input type="hidden" name="id" id="id" value="">
|
|
|
- <input type="hidden" name="source" id="source" value="1">
|
|
|
- <input type="hidden" name="year" id="year" value="${year}">
|
|
|
- <input type="hidden" name="enterpriseId" id="enterpriseId" value="${enterprise.id}">
|
|
|
- <input type="hidden" name="type" id="type" value="${enterprise.type}">
|
|
|
- <input type="hidden" name="checkState" id="checkState" value="">
|
|
|
+ <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="file" name="photo" id="photo" style="display: none">
|
|
|
- <input type="hidden" name="provinceName" id="provinceName" value="">
|
|
|
- <input type="hidden" name="cityName" id="cityName" value="">
|
|
|
- <input type="hidden" name="countyName" id="countyName" value="">
|
|
|
+ <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="row">
|
|
|
<div class="col-sm-11">
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>姓名</label>
|
|
|
- <input type="text" class="form-control" id="name" name="name" />
|
|
|
+ <input type="text" class="form-control" id="name" name="name" value="{$row.name}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>性别</label>
|
|
|
- <select class="form-control" id="sex" name="sex">
|
|
|
+ <select class="form-control" id="sex" name="sex" value="{$row.sex}">
|
|
|
<option value="">请选择</option>
|
|
|
<option value="1">男</option>
|
|
|
<option value="2">女</option>
|
|
@@ -69,39 +69,39 @@
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>国籍/地区</label>
|
|
|
- <select class="form-control" id="nationality" name="nationality">
|
|
|
+ <select class="form-control" id="nationality" name="nationality" value="{$row.nationality}">
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>籍贯省</label>
|
|
|
- <select class="form-control " onchange="TalentInfoInfoDlg.afterSelectProvince()" id="provinceCode" name="provinceCode">
|
|
|
+ <select class="form-control " onchange="TalentInfoInfoDlg.afterSelectProvince()" id="province" name="province" value="{$row.province}">
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>籍贯市</label>
|
|
|
- <select class="form-control" onchange="TalentInfoInfoDlg.afterSelectCity()" id="cityCode" name="cityCode"></select>
|
|
|
+ <select class="form-control" onchange="TalentInfoInfoDlg.afterSelectCity()" id="city" name="city" value="{$row.city}"></select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>籍贯县</label>
|
|
|
- <select class="form-control" id="countyCode" name="countyCode"></select>
|
|
|
+ <select class="form-control" id="county" name="county" value="{$row.county}"></select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class="control-label spacing"><span style="color: red">*</span>民族</label>
|
|
|
- <select class="form-control" id="nation" name="nation">
|
|
|
+ <select class="form-control" id="nation" name="nation" value="{$row.nation}">
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>政治面貌</label>
|
|
|
- <select class="form-control" id="politics" name="politics">
|
|
|
+ <select class="form-control" id="politics" name="politics" value="{$row.politics}">
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>出生日期</label>
|
|
|
- <input type="text" class="form-control date" id="birthday" name="birthday"/>
|
|
|
+ <input type="text" class="form-control date" id="birthday" name="birthday" value="{$row.birthday}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>证件类型</label>
|
|
|
- <select class="form-control" id="cardType" name="cardType">
|
|
|
+ <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>
|
|
@@ -110,65 +110,65 @@
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>证件号码</label>
|
|
|
- <input class="form-control" id="idCard" name="idCard">
|
|
|
+ <input class="form-control" id="card_number" name="card_number" value="{$row.card_number}">
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>是否曾被相关主管部门列为失信个人</label>
|
|
|
- <select class="form-control" id="breakFaith" name="breakFaith">
|
|
|
+ <select class="form-control" id="break_faith" name="break_faith" value="{$row.break_faith}">
|
|
|
<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>
|
|
|
- <input type="text" class="form-control" id="phone" name="phone" maxlength="11"/>
|
|
|
+ <input type="text" class="form-control" id="phone" name="phone" maxlength="11" value="{$row.phone}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>电子邮箱</label>
|
|
|
- <input type="text" class="form-control" id="email" name="email"/>
|
|
|
+ <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="highEducation" name="highEducation"></select>
|
|
|
+ <select class="form-control" id="highest_degree" name="highest_degree" value="{$row.highest_degree}"></select>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>毕业学校</label>
|
|
|
- <input type="text" class="form-control" id="graduateSchool" name="graduateSchool"/>
|
|
|
+ <input type="text" class="form-control" id="graduate_school" name="graduate_school" value="{$row.graduate_school}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>专业</label>
|
|
|
- <input type="text" class="form-control" id="major" name="major"/>
|
|
|
+ <input type="text" class="form-control" id="major" name="major" value="{$row.major}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class="control-label spacing">是否有留学经历</label>
|
|
|
- <select class="form-control" id="studyAbroad" name="studyAbroad">
|
|
|
+ <select class="form-control" id="studyAbroad" name="study_abroad" value="{$row.study_abroad}">
|
|
|
<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>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" value="{$row.enterprise.enterpristTagName}"/>
|
|
|
+ </div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>单位名称</label>
|
|
|
- <input type="text" class="form-control" id="companyName" name="companyName" readonly="readonly" value="${enterprise.name}" />
|
|
|
+ <input type="text" class="form-control" readonly="readonly" value="{$row.enterprise.name}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>所属镇街</label>
|
|
|
- <select class="form-control" id="address" name="address" value="${enterprise.street}" disabled="disabled"></select>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" value="{$row.enterprise.streetName}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>职务</label>
|
|
|
- <input type="text" class="form-control" id="post" name="post"/>
|
|
|
+ <input type="text" class="form-control" id="position" name="position" value="{$row.position}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>入职时间</label>
|
|
|
- <input type="text" class="form-control date" id="entryTime" name="entryTime"/>
|
|
|
- </div>
|
|
|
- <div class="rowGroup col-sm-4">
|
|
|
- <label class=" control-label spacing"><span style="color: red">*</span>工作合同开始时间</label>
|
|
|
- <input type="text" class="form-control date" id="startTime" name="startTime"/>
|
|
|
+ <input type="text" class="form-control date" id="cur_entry_time" name="cur_entry_time" value="{$row.cur_entry_time}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
- <label class=" control-label spacing"><span style="color: red">*</span>工作合同结束时间</label>
|
|
|
- <input type="text" class="form-control date" id="endTime" name="endTime"/>
|
|
|
+ <label class=" control-label spacing"><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>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>人才层次</label>
|
|
@@ -196,35 +196,38 @@
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<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银行"/>
|
|
|
+ <input type="text" class="form-control" onchange="TalentInfoInfoDlg.bankChange()" id="bank" name="bank" value="{$row.bank}" placeholder="XX银行"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>开户银行网点</label>
|
|
|
- <input type="text" class="form-control" id="bankNetwork" name="bankNetwork" PLACEHOLDER="XX银行XX省XX市XX支行/分行/分理处"/>
|
|
|
+ <input type="text" class="form-control" id="bank_branch_name" name="bank_branch_name" value="{$row.bank_branch_name}" PLACEHOLDER="XX银行XX省XX市XX支行/分行/分理处"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-4">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>银行账号</label>
|
|
|
- <input type="text" class="form-control" id="bankAccount" name="bankAccount" />
|
|
|
+ <input type="text" class="form-control" id="bank_account" name="bank_account" value="{$row.bank_account}"/>
|
|
|
</div>
|
|
|
<div class="rowGroup col-sm-12">
|
|
|
<label class=" control-label spacing">备注</label>
|
|
|
- <input type="text" class="form-control" id="description" name="description"/>
|
|
|
+ <input type="text" class="form-control" id="description" name="description" value="{$row.description}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col-sm-1">
|
|
|
- <img id="photoImg" src="${ctxPath}/static/img/photo.png" onclick="$('#photo').click()" style="height: 110px;width: 76px;">
|
|
|
+ <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:110px;width:76px;">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="rowGroup col-sm-12">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>教育背景及工作简历</label>
|
|
|
- <textarea style="overflow: auto;word-break: break-all; " class="form-control" id="educationAndResume" name="educationAndResume" rows="4"></textarea>
|
|
|
+ <textarea style="overflow: auto;word-break: break-all; " class="form-control" id="education" name="education" rows="4">{$row.education}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="rowGroup col-sm-12">
|
|
|
<label class=" control-label spacing"><span style="color: red">*</span>主要业绩及取得的荣誉</label>
|
|
|
- <textarea style="overflow: auto;word-break: break-all; " class="form-control" id="mainHonours" name="mainHonours" rows="4"></textarea>
|
|
|
+ <textarea style="overflow: auto;word-break: break-all; " class="form-control" id="experience" name="experience" rows="4">{$row.experience}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
@@ -240,9 +243,17 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="tab-2" class="tab-pane ">
|
|
|
- <#table id="fileTable"/>
|
|
|
+ <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="${ctxPath}/api/talentInfo/addTalentFile" method="post" class="form-horizontal" enctype="multipart/form-data" target="hiddenIframe" style="display: none">
|
|
|
+ <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" >
|
|
@@ -261,7 +272,7 @@
|
|
|
<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_ic_info.js?v='+(new Date()).getTime()+'"><\/script>');
|
|
|
- document.write('<script src="/static/modular/common/config.js?v='+(new Date()).getTime()+'"><\/script>');
|
|
|
+ document.write('<script src="/static/modular/gate/talentInfo/talentInfo_ic_info.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
+ document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
</script>
|
|
|
{/block}
|