ソースを参照

不需要附件的页面布局

sugangqiang 2 年 前
コミット
9a97363d32

+ 2 - 1
app/admin/controller/Talent.php

@@ -36,7 +36,8 @@ class Talent extends AdminController {
         } else {
         } else {
             switch ($info["enterpriseType"]) {
             switch ($info["enterpriseType"]) {
                 case 1:
                 case 1:
-                    return view("talentInfo_common_check", ["info" => $info]);
+                    $tpl = $info["isImport"] ? "nofile_talentInfo_common_check" : "talentInfo_common_check";
+                    return view($tpl, ["info" => $info]);
                 case 2:
                 case 2:
                     return view("talentInfo_common_checkIC", ["info" => $info]);
                     return view("talentInfo_common_checkIC", ["info" => $info]);
             }
             }

+ 541 - 0
app/admin/view/talent/nofile_talentInfo_common_check.html

@@ -0,0 +1,541 @@
+{extend name="layout/content"}
+{block name="content"}
+<style type="text/css">
+    .panel-heading{
+        color:#333;
+        background-color:#f5f5f5;
+        border-color:#ddd
+    }
+    .spacing {
+        margin-bottom: 10px;
+        padding-right:4px;
+        padding-left: 4px;
+    }
+    .panel label {
+        font-size: xx-small;
+    }
+    .has-feedback .form-control {
+        padding-right: 5px;
+    }
+    .control-label{
+        color: #337ab7;
+    }
+    .rowGroup{
+        padding-bottom: 5px;
+    }
+    .imgs>li{
+        list-style: none;
+        float: left;
+        border: 1px solid #d8d1d1;
+        text-align: center;
+        height: 35px;
+        width:100%;
+        padding:5px 0;
+    }
+    .table .td-label{
+        display: block;
+        text-align: left;
+        border-bottom: 1px solid #ccc;
+        margin-bottom: 10px;
+    }
+    .imgs li>div{float:left;}
+    .info td{background:#f5f5f5 !important;}
+    .word-wrap{
+        width:100%;
+        white-space:nowrap;
+        word-wrap:break-word;
+        word-break:break-all;
+        text-overflow:ellipsis;
+        overflow:hidden;
+    }
+    .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;}
+</style>
+<div class="ibox float-e-margins">
+    <div class="ibox-content">
+        <div class="form-horizontal">
+            <div class="row">
+                <div class="col-sm-12" >
+                    <div class="tabs-container" >
+                        <ul class="nav nav-tabs">
+                            <li  class="" style="float: right;margin-left: 10px;">
+                                <button type="button" class="btn btn-sm btn-primary " onclick="TalentInfoInfoDlg.download()" >
+                                    <i class="fa fa-download"></i>&nbsp;打包下载
+                                </button>
+                            </li>
+                        </ul>
+                    </div>
+                    <div class="tab-content">
+                        <div id="tab-1" class="tab-pane active">
+                            <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="{$info.id}">
+                                    <input type="hidden" name="type" id="type" value="1">
+                                    <input type="hidden" name="checkState" id="checkState" value="{$info.checkState}">
+                                    <input type="hidden" name="enterprise_tag" id="enterprise_tag" value="{$info.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="{$info.name}"/>
+                                                </div>
+                                            <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="{$info.card_type}">
+                                                        {eq name="info.card_type" value="1"}<option value="1">身份证</option>{/eq}
+                                                        {eq name="info.card_type" value="2"}<option value="2">通行证</option>{/eq}
+                                                        {eq name="info.card_type" value="3"}<option value="3">护照</option>{/eq}
+                                                    </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="{$info.card_number}" id="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="{eq name='info.sex' value='1'}男{else/}女{/eq}"  readonly disabled  id="sex"/>
+                                                </div>
+                                            </td>
+                                            </td>
+                                            <td rowspan="3">
+                                                <img id="photoImg" src="{$info.headimgurl|getStoragePath}"  style="height:147px;width:105px;margin:0 auto;display:block;">
+                                            </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="{$info.birthday}" readonly disabled  id="birthday"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>民族</label>
+                                                    <input class="form-control" value="{$info.nationName}" id="nation"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>政治面貌</label>
+                                                    <input class="form-control" value="{$info.politicsName}" id="politics"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>国籍/地区</label>
+                                                    <input class="form-control" value="{$info.nationalityName}" id="nationality">
+                                                </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" id="phone" name="phone" maxlength="11" value="{$info.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="{$info.email}"/>
+                                                </div>
+                                            </td>
+                                            <td colspan="2">
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing"><span style="color: red">*</span>籍贯</label>
+                                                    <input class="form-control" value="{$info.provinceName}{$info.cityName}{$info.countyName}" 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">
+                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>单位标签</label>
+                                                    <div class="form-control" style="border: none">{$info.enterpriseTagName}</div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
+                                                    <div class="form-control" style="border: none">{$info.enterpriseName}</div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>所属街道</label>
+                                                    <div class="form-control" style="border: none">{$info.streetName}</div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
+                                                    <div class="form-control" style="border: none">{$info.industryFieldName}</div>
+                                                </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" data-value="{$info.talent_type}">
+                                                        <option value="" selected="true">{$info.talentTypeName}</option>
+                                                    </select>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label">人才类型说明</label>
+                                                    <div class="form-control word-wrap uitd_showTip" id="typeTips" style="border:none;">
+                                                        {switch name="info.talent_type"}
+                                                        {case value="1"}含经晋江市认定且还在晋江市就业创业的人才,或在晋江市就业创业但未曾申报过晋江市现代产业体系人才的人才。{/case}
+                                                        {case value="2"}含本办法出台后首次从晋江市以外引进认定的人才,或者流出晋江市满3年后又返回晋江市就业创业(不含企业集团内部人员调动)的人才。{/case}
+                                                        {case value="3"}含已经与晋江市用人单位达成就业意向且签订预引进意向合作协议(合同)的人才,或拟来我市创业且提交企业名称预先核准的人才。{/case}
+                                                        {/switch}
+                                                    </div>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            {if condition="in_array($info['talent_type'],[1,2])"}
+                                            <td>
+                                                <div class="rowGroup ">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>{if condition="$info['talent_type'] eq 2"}首次{/if}在我市缴交社会保险或个人所得税月份</label>
+                                                    <input type="text" class="form-control" value="{$info.tax_insurance_month}" 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="{$info.labor_contract_rangetime}" id="labor_contract_rangetime"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup ">
+                                                    <label class=" control-label spacing td-label"><span style="color: red">*</span>工资发放渠道</label>
+                                                    {if condition="$info['salary_pay_way']==1"}本单位{else/}本单位所属集团公司及权属公司{/if}
+                                                </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="salary_pay_month" value="{$info.salary_pay_month}"/>
+                                                </div>
+                                            </td>
+                                            {if condition="in_array($info['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label">{if condition="$info['talent_type'] eq 1"}近三年{else/}首次{/if}来晋工作时间</label>
+                                                    <input type="text" class="form-control date" id="fst_work_time" value="{$info.fst_work_time}"/>
+                                                </div>
+                                            </td>
+                                            {if condition="$info['talent_type'] eq 1"}
+                                            <td id="come_in_jin_str">
+                                                <label class=" control-label spacing td-label">近三年来晋工作时间说明</label>
+                                                <div class="form-control word-wrap uitd_showTip" id="typeTips" style="border:none;">
+                                                    如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
+                                                </div>
+                                            </td>
+                                            {/if}
+                                            {/if}
+                                            {/if}
+                                            {if condition="in_array($info['talent_type'],[3])"}
+                                            <td  class="talentType3">
+                                                <div class="rowGroup">
+                                                    预引进类型
+                                                </div>
+                                            </td>
+                                            <td  class="talentType3">
+                                                <div class="rowGroup">
+                                                    <input type="text" class="form-control" name="pre_import_type" id="pre_import_type" value="{if condition="$info['pre_import_type']==1"}意向合同{else/}创业企业名称预核准{/if}">
+                                                </div>
+                                            </td>
+                                            {/if}
+                                        </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 class="form-control" style="border: none">{$info.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">{$info.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="{$info.apply_year}">
+                                                </div>
+                                            </td>
+                                            <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="{$info.highest_degree}">
+                                                        <option value="" selected="true">{$info.highestDegreeName}</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="{$info.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="{$info.major}"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label">是否有留学经历</label>
+                                                    <input type="text" class="form-control" id="study_abroad" name="study_abroad" value="{eq name='info.study_abroad' value='2'}否{else/}是{/eq}"/>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                        <tr class="abroad_need_this" {if condition='!$info["study_abroad"] or $info["study_abroad"] eq 2'}style="display:none;"{/if}>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <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="{$info.abroad_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="abroad_major" name="abroad_major" value="{$info.abroad_major}"/>
+                                                </div>
+                                            </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>
+                                                    <input type="text" class="form-control date" id="import_way" name="import_way" value="{$info.importWayName}"/>
+                                                    </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="{$info.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" id="position" name="position" value="{$info.position}"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label">职称技术资格</label>
+                                                    <input type="text" class="form-control" id="pro_qua" name="pro_qua" value="{$info.pro_qua}"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label">专业技术职称</label>
+                                                    <input type="text" class="form-control" id="professional" name="professional" value="{$info.professional}"/>
+                                                </div>
+                                            </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="source">
+                                                        <option value="{$info.source}">{$info.sourceName}</option>
+                                                    </select>
+                                                    </select>
+                                                </div>
+                                            </td>
+                                            {if condition="$info['source_batch']"}
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class=" control-label spacing td-label" ><span style="color: red">*</span>入选名单的文件号及批次</label>
+                                                    <input type="text" class="form-control" id="source_batch" name="source_batch" value="{$info.source_batch}"/>
+                                                </div>
+                                            </td>
+                                            {/if}
+                                            {if condition="$info['source_city']"}
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>入选来源地级市</label>
+                                                    <input type="text" class="form-control" id="source_city" name="source_city" value="{$info.sourceCityName}"/>
+                                                </div>
+                                            </td>
+                                            {/if}
+                                            {if condition="$info['source_county']"}
+                                            <td>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>入选来源县市区</label>
+                                                    <input type="text" class="form-control" id="source_county" name="source_county" value="{$info.sourceCountyName}"/>
+                                                </div>
+                                            </td>
+                                            {/if}
+                                            {if condition="in_array($info['source'],[1,3])"}
+                                            <td>
+                                                <div class="rowGroup fujian_highcert">
+                                                    <label class=" control-label spacing td-label" ><span style="color: red">*</span>福建省高层次人才证书发证日期</label>
+                                                    <input type="text" class="form-control date" id="fujian_highcert_pubtime" name="fujian_highcert_pubtime" value="{$info.fujian_highcert_pubtime}"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup fujian_highcert">
+                                                    <label class=" control-label spacing td-label" ><span style="color: red">*</span>福建省高层次人才证书有效期</label>
+                                                    <input type="text" class="form-control date" id="fujian_highcert_exptime" name="fujian_highcert_exptime" value="{$info.fujian_highcert_exptime}"/>
+                                                </div>
+                                            </td>
+                                            {/if}
+                                            {if condition="in_array($info['source'],[2,4])"}
+                                            <td>
+                                                <div class="rowGroup quanzhou_highcert">
+                                                    <label class=" control-label spacing td-label" ><span style="color: red">*</span>泉州高层次人才证书发证日期</label>
+                                                    <input type="text" class="form-control date" id="quanzhou_highcert_pubtime" name="quanzhou_highcert_pubtime" value="{$info.quanzhou_highcert_pubtime}"/>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <div class="rowGroup quanzhou_highcert">
+                                                    <label class=" control-label spacing td-label" ><span style="color: red">*</span>泉州高层次人才证书有效期</label>
+                                                    <input type="text" class="form-control date" id="quanzhou_highcert_exptime" name="quanzhou_highcert_exptime" value="{$info.quanzhou_highcert_exptime}"/>
+                                                </div>
+                                            </td>
+                                            {/if}
+                                        </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="talent_arrange" name="talent_arrange">
+                                                        <option value="">{$info.talentArrangeName}</option>
+                                                    </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_arrange_category" name="talent_arrange_category">
+                                                        <option value="">{$info.talentArrangeCatName}</option>
+                                                    </select>
+                                                </div>
+                                            </td>
+                                            <td style="overflow: inherit">
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>认定条件</label>
+                                                    <select class="form-control" id="talent_condition">
+                                                        <option value="{$info.talent_condition}">{$info.talentConditionName}</option>
+                                                    </select>
+                                                </div>
+                                            </td>
+                                            <td {if condition='!$info["annual_salary"]'}style="display:none;"{/if}>
+                                                <div class="rowGroup">
+                                                    <label class="control-label spacing td-label"><span style="color: red">*</span>上一年度年薪(元)</label>
+                                                    <div style="position:relative;">
+                                                        <input type="text" class="form-control" id="annual_salary" name="annual_salary" value="{$info.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 td-label"><span style="color: red">*</span>开户银行</label>
+                                                    <input type="text" class="form-control" onchange="TalentInfoInfoDlg.bankChange()" id="bank" name="bank" placeholder="XX银行" value="{$info.bank}"/>
+                                                </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="bank_number" name="bank_number" value="{$info.bank_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" id="bank_branch_name" name="bank_branch_name" placeholder="XX银行XX省XX市XX支行/分行/分理处" value="{$info.bank_branch_name}"/>
+                                                </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="bank_account" name="bank_account"  value="{$info.bank_account}"/>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                    </table>
+                                </div>
+                            </div>
+                            <div class="panel panel-default">
+                                <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
+                                <table id="logTable">
+                                </table>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+</div>
+<script type="text/javascript">
+    document.write('<script src="/static/modular/talentIdentify/talentInfo/nofile_talentInfo_common_check.js?v=' + (new Date()).getTime() + '"><\/script>');
+</script>
+{/block}

+ 2 - 2
app/admin/view/talent/talentInfo_common_check.html

@@ -469,7 +469,7 @@
                                             </td>
                                             </td>
                                         </tr>
                                         </tr>
                                         {/if}
                                         {/if}
-                                        {if condition="in_array($row['source'],[1,3])"}
+                                        {if condition="in_array($info['source'],[1,3])"}
                                         <tr>
                                         <tr>
                                             <td colspan="3">
                                             <td colspan="3">
                                                 <div class="rowGroup col-sm-6 fujian_highcert">
                                                 <div class="rowGroup col-sm-6 fujian_highcert">
@@ -483,7 +483,7 @@
                                             </td>
                                             </td>
                                         </tr>
                                         </tr>
                                         {/if}
                                         {/if}
-                                        {if condition="in_array($row['source'],[2,4])"}
+                                        {if condition="in_array($info['source'],[2,4])"}
                                         <tr>
                                         <tr>
                                             <td colspan="3">
                                             <td colspan="3">
                                                 <div class="rowGroup col-sm-6 quanzhou_highcert">
                                                 <div class="rowGroup col-sm-6 quanzhou_highcert">

+ 1 - 1
app/enterprise/api/TalentApi.php

@@ -56,7 +56,7 @@ class TalentApi {
         if (session("user")["usertype"] == 2) {
         if (session("user")["usertype"] == 2) {
             $where[] = ["enterprise_id", "=", session("user")["uid"]];
             $where[] = ["enterprise_id", "=", session("user")["uid"]];
         }
         }
-        $where[] = ["isImport", "=", $request->param("import") ?: 0];
+        //$where[] = ["isImport", "=", $request->param("import") ?: 0];
         if ($step) {
         if ($step) {
             switch ($step) {
             switch ($step) {
                 case 1:
                 case 1:

+ 2 - 0
app/enterprise/controller/Talent.php

@@ -154,6 +154,8 @@ class Talent extends EnterpriseController {
         }
         }
         $id = $request->param("id");
         $id = $request->param("id");
         $info = \app\common\api\VerifyApi::getTalentInfoById($id);
         $info = \app\common\api\VerifyApi::getTalentInfoById($id);
+        if ($info["isImport"])
+            $tpl = "no_file_view";
         return view($tpl, ["row" => $info]);
         return view($tpl, ["row" => $info]);
     }
     }
 
 

+ 401 - 448
app/enterprise/view/talent/no_file_apply.html

@@ -42,9 +42,11 @@
     }
     }
     .word-wrap{
     .word-wrap{
         width:100%;
         width:100%;
-        white-space:normal;
+        white-space:nowrap;
         word-wrap:break-word;
         word-wrap:break-word;
         word-break:break-all;
         word-break:break-all;
+        text-overflow:ellipsis;
+        overflow:hidden;
     }
     }
     ul{
     ul{
         padding: 0;
         padding: 0;
@@ -72,16 +74,17 @@
                     <div class="tab-content">
                     <div class="tab-content">
                         <div id="tab-1" class="tab-pane active">
                         <div id="tab-1" class="tab-pane active">
                             <form id="talentInfoForm" action="/enterprise/talent/apply" method="post" enctype="multipart/form-data" target="hiddenIframe">
                             <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="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}"/>
                                 <div class="panel panel-default">
                                 <div class="panel panel-default">
                                     <div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
                                     <div class="panel-heading" onclick="$(this).next().toggle()">基础信息</div>
                                     <div class="panel-body">
                                     <div class="panel-body">
@@ -93,24 +96,6 @@
                                                         <input type="text" class="form-control" id="name" name="name" value="{$row.name}"/>
                                                         <input type="text" class="form-control" id="name" name="name" value="{$row.name}"/>
                                                     </div>
                                                     </div>
                                                 </td>
                                                 </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 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>
                                                 <td>
                                                     <div class="rowGroup">
                                                     <div class="rowGroup">
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>证件类型</label>
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>证件类型</label>
@@ -128,8 +113,6 @@
                                                         <input class="form-control" id="card_number" name="card_number" value="{$row.card_number}">
                                                         <input class="form-control" id="card_number" name="card_number" value="{$row.card_number}">
                                                     </div>
                                                     </div>
                                                 </td>
                                                 </td>
-                                            </tr>
-                                            <tr>
                                                 <td>
                                                 <td>
                                                     <div class="rowGroup">
                                                     <div class="rowGroup">
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>性别</label>
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>性别</label>
@@ -140,14 +123,27 @@
                                                         </select>
                                                         </select>
                                                     </div>
                                                     </div>
                                                 </td>
                                                 </td>
+                                                <td rowspan="3">
+                                                    <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;">
+                                                </td>
+                                            </tr>
+                                            <tr>
                                                 <td>
                                                 <td>
                                                     <div class="rowGroup">
                                                     <div class="rowGroup">
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>出生日期</label>
                                                         <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}"/>
                                                         <input type="text" class="form-control date" id="birthday" name="birthday" value="{$row.birthday}"/>
                                                     </div>
                                                     </div>
                                                 </td>
                                                 </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="nation" name="nation" value='{$row.nation}'>
+                                                        </select>
+                                                    </div>
+                                                </td>
                                                 <td>
                                                 <td>
                                                     <div class="rowGroup">
                                                     <div class="rowGroup">
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>政治面貌</label>
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>政治面貌</label>
@@ -163,7 +159,19 @@
                                                     </div>
                                                     </div>
                                                 </td>
                                                 </td>
                                             </tr>
                                             </tr>
-                                            <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" 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 colspan="2">
                                                 <td colspan="2">
                                                     <div class="rowGroup col-sm-4">
                                                     <div class="rowGroup col-sm-4">
                                                         <label class="control-label spacing td-label"><span style="color: red">*</span>籍贯省</label>
                                                         <label class="control-label spacing td-label"><span style="color: red">*</span>籍贯省</label>
@@ -185,431 +193,376 @@
                                         </table>
                                         </table>
                                     </div>
                                     </div>
                                 </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>
-                                                <div class="form-control" style="border: none">{$row.enterprise.enterpristTagName}</div>
-                                            </div>
-                                        </td>
-                                        <td>
-                                            <div class="rowGroup">
-                                                <label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
-                                                <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>
-                                                <div class="form-control" style="border: none">{$row.enterprise.streetName}</div>
-                                            </div>
-                                        </td>
-                                        <td>
-                                            <div class="rowGroup">
-                                                <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
-                                                <div class="form-control" style="border: none">{$row.enterprise.industryFieldNewName}</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" 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>
-                                        <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>
-                                    </tr>                                    
-                                    <tr class="talentType1-2" style="display: none">
-                                        <td >
-                                            <div class="rowGroup">
-                                                <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}/>本单位&nbsp;&nbsp;
-                                                <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="labor_contract_rangetime" 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">
-                                                <input type="radio" name="pre_import_type" value="1" {eq name="row.pre_import_type" value="1"}checked{/eq}/><span style="color: red">*</span>意向合同&nbsp;&nbsp;&nbsp;&nbsp;
-                                                <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">近三年来晋工作时间说明</label>
-                                            <div class="word-wrap">
-                                                如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
-                                            </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 rows="5" 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="5" 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>
-                                    <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>
-                                </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 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>
-                                            <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" 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>
+                                <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>
+                                                        <div class="form-control" style="border: none">{$row.enterprise.enterpristTagName}</div>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label"><span style="color: red">*</span>单位名称</label>
+                                                        <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>
+                                                        <div class="form-control" style="border: none">{$row.enterprise.streetName}</div>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label"><span style="color: red">*</span>产业领域</label>
+                                                        <div class="form-control" style="border: none">{$row.enterprise.industryFieldNewName}</div>
+                                                    </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}" 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>
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label">人才类型说明</label>
+                                                        <div class="form-control word-wrap uitd_showTip" id="typeTips" style="border:none;">
+                                                        </div>
+                                                    </div>
+                                                </td>
+                                            </tr>
+                                            <tr>
+                                                <td class="talentType1-2" style="display: none">
+                                                    <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>
+                                                <td class="talentType1-2" style="display: none">
+                                                    <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 class="talentType1-2" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label"><span style="color: red">*</span>工资发放渠道</label>
+                                                        <input type="radio" name="salary_pay_way" value="1" title="本单位" {eq name="row.salary_pay_way" value="1"}checked{/eq}/>本单位&nbsp;&nbsp;
+                                                        <input type="radio" name="salary_pay_way" value="2" title="本单位所属集团公司及权属公司" {eq name="row.salary_pay_way" value="2"}checked{/eq}/>本单位所属集团公司及权属公司
+                                                    </div>
+                                                </td>
+                                                <td class="talentType1-2" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label"><span style="color: red">*</span>工资发放月份</label>
+                                                        <input type="text" class="form-control rangemonth" id="labor_contract_rangetime" name="salary_pay_month" value="{$row.salary_pay_month}" />
+                                                    </div>
+                                                </td>
+                                                <td class="talentType3" style="display: none">
+                                                    <div class="rowGroup">
+                                                        预引进类型
+                                                    </div>
+                                                </td>
+                                                <td class="talentType3" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <input type="radio" name="pre_import_type" value="1" title="意向合同" {eq name="row.pre_import_type" value="1"}checked{/eq}/><span style="color: red">*</span>意向合同&nbsp;&nbsp;&nbsp;&nbsp;
+                                                        <input type="radio" name="pre_import_type" value="2" title="创业企业名称预核准" {eq name="row.pre_import_type" value="2"}checked{/eq}/><span style="color: red">*</span>创业企业名称预核准
+                                                    </div>
+                                                </td>
+                                                {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
+                                                <td style="display:none" id="come_in_jin">
+                                                    <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 style="display:none" id="come_in_jin_str">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label">近三年来晋工作时间说明</label>
+                                                        <div class="form-control word-wrap uitd_showTip" style="border:none;">
+                                                            如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
+                                                        </div>
+                                                    </div>
+                                                </td>
+                                                {/if}
+                                            </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="5" 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="5" 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>
+                                                        <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>
+                                                <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>
+                                            </tr>
+                                            <tr class="abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <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">
+                                                        <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>
+                                            </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>
+                                                    <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" id="position" name="position" value="{$row.position}"/>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label">职称技术资格</label>
+                                                        <input type="text" class="form-control" id="pro_qua" name="pro_qua" value="{$row.pro_qua}"/>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label">专业技术职称</label>
+                                                        <input type="text" class="form-control" id="professional" name="professional" value="{$row.professional}"/>
+                                                    </div>
+                                                </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>
-                                                <select class="form-control" id="source" name="source" onchange="TalentInfoInfoDlg.sourceChange()" value="{$row.source}">
-                                                </select>
-                                            </div>
-                                        </td>
-                                        <td rowspan="7" style="width: 100%">
-                                            <table class="fileTable"></table>
-                                        </td>
-                                    </tr>
-                                    <tr>
-                                        <td colspan="3">
-                                            <div class="rowGroup" {if condition="!$row['source_batch']"}style="display:none;"{/if}>
-                                                <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>
-                                    <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" value="{$row['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" value="{$row['source_county']}">
-                                                    <option value="">{$row.sourceCountyName}</option>
-                                                </select>
-                                            </div>
-                                        </td>
-                                    </tr>
-                                    <tr>
-                                        <td colspan="3">
-                                            <div class="rowGroup col-sm-6 fujian_highcert" style="display: none">
-                                                <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" style="display: none">
-                                                <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>
-                                    <tr>
-                                        <td colspan="3">
-                                            <div class="rowGroup col-sm-6 quanzhou_highcert" style="display: none">
-                                                <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" style="display: none">
-                                                <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="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" 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="2" style="overflow: inherit">
-                                            <div class="rowGroup col-sm-9">
-                                                <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>
-                                        <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>
-                                </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 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>
+                                        <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="source" name="source" onchange="TalentInfoInfoDlg.sourceChange()" value="{$row.source}">
+                                                        </select>
+                                                    </div>
+                                                </td>
+                                                <td {if condition="!$row['source_batch']"}style="display:none;"{/if}>
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label" ><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 {if condition="!$row['source_city']"}style="display:none;"{/if}>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><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>
+                                                </td>
+                                                <td {if condition="!$row['source_county']"}style="display:none;"{/if}>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><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 class="fujian_highcert" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label" ><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 class="fujian_highcert" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label" ><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 class="quanzhou_highcert" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label" ><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 class="quanzhou_highcert" style="display: none">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label" ><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>
+                                        </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="talent_arrange" name="talent_arrange" onchange="TalentInfoInfoDlg.getLayerCatdByLayer()" value="{$row.talent_arrange}"></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_arrange_category" name="talent_arrange_category" onchange="TalentInfoInfoDlg.getIdentifyCondition()" value="{$row.talent_arrange_category}"></select>
+                                                    </div>
+                                                </td>
+                                                <td style="overflow: inherit">
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><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>
+                                                <td {if condition='!$row["annual_salary"]'}style="display:none;"{/if}>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><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 td-label"><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 td-label"><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 td-label"><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 td-label"><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>
+                                            <tr>
+                                            </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="hidden" name="type" value="1"/>
+                            </form>
+                            <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="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>
         </div>
     </div>
     </div>
 </div>
 </div>
-</div>
 <iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
 <iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
 <!--<script src="${ctxPath}/static/modular/gate/talentInfo/talentInfo_info.js"></script>-->
 <!--<script src="${ctxPath}/static/modular/gate/talentInfo/talentInfo_info.js"></script>-->
 <script type="text/javascript">
 <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/gate/talentInfo/new_nofile_talentInfo_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/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
 </script>
 </script>
 {/block}
 {/block}

+ 547 - 0
app/enterprise/view/talent/no_file_view.html

@@ -0,0 +1,547 @@
+{extend name="layout/content"}
+{block name="content"}
+<style type="text/css">
+    .panel-heading{
+        color:#333;
+        background-color:#f5f5f5;
+        border-color:#ddd
+    }
+    .spacing {
+        margin-bottom: 10px;
+        padding-right:4px;
+        padding-left: 4px;
+    }
+    .panel label {
+        font-size: xx-small;
+    }
+    .has-feedback .form-control {
+        padding-right: 5px;
+    }
+    .control-label{
+        color: #337ab7;
+    }
+    .rowGroup{
+        padding-bottom: 5px;
+    }
+    .imgs>li{
+        list-style: none;
+        float: left;
+        border: 1px solid #d8d1d1;
+        text-align: center;
+        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:nowrap;
+        word-wrap:break-word;
+        word-break:break-all;
+        text-overflow:ellipsis;
+        overflow:hidden;
+    }
+    ul{
+        padding: 0;
+    }
+    .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;}
+</style>
+<div class="ibox float-e-margins">
+    <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">
+                            <div class="panel-body" >
+                                <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}"/>
+                                                    </div>
+                                                </td>
+                                                <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">
+                                                            <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>
+                                                        </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}" id="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="{eq name='info.sex' value='1'}男{else/}女{/eq}"  readonly disabled  id="sex"/>
+                                                    </div>
+                                                </td>
+                                                <td rowspan="3">
+                                                    <img id="photoImg" onclick="Feng.showImg(this)" src="{$row.headimgurl|getStoragePath}"  style="height:147px;width:105px;margin:0 auto;display:block;">
+                                                </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="{$row.birthday}" readonly disabled  id="birthday"/>
+                                                    </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}" id="nation"/>
+                                                    </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.politicsName}" readonly disabled  id="politics"/>
+                                                    </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>
+                                                    <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 colspan="2">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label"><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">
+                                                        <label class="control-label spacing td-label"><span style="color: red">*</span>单位标签</label>
+                                                        <div class="form-control" style="border: none">{$row.enterpriseTagName}</div>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <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">
+                                                        <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">
+                                                        <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>
+                                                <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="form-control word-wrap uitd_showTip" id="typeTips" style="border:none;">
+                                                            {switch name="row.talent_type"}
+                                                            {case value="1"}含经晋江市认定且还在晋江市就业创业的人才,或在晋江市就业创业但未曾申报过晋江市现代产业体系人才的人才。{/case}
+                                                            {case value="2"}含本办法出台后首次从晋江市以外引进认定的人才,或者流出晋江市满3年后又返回晋江市就业创业(不含企业集团内部人员调动)的人才。{/case}
+                                                            {case value="3"}含已经与晋江市用人单位达成就业意向且签订预引进意向合作协议(合同)的人才,或拟来我市创业且提交企业名称预先核准的人才。{/case}
+                                                            {/switch}
+                                                        </div>
+                                                    </div>
+                                                </td>
+                                            </tr>
+                                            <tr>
+                                                {if condition="in_array($row['talent_type'],[1,2])"}
+                                                <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>
+                                                <td>
+                                                    <div class="rowGroup ">
+                                                        <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/>本单位&nbsp;&nbsp;
+                                                        <input type="radio" name="salary_pay_way" value="2" {eq name="row.salary_pay_way" value="2"}checked{/eq} 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" value="{$row.salary_pay_month}"  readonly disabled id="salary_pay_month"/>
+                                                    </div>
+                                                </td>
+                                                {if condition="in_array($row['enterprise']['enterpriseTag'],['mtdw','gyqyh','mbfqy','jrjg'])"}
+                                                <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">
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label">近三年来晋工作时间说明</label>
+                                                        <div class="form-control word-wrap uitd_showTip" style="border:none;">
+                                                            如您为近三年来晋工作的人才,须填写近三年来晋日期,同时上传对应佐证材料,如果来晋时间已超过三年,则此项不必填写。
+                                                        </div>
+                                                    </div>
+                                                </td>
+                                                {/if}
+                                                {/if}
+                                                {/if}
+                                                {if condition="in_array($row['talent_type'],[3])"}
+                                                <td class="talentType3">
+                                                    <div class="rowGroup">
+                                                        预引进类型
+                                                    </div>
+                                                </td>
+                                                <td class="talentType3">
+                                                    <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>意向合同&nbsp;&nbsp;&nbsp;&nbsp;
+                                                        <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>
+                                                {/if}
+                                            </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 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>
+                                                    </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="{$row.apply_year}" readonly disabled>
+                                                    </div>
+                                                </td>
+                                                <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>
+                                                        </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>
+                                                <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>
+                                                        </select>
+                                                    </div>
+                                                </td>
+                                            </tr>                       
+                                            <tr class="abroad_need_this" {if condition='!$row["study_abroad"] or $row["study_abroad"] eq 2'}style="display:none;"{/if}>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <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">
+                                                        <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>
+                                            </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>
+                                                        </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}"/>
+                                                    </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">职称技术资格</label>
+                                                        <input type="text" class="form-control" id="pro_qua" name="pro_qua" value="{$row.pro_qua}"/>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label">专业技术职称</label>
+                                                        <input type="text" class="form-control" id="professional" name="professional" value="{$row.professional}"/>
+                                                    </div>
+                                                </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>
+                                                        <div class="form-control" style="border: none;background:#eee;">{$row.sourceName}</div>
+                                                        <input type="hidden" id="source" value="{$row.source}">
+                                                    </div>
+                                                </td>
+                                                {if condition="$row['source_batch']"}
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class=" control-label spacing td-label" ><span style="color: red">*</span>入选名单的文件号及批次</label>
+                                                        <input type="text" class="form-control" id="source_batch" name="source_batch" value="{$row.source_batch}"/>
+                                                    </div>
+                                                </td>
+                                                {/if}
+                                                {if condition="$row['source_city']"}
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><span style="color: red">*</span>入选来源地级市</label>
+                                                        <select class="form-control" id="source_city" name="source_city">
+                                                            <option value="">{$row.sourceCityName}</option>
+                                                        </select>
+                                                    </div>
+                                                </td>
+                                                {/if}
+                                                {if condition="$row['source_county']"}
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><span style="color: red">*</span>入选来源县市区</label>
+                                                        <select class="form-control" id="source_county" name="source_county">
+                                                            <option value="">{$row.sourceCountyName}</option>
+                                                        </select>
+                                                    </div>
+                                                </td>
+                                                {/if}
+                                                {if condition="in_array($row['source'],[1,3])"}
+                                                <td>
+                                                    <div class="rowGroup fujian_highcert">
+                                                        <label class=" control-label spacing td-label" ><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>
+                                                    <div class="rowGroup fujian_highcert">
+                                                        <label class=" control-label spacing td-label" ><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>
+                                                {/if}
+                                                {if condition="in_array($row['source'],[2,4])"}
+                                                <td>
+                                                    <div class="rowGroup quanzhou_highcert">
+                                                        <label class=" control-label spacing td-label" ><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>
+                                                    <div class="rowGroup quanzhou_highcert">
+                                                        <label class=" control-label spacing td-label" ><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>
+                                                {/if}
+                                            </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="talent_arrange" name="talent_arrange">
+                                                            <option value="">{$row.talentArrangeName}</option>
+                                                        </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_arrange_category" name="talent_arrange_category">
+                                                            <option value="">{$row.talentArrangeCatName}</option>
+                                                        </select>
+                                                    </div>
+                                                </td>
+                                                <td>
+                                                    <div class="rowGroup">
+                                                        <label class="control-label spacing td-label"><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">
+                                                        <label class="control-label spacing td-label"><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 td-label"><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 td-label"><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 td-label"><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 td-label"><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>
+                                </div>
+                                <div class="panel panel-default">
+                                    <div class="panel-heading" onclick="$(this).next().toggle()">日志</div>
+                                    <table id="logTable">
+                                    </table>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+</div>
+<script type="text/javascript">
+    document.write('<script src="/static/modular/gate/talentInfo/nofile_talentInfo_select.js?v=' + (new Date()).getTime() + '"><\/script>');
+    document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
+</script>
+{/block}

+ 902 - 0
public/static/modular/gate/talentInfo/new_nofile_talentInfo_info.js

@@ -0,0 +1,902 @@
+/**
+ * 初始化人才认定申报详情对话框
+ */
+var locked = false;
+var TalentInfoInfoDlg = {
+    talentInfoInfoData: {},
+    validateFields: {
+        source_county: {validators: {notEmpty: {message: '入选来源县市区不能为空'}}},
+        talent_type: {validators: {notEmpty: {message: '人才类型不能为空'}}},
+        name: {validators: {notEmpty: {message: '姓名不能为空'}}},
+        card_type: {validators: {notEmpty: {message: '证件类型不能为空'}}},
+        card_number: {
+            validators: {
+                notEmpty: {message: '证件号码不能为空'},
+                regexp: {
+                    regexp: /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/,
+                    message: "身份证号码格式不正确"
+                }
+            }
+        },
+        sex: {validators: {notEmpty: {message: '性别不能为空'}}},
+        birthday: {validators: {notEmpty: {message: '出生日期不能为空'}}},
+        nationality: {validators: {notEmpty: {message: '国籍/地区不能为空'}}},
+        province: {validators: {notEmpty: {message: '户籍省份不能为空'}}},
+        city: {validators: {notEmpty: {message: '户籍市不能为空'}}},
+        nation: {validators: {notEmpty: {message: '民族不能为空'}}},
+        politics: {validators: {notEmpty: {message: '政治面貌不能为空'}}},
+        experience: {validators: {notEmpty: {message: '工作简历不能为空'}}},
+        education: {validators: {notEmpty: {message: '教育背景不能为空'}}},
+        apply_year: {validators: {notEmpty: {message: '申报年度不能为空'}}},
+        import_way: {validators: {notEmpty: {message: '引进方式不能为空'}}},
+        cur_entry_time: {validators: {notEmpty: {message: '本单位入职时间不能为空'}}},
+        position: {validators: {notEmpty: {message: '本单位现任职务不能为空'}}},
+        source: {validators: {notEmpty: {message: '申报来源不能为空'}}},
+        talent_arrange: {validators: {notEmpty: {message: '人才层次不能为空'}}},
+        talent_condition: {validators: {notEmpty: {message: '认定条件不能为空'}}},
+        highest_degree: {validators: {notEmpty: {message: '最高学历不能为空'}}},
+        graduate_school: {validators: {notEmpty: {message: '毕业院校不能为空'}}},
+        major: {validators: {notEmpty: {message: '专业不能为空'}}},
+        bank: {
+            validators: {
+                notEmpty: {
+                    message: '开户银行不能为空'
+                },
+                regexp: {
+                    regexp: /^[\u4e00-\u9fa5]*银行$/,
+                    message: "开户银行格式不正确"
+                }
+            }
+        },
+        bank_number: {
+            validators: {
+                notEmpty: {
+                    message: '银行行号不能为空'
+                },
+                regexp: {
+                    regexp: /^\d+$/,
+                    message: "银行行号格式不正确"
+                }
+            }
+        },
+        bank_branch_name: {
+            validators: {
+                notEmpty: {
+                    message: '开户银行网点不能为空'
+                },
+                regexp: {
+                    regexp: /^[\u4e00-\u9fa5]*银行[\u4e00-\u9fa5]*省?[\u4e00-\u9fa5]+市[\u4e00-\u9fa5]*$/,
+                    message: "开户银行格式不正确"
+                }
+            }
+        },
+        bank_account: {
+            validators: {
+                notEmpty: {
+                    message: '银行账号不能为空'
+                },
+                regexp: {
+                    regexp: /^\d+$/,
+                    message: "银行账号格式不正确"
+                }
+            }
+        },
+        phone: {
+            validators: {
+                notEmpty: {
+                    message: '手机号码不能为空'
+                },
+                regexp: {
+                    regexp: /0?(13|14|15|17|18|19)[0-9]{9}/,
+                    message: "手机号码格式不正确"
+                }
+            }
+        },
+        email: {
+            validators: {
+                notEmpty: {
+                    message: '电子邮箱不能为空'
+                },
+                emailAddress: {
+                    message: "电子邮箱格式不正确"
+                }
+            }
+        }
+    }
+};
+
+/**
+ * 清除数据
+ */
+TalentInfoInfoDlg.clearData = function () {
+    this.talentInfoInfoData = {};
+}
+
+/**
+ * 设置对话框中的数据
+ *
+ * @param key 数据的名称
+ * @param val 数据的具体值
+ */
+TalentInfoInfoDlg.set = function (key, val) {
+    var dis = $("#" + key).attr("disabled");
+    if (dis == "disabled") {
+        $("#" + key).removeAttr("disabled");
+    }
+    this.talentInfoInfoData[key] = (typeof val == "undefined") ? $("#" + key).val() : val;
+    if (dis == "disabled") {
+        $("#" + key).prop("disabled", true);
+    }
+    return this;
+}
+
+/**
+ * 设置对话框中的数据
+ *
+ * @param key 数据的名称
+ * @param val 数据的具体值
+ */
+TalentInfoInfoDlg.get = function (key) {
+    return $("#" + key).val();
+}
+
+/**
+ * 关闭此对话框
+ */
+TalentInfoInfoDlg.close = function () {
+    parent.layer.close(window.parent.TalentInfo.layerIndex);
+}
+
+/**
+ * 收集数据
+ */
+TalentInfoInfoDlg.collectData = function () {
+    this
+            .set('id')
+            .set('type')
+            .set('talent_type')
+            .set('tax_insurance_month')
+            .set('labor_contract_rangetime')
+            .set('pre_import_type')
+            .set('salary_pay_way')
+            .set('salary_pay_month')
+            .set('enterprise_id')
+            .set('name')
+            .set('photo')
+            .set('card_type')
+            .set('card_number')
+            .set('sex')
+            .set('birthday')
+            .set('nationality')
+            .set('province')
+            .set('city')
+            .set('county')
+            .set('nation')
+            .set('politics')
+            .set('talent_arrange')
+            .set('talent_condition')
+            .set('highest_degree')
+            .set('graduate_school')
+            .set('major')
+            .set('professional')
+            .set('bank')
+            .set('bank_number')
+            .set('bank_branch_name')
+            .set('bank_account')
+            .set('study_abroad')
+            .set('abroad_school')
+            .set('abroad_major')
+            .set('phone')
+            .set('email')
+            .set('apply_year')
+            .set('import_way')
+            .set('fst_work_time')
+            .set('cur_entry_time')
+            .set('position')
+            .set('source')
+            .set('fujian_highcert_pubtime')
+            .set('fujian_highcert_exptime')
+            .set('quanzhou_highcert_pubtime')
+            .set('quanzhou_highcert_exptime');
+    if ($("#province").val() != null && $("#province").val() != '') {
+        this.talentInfoInfoData["province_name"] = $("#province").find("option:selected").text();
+    }
+    if ($("#city").val() != null && $("#city").val() != '') {
+        this.talentInfoInfoData["city_name"] = $("#city").find("option:selected").text();
+    }
+    if ($("#county").val() != null && $("#county").val() != '') {
+        this.talentInfoInfoData["county_name"] = $("#county").find("option:selected").text();
+    }
+    if ($("#source_city").val() != null && $("#source_city").val() != '') {
+        this.talentInfoInfoData["source_city_name"] = $("#source_city").find("option:selected").text();
+    }
+    if ($("#source_county").val() != null && $("#source_county").val() != '') {
+        this.talentInfoInfoData["source_county_name"] = $("#source_county").find("option:selected").text();
+    }
+}
+
+/**
+ * 验证数据
+ */
+TalentInfoInfoDlg.validate = function () {
+    $('#talentInfoForm').data("bootstrapValidator").resetForm();
+    $('#talentInfoForm').bootstrapValidator('validate');
+    return $("#talentInfoForm").data('bootstrapValidator').isValid();
+}
+
+/**
+ * 提交添加
+ */
+TalentInfoInfoDlg.addSubmit = function () {
+    this.clearData();
+    this.collectData();
+    /*if (!TalentInfoInfoDlg.validate()) {
+     return;
+     }*/
+    var id = $('#id').val();
+    if (id != null && id != '') {
+        if (!TalentInfoInfoDlg.validateIsEdit())
+            return;
+    }
+    $("select").each(function () {
+        $(this).removeAttr("disabled");
+    });
+    if (locked) {
+        return;
+    }
+    locked = true;
+    $("#talentInfoForm").attr("action", "/enterprise/talent/apply");
+    $("#talentInfoForm")[0].submit();
+}
+
+//回调
+TalentInfoInfoDlg.infoCallback = function (data) {
+    locked = false;
+    TalentInfoInfoDlg.setNoChangeField();
+    Feng.info(data.msg);
+    if (data.code == 200) {
+        window.parent.TalentInfo.table.refresh();
+        $("#id").val(data.obj.id);
+        $("#fileLi").removeAttr("style");
+        $("#checkState").val(data.obj.checkState);
+    }
+    return;
+}
+
+TalentInfoInfoDlg.getLayerCatdByLayer = function () {
+    $("#talent_condition").parents(".table").find(".fileTable").find("tbody").html("");
+    $("#talent_condition").html("<option>---请选择---</option>");
+    $("#annual_salary").parents("td").css("display", "none");
+    $('#talentInfoForm').bootstrapValidator('removeField', "annual_salary");
+
+    var level = $("#talent_arrange").val();
+    Feng.addAjaxSelect({
+        "id": "talent_arrange_category",
+        "displayCode": "code",
+        "displayName": "name",
+        "type": "GET",
+        "url": Feng.ctxPath + "/common/api/getLayerCatsByLayer/level/" + level
+    });
+    $("#talent_condition").trigger("chosen:updated");
+}
+
+/**
+ * 获取人才认定
+ */
+TalentInfoInfoDlg.getIdentifyCondition = function () {
+    $("#talent_condition").parents(".table").find(".fileTable").find("tbody").html("");
+    $("#annual_salary").parents("td").css("display", "none");
+    $('#talentInfoForm').bootstrapValidator('removeField', "annual_salary");
+    var level = $("#talent_arrange").val();
+    var cat = $("#talent_arrange_category").val();
+    var id = $('#id').val();
+    Feng.addAjaxSelect({
+        "id": "talent_condition",
+        "displayCode": "id",
+        "displayName": "name",
+        "type": "GET",
+        "url": Feng.ctxPath + "/common/api/findIdentifyConditionByLevel/level/" + level + "/cat/" + cat + "/id/" + id
+    });
+    $("#talent_condition").trigger('chosen:updated');
+}
+
+TalentInfoInfoDlg.getIdentifyNeedsFileTypes = function () {
+    $("#annual_salary").parents("td").css("display", "none");
+    $('#talentInfoForm').bootstrapValidator('removeField', "annual_salary");
+
+    var source = $("#source").val();
+    if (source == "" || typeof source == "undefined") {
+        layer.alert("请先选择申报来源");
+        $("#talent_condition").val("");
+        $("#talent_condition").trigger('chosen:updated');
+        return;
+    }
+    TalentInfoInfoDlg.ajaxGetConditionFile(source);
+}
+TalentInfoInfoDlg.ajaxGetConditionFile = function (source) {
+    var condition = $("#talent_condition option:selected").val();
+    if (condition != "") {
+        var ajax = new $ax("/common/api/getTalentCondtionUploadFile", function (data) {
+            if (data == null || data.length == 0) {
+                return;
+            }
+            if (typeof data.info != "undefined" && data.info.isSalary == 1) {
+                $("#annual_salary").parents("td").css("display", "table-cell");
+                $('#talentInfoForm').bootstrapValidator('addField', "annual_salary", {validators: {
+                        notEmpty: {message: '年薪不能放空'},
+                        callback: {
+                            message: "年薪只能填写数字",
+                            callback: function (value, validator) {
+                                if (!isNaN(value) && isFinite(value)) {
+                                    return true;
+                                }
+                                return false;
+                            }
+                        }
+                    }
+                });
+            }
+            if (source != "5") {
+                return;
+            }
+        }, function (data) {
+            Feng.error("查询失败!" + data.responseJSON.message + "!");
+        });
+        var queryData = {};
+        queryData["mainId"] = $("#id").val();
+        queryData['project'] = CONFIG.project_rcrd;
+        queryData["source"] = source;
+        queryData['type'] = $("#type").val();
+        queryData["talent_condition"] = condition;
+        ajax.set(queryData);
+        ajax.start();
+    }
+}
+
+TalentInfoInfoDlg.bankChange = function () {
+    var bank = $("#bank").val();
+    if ($.trim(bank) == '中国工商银行') {
+        $("#bank_number").val('102391050013');
+    } else {
+        $("#bank_number").val('');
+    }
+}
+
+TalentInfoInfoDlg.changeStudyAbroad = function () {
+    var is_abroad = $("#study_abroad").val();
+    if (is_abroad == 1) {
+        $(".abroad_need_this").css("display", "table-row");
+        $('#talentInfoForm').bootstrapValidator('addField', "abroad_school", {validators: {notEmpty: {message: '留学毕业院校不能为空'}}});
+        $('#talentInfoForm').bootstrapValidator('addField', "abroad_major", {validators: {notEmpty: {message: '留学专业不能为空'}}});
+    } else {
+        $(".abroad_need_this").css("display", "none");
+        $("#abroad_school").val("");
+        $("#abroad_major").val("");
+        $('#talentInfoForm').bootstrapValidator('removeField', "abroad_school");
+        $('#talentInfoForm').bootstrapValidator('removeField', "abroad_major");
+    }
+}
+/**
+ * 加载市
+ */
+TalentInfoInfoDlg.afterSelectProvince = function () {
+    var province = $("#province").val();
+    $("#city").empty();
+    $("#county").empty();
+    if (province == null || province == '') {
+        return;
+    }
+    Feng.addAjaxSelect({
+        "id": "city",
+        "displayCode": "code",
+        "displayName": "name",
+        "type": "GET",
+        "url": Feng.ctxPath + "/common/tool/findCityByProvinceSelect/code/" + province
+    });
+}
+/**
+ * 加载县
+ */
+TalentInfoInfoDlg.afterSelectCity = function () {
+    var city = $("#city").val();
+    $("#county").empty();
+    if (city == null || city == '') {
+        return;
+    }
+    Feng.addAjaxSelect({
+        "id": "county",
+        "displayCode": "code",
+        "displayName": "name",
+        "type": "GET",
+        "url": Feng.ctxPath + "/common/tool/findCountyByCitySelect/code/" + city
+    });
+}
+
+TalentInfoInfoDlg.isAgeChecked = false;
+TalentInfoInfoDlg.birthdayChange = function () {
+    let birthday = parseInt($("#birthday").val().substring(0, 4));
+    let currentYear = parseInt(new Date().getFullYear());
+    let age = currentYear - (isNaN(birthday) ? 0 : birthday);
+    let option = $("[data-rel=birthday]");
+    let limitAge = option.data("option");
+    if (age >= limitAge) {
+        option.css("display", "table-row");
+        option.next("tr.detail-view").css("display", "table-row");
+        if (!TalentInfoInfoDlg.isAgeChecked) {
+            layer.alert("由于您的年龄大于70岁(含),要求提供人社局的允许申报的批文,请线下前往人社局办理。如已办理,请将该批文作为附件上传至对应附件栏中。");
+            TalentInfoInfoDlg.isAgeChecked = true;
+            return false;
+        }
+    } else {
+        TalentInfoInfoDlg.isAgeChecked = false;
+        option.css("display", "none");
+        option.next("tr.detail-view").css("display", "none");
+    }
+    return true;
+}
+TalentInfoInfoDlg.initBirthday = function () {
+    let birthday = parseInt($("#birthday").val().substring(0, 4));
+    let currentYear = parseInt(new Date().getFullYear());
+    let age = currentYear - (isNaN(birthday) ? 0 : birthday);
+    let option = $("[data-rel=birthday]");
+    let isFileExists = option.next("tr.detail-view").find("ul.imgs").find("li").length > 3 ? true : false;
+    let limitAge = option.data("option");
+    if (!isNaN(birthday)) {
+        if (age >= limitAge && isFileExists) {
+            TalentInfoInfoDlg.isAgeChecked = true;
+        }
+        TalentInfoInfoDlg.birthdayChange();
+    }
+}
+
+
+TalentInfoInfoDlg.talentTypeChange = function () {
+    var talent_type = $("#talent_type").val();
+    //$("#tax_insurance_month").val("").parent().css("display", "none");
+    //$("#labor_contract_rangetime").val("").parent().css("display", "none");
+    $(".talentType1-2").css("display", "none");
+    $(".talentType3").css("display", "none");
+    var text = "";
+    switch (talent_type) {
+        case "1":
+            TalentInfoInfoDlg.talentTypeOneTwo = true;
+            $("#tipsBlock").css('display', 'block');
+            $("#typeTips").html("含经晋江市认定且还在晋江市就业创业的人才,或在晋江市就业创业但未曾申报过晋江市现代产业体系人才的人才。");
+            //$("#desc_talent_type").html("请上传社会保险或个人所得税缴费佐证材料");
+            $(".talentType1-2").css("display", "table-cell");
+            $("#talentType_first").css('display', "none");
+            $('#talentInfoForm').bootstrapValidator('addField', "tax_insurance_month", {
+                validators: {
+                    notEmpty: {message: '在我市缴交社会保险或个人所得税月份不能为空'}
+                }
+            });
+            $('#talentInfoForm').bootstrapValidator('addField', "labor_contract_rangetime", {validators: {notEmpty: {message: '劳动合同起止时间'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "salary_pay_way", {validators: {notEmpty: {message: '请选择工资发放渠道'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "salary_pay_month", {validators: {notEmpty: {message: '请选择工资发放月份'}}});
+            if (TalentInfoInfoDlg.talentTypeFlag) {
+                TalentInfoInfoDlg.talentTypeFlag = false;
+                $('#talentInfoForm').bootstrapValidator('removeField', "pre_import_type");
+            }
+            text = $("#fst_work_time").length > 0 ? $("#fst_work_time").prev("label").html().replace(/首次/, "近三年") : "";
+            $("#come_in_jin").length > 0 ? $("#come_in_jin").css('display', 'table-cell') : "";
+            $("#come_in_jin_str").length > 0 ? $("#come_in_jin_str").css('display', 'table-cell') : "";
+            break;
+        case "2":
+            TalentInfoInfoDlg.talentTypeOneTwo = true;
+            $("#tipsBlock").css('display', 'block');
+            $("#typeTips").html("含本办法出台后首次从晋江市以外引进认定的人才,或者流出晋江市满3年后又返回晋江市就业创业(不含企业集团内部人员调动)的人才。")
+            //$("#desc_talent_type").html("请上传社会保险或个人所得税缴费佐证材料与来我市前工作情况证明,例如原工作单位出具的工作证明、离职证明或原创(领)办企业的营业执照复印件、经市场监管部门备案的公司章程复印件等证明材料");
+            $(".talentType1-2").css("display", "table-cell");
+            $("#talentType_first").css('display', "inline");
+            $('#talentInfoForm').bootstrapValidator('addField', "tax_insurance_month", {
+                validators: {
+                    notEmpty: {message: '在我市缴交社会保险或个人所得税月份不能为空'}
+                }
+            });
+            $('#talentInfoForm').bootstrapValidator('addField', "labor_contract_rangetime", {validators: {notEmpty: {message: '劳动合同起止时间'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "salary_pay_way", {validators: {notEmpty: {message: '请选择工资发放渠道'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "salary_pay_month", {validators: {notEmpty: {message: '请选择工资发放月份'}}});
+            if (TalentInfoInfoDlg.talentTypeFlag) {
+                TalentInfoInfoDlg.talentTypeFlag = false;
+                $('#talentInfoForm').bootstrapValidator('removeField', "pre_import_type");
+            }
+            text = $("#fst_work_time").length > 0 ? $("#fst_work_time").prev("label").html().replace(/近三年/, "首次") : "";
+            $("#come_in_jin").length > 0 ? $("#come_in_jin").css('display', 'table-cell') : "";
+            $("#come_in_jin_str").length > 0 ? $("#come_in_jin_str").css('display', 'none') : "";
+            break;
+        case "3":
+            TalentInfoInfoDlg.talentTypeFlag = true;
+            $("#tipsBlock").css('display', 'block');
+            $("#typeTips").html("含已经与晋江市用人单位达成就业意向且签订预引进意向合作协议(合同)的人才,或拟来我市创业且提交企业名称预先核准的人才。")
+            //$("#desc_talent_type").html("请先提供意向合作协议(合同)或企业名称预先核准材料,落地我市后再补齐上述材料");
+            $(".talentType3").css("display", "table-cell");
+            $("#talentType_first").css('display', "none");
+            $('#talentInfoForm').bootstrapValidator('addField', "pre_import_type", {validators: {notEmpty: {message: '请选择预引进类型'}}});
+            if (TalentInfoInfoDlg.talentTypeOneTwo) {
+                TalentInfoInfoDlg.talentTypeOneTwo = false;
+                $('#talentInfoForm').bootstrapValidator('removeField', "labor_contract_rangetime");
+                $('#talentInfoForm').bootstrapValidator('removeField', "tax_insurance_month");
+                $('#talentInfoForm').bootstrapValidator('removeField', "salary_pay_way");
+                $('#talentInfoForm').bootstrapValidator('removeField', "salary_pay_month");
+            }
+            text = $("#fst_work_time").length > 0 ? $("#fst_work_time").prev("label").html().replace(/近三年/, "首次") : "";
+            $("#come_in_jin").length > 0 ? $("#come_in_jin").css('display', 'none') : "";
+            $("#come_in_jin_str").length > 0 ? $("#come_in_jin_str").css('display', 'none') : "";
+            break;
+        default:
+            $("#tipsBlock").css('display', 'none');
+            text = $("#fst_work_time").length > 0 ? $("#fst_work_time").prev("label").html().replace(/近三年/, "首次") : "";
+            break;
+    }
+    $("#fst_work_time").prev("label").html(text);
+    for (var i = 0; i < $("[data-rel=talent_type]").length; i++) {
+        let option = $("[data-rel=talent_type]").eq(i);
+        let options = option.data("option").toString().split(",");
+        if (options.indexOf(talent_type) > -1) {
+            option.css("display", "table-row");
+            option.next("tr.detail-view").css("display", "table-row");
+        } else {
+            option.css("display", "none");
+            option.next("tr.detail-view").css("display", "none");
+        }
+    }
+
+}
+
+
+TalentInfoInfoDlg.sourceChange = function () {
+    var source = $("#source").val();
+    $("#source_batch").val("").parents("td").css("display", "none");
+    $(".fujian_highcert").css("display", "none");
+    $(".quanzhou_highcert").css("display", "none");
+    $("#source_city").val("").parents("td").css("display", "none");
+    $("#source_county").val("").parents("td").css("display", "none");
+    $('#talentInfoForm').bootstrapValidator('removeField', "source_batch");
+    $('#talentInfoForm').bootstrapValidator('removeField', "fujian_highcert_pubtime");
+    $('#talentInfoForm').bootstrapValidator('removeField', "fujian_highcert_exptime");
+    $('#talentInfoForm').bootstrapValidator('removeField', "quanzhou_highcert_pubtime");
+    $('#talentInfoForm').bootstrapValidator('removeField', "quanzhou_highcert_exptime");
+    $('#talentInfoForm').bootstrapValidator('removeField', "source_city");
+    $('#talentInfoForm').bootstrapValidator('removeField', "source_county");
+    switch (source) {
+        case "1":
+        case "3":
+            $("#source_batch").parents("td").css("display", "table-cell");
+            $(".fujian_highcert").css("display", "table-cell");
+            $('#talentInfoForm').bootstrapValidator('addField', "source_batch", {validators: {notEmpty: {message: '申报来源批次不能为空'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "fujian_highcert_pubtime", {validators: {notEmpty: {message: '福建省高层次人才证书发证日期不能为空'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "fujian_highcert_exptime", {validators: {notEmpty: {message: '福建省高层次人才证书有效期不能为空'}}});
+            break;
+        case "2":
+        case "4":
+            $("#source_batch").parents("td").css("display", "table-cell");
+            $(".quanzhou_highcert").css("display", "table-cell");
+            $('#talentInfoForm').bootstrapValidator('addField', "source_batch", {validators: {notEmpty: {message: '申报来源批次不能为空'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "quanzhou_highcert_pubtime", {validators: {notEmpty: {message: '泉州高层次人才证书发证日期不能为空'}}});
+            $('#talentInfoForm').bootstrapValidator('addField', "quanzhou_highcert_exptime", {validators: {notEmpty: {message: '泉州高层次人才证书有效期不能为空'}}});
+            break;
+    }
+    if (source == 3) {
+        //显示入选来源地级市除泉
+        $("#source_city").parents("td").css("display", "table-cell");
+        Feng.addAjaxSelect({
+            "id": "source_city",
+            "displayCode": "code",
+            "displayName": "name",
+            "type": "GET",
+            "url": "/common/tool/findChildAreaByCode/code/35/no/350500"
+        });
+        $('#talentInfoForm').bootstrapValidator('addField', "source_city", {validators: {notEmpty: {message: '入选来源地级市不能为空'}}});
+    }
+    if (source == 4) {
+        //显示入选来源县市区除晋
+        $("#source_county").parents("td").css("display", "table-cell");
+        Feng.addAjaxSelect({
+            "id": "source_county",
+            "displayCode": "code",
+            "displayName": "name",
+            "type": "GET",
+            "url": "/common/tool/findChildAreaByCode/code/3505/no/350582"
+        });
+        $('#talentInfoForm').bootstrapValidator('addField', "source_county", {validators: {notEmpty: {message: '入选来源县市区不能为空'}}});
+    }
+    if (source != 5) {
+        $("#talent_condition").parents(".table").find(".fileTable").find("tbody").html("");
+    } else {
+        TalentInfoInfoDlg.ajaxGetConditionFile(source);
+    }
+}
+
+//校验是否保存基础信息
+TalentInfoInfoDlg.validId = function () {
+    var id = $("#id").val();
+    if (id != null && id != '') {
+        $("#fileLi").removeAttr("style");
+    } else {
+        $("#fileLi").attr("style", "pointer-events: none");
+    }
+}
+
+/**
+ * 提交审核
+ */
+TalentInfoInfoDlg.submitToCheck = function () {
+    /*if (!TalentInfoInfoDlg.validate()) {
+     return;
+     }*/
+    var id = $("#id").val();
+    /*if (id == null || id == "") {
+     Feng.info("请先填写基础信息并上传附件");
+     return;
+     }*/
+    if (!TalentInfoInfoDlg.validateIsEdit())
+        return;
+    var operation = function () {
+        TalentInfoInfoDlg.clearData();
+        TalentInfoInfoDlg.collectData();
+        /*if (!TalentInfoInfoDlg.validate()) {
+         return;
+         }*/
+        var id = $('#id').val();
+        if (id != null && id != '') {
+            if (!TalentInfoInfoDlg.validateIsEdit())
+                return;
+        }
+        $("select,input[type=radio]").each(function () {
+            $(this).removeAttr("disabled");
+        });
+        if (locked) {
+            return;
+        }
+        locked = true;
+        $("#talentInfoForm").attr("action", "/enterprise/talent/submitToCheck");
+        $("#talentInfoForm")[0].submit();
+
+
+        return;
+        var ajax = new $ax(Feng.ctxPath + "/enterprise/talent/submit", function (data) {
+            if (data.code == 200) {
+                Feng.success(data.msg);
+                // $("#checkState").val(data.obj);
+                window.parent.TalentInfo.table.refresh();
+                TalentInfoInfoDlg.close();
+            } else {
+                Feng.error(data.msg);
+            }
+        }, function (data) {
+            Feng.error("提交审核失败!" + data.responseJSON.message + "!");
+        });
+        ajax.set("id", id);
+        ajax.start();
+    }
+    Feng.confirm("请确认基础信息已核对无误,相应附件已上传,一旦提交,无法修改", operation);
+}
+//回调
+TalentInfoInfoDlg.submitCallback = function (data) {
+    locked = false;
+    TalentInfoInfoDlg.setNoChangeField();
+    if (data.code == 200) {
+        Feng.success(data.msg);
+        // $("#checkState").val(data.obj);
+        window.parent.TalentInfo.table.refresh();
+        TalentInfoInfoDlg.close();
+    } else {
+        Feng.error(data.msg);
+    }
+}
+
+/**
+ * 校验是否可以修改/提交审核
+ */
+TalentInfoInfoDlg.validateIsEdit = function () {
+    var checkState = $("#checkState").val();
+    if (checkState != 0 && checkState != 8) {
+        if (checkState == 16 || checkState == -1 || checkState == -2 || checkState == 7) {
+            Feng.error("您的申报审核不通过,无法再修改");
+            return false;
+        } else if (checkState == 28) {
+            Feng.error("申报已完成");
+            return false;
+        } else if (checkState == 14) {
+            Feng.error("您的申报已审核通过,无法再修改");
+            return false;
+        } else if (checkState == 22 || checkState == 25 || checkState == 27) {
+            Feng.error("该申报已终止");
+            return false;
+        } else {
+            Feng.error("您的申报正在审核中,请耐心等待");
+            return false;
+        }
+    }
+    return true;
+}
+
+TalentInfoInfoDlg.downloadFile = function (id, type) {
+    window.location.href = Feng.ctxPath + "/api/common/downloadFile?id=" + id + "&type=" + type;
+}
+
+//设置不可修改的字段
+TalentInfoInfoDlg.setNoChangeField = function () {
+    var checkState = $("#checkState").val();
+    var fields = $("#fields").val();
+    var realState = $("#realState").val();
+    if (realState == 11) {
+        $("input,textarea").each(function () {
+            $(this).attr("readonly", "readonly");
+        });
+        $("select,input[type=radio]").each(function () {
+            $(this).attr("disabled", "disabled");
+        });
+        if (fields != null && fields != '') {
+            var arr = fields.split(",");
+            for (var key in arr) {
+                var name = $("#" + arr[key]).prop("tagName");
+                if (name == 'select' || name == 'SELECT') {
+                    $("#" + arr[key]).removeAttr("disabled");
+                } else if (name == "input" || name == 'textarea' || name == "INPUT" || name == 'TEXTAREA') {
+                    $("#" + arr[key]).removeAttr("readonly");
+                } else {
+                    if (name == "undefined") {
+                        $("input[name=" + arr[key] + "]").removeAttr("disabled").removeAttr("readonly");
+                    }
+                }
+            }
+        }
+    }
+}
+$("#card_type").change(function () {
+    async_padding($("#card_number").val().trim(), $(this).val());
+})
+$("#card_number").blur(function () {
+    async_padding($(this).val().trim(), $("#card_type").val());
+})
+function async_padding(card_number, card_type) {
+    if (card_number != "" && card_number.length == 18 && card_type == "1") {
+        var year = card_number.substring(6, 10);
+        var month = card_number.substring(10, 12);
+        var day = card_number.substring(12, 14);
+        var birthday = year + "-" + month + "-" + day;
+        var rule = /\d{4}-\d{2}-\d{2}/;
+        if (rule.test(birthday))
+            $("#birthday").val(birthday);
+        var num = card_number.substring(17, 1);
+        if (num % 2 == 0) {
+            $("#sex").val(2);
+        } else {
+            $("#sex").val(1);
+        }
+    }
+}
+$(function () {
+    //Feng.initValidatorTip("talentInfoForm", TalentInfoInfoDlg.validateFields);
+    var id = $("#id").val();
+    var checkState = $("#checkState").val();
+    //批量加载字典表数据
+    var arr = [
+        {"name": "nation", "code": "nation"},
+        {"name": "talent_arrange", "code": "talent_arrange"},
+        {"name": "nationality", "code": "nationality"},
+        {"name": "politics", "code": "politics"},
+        {"name": "highest_degree", "code": "highest_degree"},
+        {"name": "source", "code": "source"},
+        {"name": "import_way", "code": "import_way"}];
+    Feng.findChildDictBatch(JSON.stringify(arr))
+    //加载省份
+    Feng.addAjaxSelect({
+        "id": "province",
+        "displayCode": "code",
+        "displayName": "name",
+        "type": "GET",
+        "url": "/common/tool/getProvinceSelect"
+    });
+    //批量加载时间控件
+    $(".date").each(function () {
+        laydate.render({
+            elem: this
+            , type: 'date'
+            , trigger: 'click'
+        });
+    });
+    $(".rangedate").each(function () {
+        laydate.render({
+            elem: this,
+            type: "date",
+            range: true,
+            trigger: "click"
+        })
+    })
+    $(".rangemonth").each(function () {
+        laydate.render({
+            elem: this,
+            type: "month",
+            range: true,
+            trigger: "click"
+        })
+    })
+    if (id != null && id != '') {
+        //select初始化
+        $("select").each(function () {
+            $(this).val($(this).attr("value")).trigger("change");
+        });
+        Feng.getCheckLog("logTable", {"type": CONFIG.project_rcrd, "mainId": id, "typeFileId": "", "active": 1})
+    }
+    $("#talent_type").val($("#talent_type").attr("value"));
+    $("#card_type").val($("#card_type").attr("value"));
+    $("#sex").val($("#sex").attr("value"));
+    $("#enterprise_tag").val($("#enterprise_tag").attr("value"));
+    $("#address").val($("#address").attr("value"));
+    $("#nation").val($("#nation").attr("value"));
+    $("#nationality").val($("#nationality").attr("value"));
+    $("#industry_field").val($("#industry_field").attr("value"));
+    $("#province").val($("#province").attr("value"));
+    TalentInfoInfoDlg.afterSelectProvince();
+    $("#city").val($("#city").attr("value"));
+    TalentInfoInfoDlg.afterSelectCity();
+    $("#county").val($("#county").attr("value"));
+    TalentInfoInfoDlg.getIdentifyCondition();
+    $("#politics").val($("#politics").attr("value"));
+    $("#tax_insurance_month").val($("#tax_insurance_month").attr("value"));
+    $("#labor_contract_rangetime").val($("#labor_contract_rangetime").attr("value"));
+    $("#source_batch").val($("#source_batch").attr("value"));
+    $("#source_city").val($("#source_city").attr("value"));
+    $("#source_county").val($("#source_county").attr("value"));
+    $("#quanzhou_highcert_pubtime").val($("#quanzhou_highcert_pubtime").attr("value"));
+    $("#quanzhou_highcert_exptime").val($("#quanzhou_highcert_exptime").attr("value"));
+    $("#fujian_highcert_pubtime").val($("#fujian_highcert_pubtime").attr("value"));
+    $("#fujian_highcert_exptime").val($("#fujian_highcert_exptime").attr("value"));
+    $("#talent_arrange").val($("#talent_arrange").attr("value"));
+    TalentInfoInfoDlg.getLayerCatdByLayer();
+    $("#talent_arrange_category").val($("#talent_arrange_category").attr("value"));
+    TalentInfoInfoDlg.getIdentifyCondition();
+    TalentInfoInfoDlg.validId();
+    $("#photo").change(function (e) {
+        var tag = e.target;
+        var file = tag.files[0];
+        var imgSrc;
+        var reader = new FileReader();
+        reader.readAsDataURL(file);
+        reader.onload = function () {
+            imgSrc = this.result;
+            $("#photoImg").attr("src", imgSrc);
+        };
+    });
+    TalentInfoInfoDlg.setNoChangeField();
+    $("#talent_condition").on('chosen:ready', function (e, params) {
+        $(".chosen-container-single .chosen-single").css("padding", "4px 0px 0px 4px");
+    });
+    $("#talent_condition").val($("#talent_condition").attr("value"));
+    $("#talent_condition").chosen({
+        search_contains: true,       //关键字模糊搜索。设置为true,只要选项包含搜索词就会显示;设置为false,则要求从选项开头开始匹配
+        disable_search: false,
+        width: "calc(100%)",
+        enable_split_word_search: true,
+        rtl: true
+    });
+    if ($("#annual_salary").val() != "") {
+        $("#annual_salary").parents("td").css("display", "table-cell");
+        $('#talentInfoForm').bootstrapValidator('addField', "annual_salary", {validators: {
+                notEmpty: {message: '年薪不能放空'},
+                callback: {
+                    message: "年薪只能填写数字",
+                    callback: function (value, validator) {
+                        if (!isNaN(value) && isFinite(value)) {
+                            return true;
+                        }
+                        return false;
+                    }
+                }
+            }
+        });
+    }
+    var is_abroad = $("#study_abroad").val();
+    if (is_abroad == "1") {
+        TalentInfoInfoDlg.changeStudyAbroad();
+    }
+    TalentInfoInfoDlg.initBirthday();
+    $(".uitd_showTip").bind("mouseover", function () {
+        var htm = $(this).html();
+        $(this).webuiPopover({title: '详情', content: htm, trigger: 'hover'}).webuiPopover('show');
+    });
+});
+
+

+ 1 - 1
public/static/modular/gate/talentInfo/new_talentInfo_info.js

@@ -906,7 +906,7 @@ TalentInfoInfoDlg.submitToCheck = function () {
             if (!TalentInfoInfoDlg.validateIsEdit())
             if (!TalentInfoInfoDlg.validateIsEdit())
                 return;
                 return;
         }
         }
-        $("select").each(function () {
+        $("select,input[type=radio]").each(function () {
             $(this).removeAttr("disabled");
             $(this).removeAttr("disabled");
         });
         });
         if (locked) {
         if (locked) {

+ 32 - 0
public/static/modular/gate/talentInfo/nofile_talentInfo_select.js

@@ -0,0 +1,32 @@
+/**
+ * 初始化人才认定申报详情对话框
+ */
+var TalentInfoInfoDlg = {
+    talentInfoInfoData: {},
+};
+
+
+TalentInfoInfoDlg.downloadFile = function (id, type) {
+    window.location.href = Feng.ctxPath + "/api/common/downloadFile?id=" + id + "&type=" + type;
+}
+
+
+$(function () {
+    $(":input").prop("disabled", true);
+    $("#talent_type option").eq(0).prop("selected", true);
+    var id = $("#id").val();
+    var checkState = $("#checkState").val();
+    if (id != null && id != '') {
+        //select初始化
+        $("select").each(function () {
+            $(this).val($(this).attr("value")).trigger("change");
+        });
+        Feng.getCheckLog("logTable", {"type": CONFIG.project_rcrd, "mainId": id, "typeFileId": "", "active": 1})
+    }
+    $(".uitd_showTip").bind("mouseover", function () {
+        var htm = $(this).html();
+        $(this).webuiPopover({title: '详情', content: htm, trigger: 'hover'}).webuiPopover('show');
+    });
+});
+
+

+ 583 - 0
public/static/modular/talentIdentify/talentInfo/nofile_talentInfo_common_check.js

@@ -0,0 +1,583 @@
+/**
+ * 初始化人才认定申报详情对话框
+ */
+var locked = false;
+var TalentInfoInfoDlg = {
+    talentInfoInfoData: {},
+
+};
+
+/**
+ * 关闭此对话框
+ */
+TalentInfoInfoDlg.close = function () {
+    parent.layer.close(window.parent.TalentInfo.layerIndex);
+}
+
+//人才标签变化
+TalentInfoInfoDlg.typeChange = function () {
+    var talentType = $("#talentType").val();
+    if (talentType == 'gbwszb' || talentType == 'zzbsh' || talentType == 'sydw') {
+        $("#letterTime").parent().attr("style", "display:block");
+        // }else if(talentType=='gyqyl' || talentType=="gyqyh"){
+        //     $("#letterTime").parent().attr("style","display:none");
+    } else {
+        $("#letterTime").parent().attr("style", "display:none");
+    }
+}
+TalentInfoInfoDlg.sourceChange = function () {
+    var source = $("#source").val();
+    if (source == 1) {
+        $("#fromCityName").parent().attr("style", "display:none");
+        $("#qzBatch").parent().attr("style", "display:block");
+        $("#qzgccrcActiveTime").parent().attr("style", "display:block");
+        $("#certificateStartTime").parent().attr("style", "display:block");
+        $("#ourCitySource").parent().attr("style", "display:block");
+    }
+    if (source == 2) {
+        $("#certificateStartTime").parent().attr("style", "display:block");
+        $("#qzgccrcActiveTime").parent().attr("style", "display:block");
+        $("#fromCityName").parent().attr("style", "display:block");
+        $("#qzBatch").parent().attr("style", "display:block");
+        $("#ourCitySource").parent().attr("style", "display:none");
+    }
+    if (source == 3 || source == null || source == '') {
+        $("#certificateStartTime").parent().attr("style", "display:none");
+        $("#qzgccrcActiveTime").parent().attr("style", "display:none");
+        $("#fromCityName").parent().attr("style", "display:none");
+        $("#qzBatch").parent().attr("style", "display:none");
+        $("#ourCitySource").parent().attr("style", "display:none");
+    }
+}
+
+
+TalentInfoInfoDlg.callback = function (data) {
+    Feng.info(data.msg);
+}
+
+/**
+ * 下载附件
+ * @param value
+ */
+TalentInfoInfoDlg.downloadFile = function (id, type) {
+    window.location.href = "/common/api/downloadFile?id=" + id + "&type=" + type;
+}
+
+/**
+ * 显示审核模态框
+ */
+TalentInfoInfoDlg.showCommonCheckModal = function () {
+    var ajax = new $ax("/admin/talent/validateIsCheck", function (data) {
+        if (data.code == 200) {
+            layer.open({
+                type: 1,
+                id: "neewFieldFormModel",
+                title: '审核',
+                area: ['800px', '350px'], //宽高
+                fix: false, //不固定
+                shade: 0,
+                maxmin: true,
+                content: TalentInfoInfoDlg.createNoFieldCheckModal(),
+                btn: ['<i class="fa fa-save"></i>&nbsp;&nbsp;提交', '<i class="fa fa-eraser"></i>&nbsp;&nbsp;关闭'],
+                btnAlign: 'c',
+                zIndex: layer.zIndex,
+                success: function (layero, index) {
+                    layer.setTop(layero);
+                    $("#commonCheckForm")[0].reset();
+                    var process = $("#process").val();
+                    if (process == 3) {
+                        var html = '<option value=""></option>\n' +
+                                '                            <option value="3">审核通过</option>\n' +
+                                '                            <option value="2">审核驳回</option>';
+                        $("#checkStateModal").empty().append(html);
+                    }
+                    $("#checkStateModal").val(data.obj.checkState);
+                    $("#checkMsg").val(data.obj.checkMsg);
+                },
+                yes: function (index, layero) {
+                    TalentInfoInfoDlg.commonCheck(index);
+                }
+            });
+        } else {
+            Feng.error(data.msg);
+        }
+    }, function (data) {
+        Feng.error("校验失败!" + data.responseJSON.message + "!");
+    });
+    ajax.setData({"id": $("#id").val(), "process": $("#process").val(), "companyId": $("#companyId").val()})
+    ajax.start();
+}
+
+/**
+ * 显示初审审核模态框
+ */
+TalentInfoInfoDlg.showFirstCheckModal = function () {
+    var ajax = new $ax("/admin/talent/validateIsCheck", function (data) {
+        if (data.code == 200) {
+            layer.open({
+                type: 1,
+                id: "neewFieldFormModel",
+                title: '审核',
+                area: ['800px', '450px'], //宽高
+                fix: false, //不固定
+                shade: 0,
+                maxmin: true,
+                content: TalentInfoInfoDlg.creatFieldCheckModal(),
+                btn: ['<i class="fa fa-save"></i>&nbsp;&nbsp;提交', '<i class="fa fa-eraser"></i>&nbsp;&nbsp;关闭'],
+                btnAlign: 'c',
+                zIndex: layer.zIndex,
+                success: function (layero, index) {
+                    layer.setTop(layero);
+                    var obj = data.obj.talentInfo;
+                    var companyList = data.obj.companys;
+                    var fileList = data.obj.fileList;
+                    var process = data.obj.process;
+                    if (typeof data.obj.fieldList != "undefined" && data.obj.fieldList.length > 0) {
+                        var fieldList = data.obj.fieldList;
+                        var html1 = '';
+                        for (var key in fieldList) {
+                            html1 = html1 + '<li style="float:left;margin:0 10px 10px 0;"><input type="checkbox" value="' + fieldList[key]["key"] + '"><span>' + fieldList[key]["value"] + '</span></li>';
+                        }
+                    }
+                    var html2 = '';
+                    for (var key in fileList) {
+                        html2 = html2 + '<ul><li style="width: 100%"><input type="checkbox" value="' + fileList[key].id + '"><span>' + fileList[key].name + '</span></li></ul>';
+                    }
+                    var html3 = '';
+                    for (var key in companyList) {
+                        html3 += '<li style="width: 100%"><input type="checkbox" value="' + companyList[key].id + '"><span>' + companyList[key].name + '</span></li>';
+                    }
+                    $("#field_info ul").css("overflow", "hidden").empty().append(html1);
+                    $("#field_file").css("overflow", "hidden").empty().append(html2);
+                    $("#company_list ul").css("overflow", "hidden").empty().append(html3);
+                    var optionHtml = "";
+                    if (process <= 4 && process != 2) {
+                        optionHtml = '<option value="">请选择</option>\n' +
+                                (obj.highProcess == 4 && process == 3 ? '<option value="5">审核通过(需要再次部门并审)</option>\n' : '<option value="3">审核通过</option>') +
+                                (obj.highProcess == 4 && process == 3 ? '<option value="4">审核通过(跳过部门并审)</option>\n' : "") +
+                                '                            <option value="2">审核驳回</option>\n';
+                    }
+                    if (process == 5 || process == 2) {
+                        optionHtml = '<option value="">请选择</option>\n' +
+                                '                            <option value="3">审核通过</option>\n' +
+                                '                            <option value="2">审核驳回</option>\n' +
+                                '                            <option value="-1">审核不通过</option>';
+                    }
+                    $("#checkStateFirstModal").empty().append(optionHtml);
+                    $("#firstCheckForm")[0].reset();
+                    //$("#checkStateFirstModal").val(obj.checkState);
+                    $("#checkStateFirstModal").trigger("change");
+                    $("#checkMsgFirst").val(obj.checkMsg);
+                    if (obj.fields != null && obj.fields != '') {
+                        $("#field_info input").each(function () {
+                            for (var key in obj.fields) {
+                                if ($(this).val() == obj.fields[key]) {
+                                    this.checked = true;
+                                }
+                            }
+                        });
+                    }
+                    if (obj.files != null && obj.files != '') {
+                        $("#field_file input").each(function () {
+                            for (var key in obj.files) {
+                                if ($(this).val() == obj.files[key]) {
+                                    this.checked = true;
+                                }
+                            }
+                            //if (obj.files.indexOf($(this).val()) != -1) {
+                            //this.checked = true;
+                            //}
+                        });
+                    }
+                },
+                yes: function (index, layero) {
+                    TalentInfoInfoDlg.firstCheck(index);
+                }
+            });
+        } else {
+            Feng.error(data.msg);
+        }
+    }, function (data) {
+        Feng.error("校验失败!" + data.responseJSON.message + "!");
+    });
+    ajax.setData({"id": $("#id").val(), "companyId": $("#companyId").val()})
+    ajax.start();
+}
+
+TalentInfoInfoDlg.toggledepField = function () {
+    var checkState = $("#checkStateModal").val();
+    var checkMsg = $("#checkMsg").val();
+    if (checkState == 3) {
+        if (checkMsg == null || checkMsg == '') {
+            $("#checkMsg").val("部门审核通过,待复核");
+        }
+    } else {
+        $("#checkMsg").val("");
+    }
+}
+
+
+/**
+ * 显示字段或者隐藏字段选择
+ */
+TalentInfoInfoDlg.toggleField = function () {
+    var checkState = $("#checkStateFirstModal").val();
+    var checkMsgFirst = $("#checkMsgFirst").val();
+    $("#company_list").hide();
+    if (checkState == 2) {
+        $("#field").show();
+        $("#checkMsgFirst").val("");
+    } else if (checkState == 3 || checkState == 4 || checkState == 5) {
+        $("#field").hide();
+        $("#field").find("input[type=checkbox]").removeAttr("checked");
+        if (checkMsgFirst == null || checkMsgFirst == '') {
+            $("#checkMsgFirst").val("审核通过");
+        }
+        if (checkState == 5) {
+            $("#company_list").show();
+        }
+    } else if (checkState == -1) {
+        $("#field").hide();
+        $("#checkMsgFirst").val("审核不通过");
+    }
+}
+
+
+/**
+ * 全选
+ */
+TalentInfoInfoDlg.checkAll = function () {
+    $("#field input").each(function () {
+        this.checked = true;
+    })
+}
+/**
+ * 反选
+ */
+TalentInfoInfoDlg.unCheckAll = function () {
+    $("#field input").each(function () {
+        if (this.checked) {
+            this.checked = false;
+        } else {
+            this.checked = true;
+        }
+    })
+}
+
+/**
+ * 审核提交
+ */
+TalentInfoInfoDlg.commonCheck = function (i) {
+    var checkState = $("#checkStateModal").val();
+    var checkMsg = $("#checkMsg").val();
+    if (checkState == null || checkState == '') {
+        Feng.info("请选择审核状态");
+        return;
+    }
+    if (checkMsg == null || checkMsg == '') {
+        Feng.info("请填写审核意见");
+        return;
+    }
+    if (locked)
+        return;
+    locked = true;
+    var ajax = new $ax(Feng.ctxPath + "/admin/talent/check", function (data) {
+        if (data.code == 200) {
+            Feng.success(data.msg);
+            // $("#commonModal").modal("hide");
+            layer.close(i);
+        } else {
+            Feng.error(data.msg);
+        }
+        locked = false;
+    }, function (data) {
+        Feng.error("提交审核失败!" + data.responseJSON.message + "!");
+        locked = false;
+    });
+    ajax.setData({"id": $("#id").val(), "checkState": checkState, "checkMsg": checkMsg, "process": $("#process").val(), "companyId": $("#companyId").val()})
+    ajax.start();
+}
+
+/**
+ * 初审提交
+ */
+TalentInfoInfoDlg.firstCheck = function (i) {
+    var checkState = $("#checkStateFirstModal").val();
+    var checkMsg = $("#checkMsgFirst").val();
+    if (checkState == null || checkState == '') {
+        Feng.info("请选择审核状态");
+        return;
+    }
+    if (checkMsg == null || checkMsg == '') {
+        Feng.info("请填写审核意见");
+        return;
+    }
+    var fields = '';
+    var files = '';
+    var companys = '';
+    $("#field_info li input").each(function (index) {
+        if ($(this).is(":checked")) {
+            fields = fields + $(this).val() + ",";
+        }
+    });
+    $("#field_file li input").each(function (index) {
+        if ($(this).is(":checked")) {
+            files = files + $(this).val() + ",";
+        }
+    });
+    $("#company_list li input").each(function (index) {
+        if ($(this).is(":checked")) {
+            companys += $(this).val() + ",";
+        }
+    });
+    if (checkState == 2 && fields == '' && files == '') {
+        Feng.info("请选择可修改的字段!");
+        return;
+    }
+    if(checkState == 5 && companys == ""){
+        Feng.info("请选择需要再次审核的部门!");
+        return;
+    }
+    if (locked)
+        return;
+    locked = true;
+    var ajax = new $ax("/admin/talent/check", function (data) {
+        if (data.code == 200) {
+            // $("#firstModal").modal("hide");
+            layer.close(i);
+            Feng.success(data.msg);
+        } else {
+            Feng.error(data.msg);
+        }
+        locked = false;
+    }, function (data) {
+        Feng.error("提交审核失败!" + data.responseJSON.message + "!");
+        locked = false;
+    });
+    ajax.setData({"id": $("#id").val(), "checkState": checkState, "checkMsg": checkMsg,
+        "process": $("#process").val(), "fields": fields, "files": files, "companys": companys})
+    ajax.start();
+}
+
+
+TalentInfoInfoDlg.submitCheck = function () {
+    var operation = function () {
+        var ajax = new $ax(Feng.ctxPath + "/admin/talent/submitCheck", function (data) {
+            if (data.code == 200) {
+                Feng.success(data.msg);
+                window.parent.TalentInfo.table.refresh();
+                TalentInfoInfoDlg.close();
+            } else {
+                Feng.error(data.msg);
+            }
+        }, function (data) {
+            Feng.error("提交审核失败!" + data.responseJSON.message + "!");
+        });
+        ajax.setData({"id": $("#id").val(), "process": $("#process").val(), "companyId": $("#companyId").val()});
+        ajax.start();
+    }
+    Feng.confirm("一旦提交无法修改,是否审核完毕且无误?", operation);
+}
+
+TalentInfoInfoDlg.fieldCheckd = function (context) {
+    if ($(context).get(0).checked) {
+        $(context).parent().next().children()[0].checked = true;
+        $(context).parent().next().children().eq(0).trigger("change");
+    }
+}
+
+TalentInfoInfoDlg.sourceCheckd = function (context) {
+    if ($(context).get(0).checked) {
+        $("#talentArrangeCheckBox").attr("checked", true);
+        $("#talentArrangeCheckBox").trigger("change");
+    }
+}
+
+TalentInfoInfoDlg.download = function () {
+    window.location.href = encodeURI(encodeURI("/common/api/downloadZip?type=1&id=" + $("#id").val()));
+}
+
+
+TalentInfoInfoDlg.creatFieldCheckModal = function () {
+    var type = $("#type").val();
+    if (type == 1) {
+        return '<form id="firstCheckForm">\n' +
+                '                    <div class="form-group" style="margin: 10px;">\n' +
+                '                        <label for="checkState" class="control-label">审核状态</label>\n' +
+                '                        <select class="form-control" id="checkStateFirstModal" onchange="TalentInfoInfoDlg.toggleField()">\n' +
+                '                            <option value="">请选择</option>\n' +
+                '                            <option value="3">审核通过</option>\n' +
+                '                            <option value="2">审核驳回</option>\n' +
+                '                            <option value="-1">审核不通过</option>\n' +
+                '                        </select>\n' +
+                '                    </div>\n' +
+                '                    <div class="form-group" style="margin: 10px;">\n' +
+                '                        <label for="checkMsg" class="control-label" >审核意见</label>\n' +
+                '                        <textarea class="form-control" id="checkMsgFirst" placeholder="审核状态属“审核通过”的,仅代表此步骤已操作完成,不代表用户提交的信息符合认定条件。若不符合认定条件的,请写明不符合原因。" rows="6"></textarea>\n' +
+                '                        <div id="company_list" style="padding-top:5px;display:none;">\n' +
+                '                            <label for="checkMsg" class="control-label">选择需要再次审核的部门</label>\n' +
+                '                            <div id="companys">' +
+                '                               <ul style="overflow:hidden;list-style:none;"></ul>' +
+                '                            </div>' +
+                '                        </div>\n' +
+                '                        <div id="field" style="padding-top: 5px;display: none">\n' +
+                '                            <label for="checkMsg" class="control-label">可修改字段</label>\n' +
+                '                            <div id="field_info">\n' +
+                '                                <ul style="overflow:hidden;list-style:none;">\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="name"><span>姓名</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="sex"><span>性别</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="birthday"><span>出生日期</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="industryField"><span>行业领域</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="address"><span>所属镇街</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="nationality"><span>国籍/地区</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="provinceCode"><span>籍贯省</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="cityCode"><span>籍贯市</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="countyCode"><span>籍贯县</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="cardType"><span>证件类型</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="idCard"><span>证件号码</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="nation"><span>民族</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="politics"><span>政治面貌</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="entryTime"><span>本单位入职时间</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="post"><span>职务</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="startTime"><span>工作合同开始时间</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="endTime"><span>工作合同结束时间</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="highEducation"><span>最高学历</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="graduateSchool"><span>毕业院校</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="major"><span>专业</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="title"><span>职称</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="professionalQualifications"><span>国家职业资格</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="studyAbroad"><span>是否有留学经历</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="phone"><span>手机号码</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="email"><span>电子邮箱</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="bank"><span>开户银行</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="bankNetwork"><span>开户银行网点</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="bankNumber"><span>银行行号</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="bankAccount"><span>银行账号</span></li>\n' +
+                '                                <li style="width:31%"><input type="checkbox" value="breakFaith"><span>曾被相关主管部门列为失信个人</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="talentArrange"><span>人才层次</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="identifyCondition"><span>认定条件</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="identifyConditionName"><span>认定条件名称</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="identifyGetTime"><span>认定条件证书取得时间</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="educationAndResume"><span>教育背景及工作简历</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="mainHonours"><span>主要业绩及取得的荣誉</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="description"><span>备注</span></li>\n' +
+                '                                </ul>\n' +
+                '                            </div>\n' +
+                '                            <div class="form-group" style="text-align: center">\n' +
+                '                                <button type="button" class="btn btn-primary" onclick="TalentInfoInfoDlg.checkAll()">全选</button>\n' +
+                '                                <button type="button" class="btn btn-success" onclick="TalentInfoInfoDlg.unCheckAll()">反选</button>\n' +
+                '                            </div>\n' +
+                '                        </div>\n' +
+                '                    </div>\n' +
+                '                </form>';
+    } else if (type == 2) {
+
+        return  '<form id="firstCheckForm">\n' +
+                '                    <div class="form-group" style="margin: 10px;">\n' +
+                '                        <label for="checkState" class="control-label">审核状态</label>\n' +
+                '                        <select class="form-control" id="checkStateFirstModal" onchange="TalentInfoInfoDlg.toggleField()">\n' +
+                '                            <option value="">请选择</option>\n' +
+                '                            <option value="3">审核通过</option>\n' +
+                '                            <option value="2">审核驳回</option>\n' +
+                '                            <option value="-1">审核不通过</option>\n' +
+                '                        </select>\n' +
+                '                    </div>\n' +
+                '                    <div class="form-group" style="margin: 10px;">\n' +
+                '                        <label for="checkMsg" class="control-label" >审核意见</label>\n' +
+                '                        <textarea class="form-control" id="checkMsgFirst" placeholder="审核状态属“审核通过”的,仅代表此步骤已操作完成,不代表用户提交的信息符合认定条件。若不符合认定条件的,请写明不符合原因。" rows="6"></textarea>\n' +
+                '                        <div id="company_list" style="padding-top:5px;display:none;">\n' +
+                '                            <label for="checkMsg" class="control-label">选择需要再次审核的部门</label>\n' +
+                '                            <div id="companys">' +
+                '                               <ul style="overflow:hidden;list-style:none;"></ul>' +
+                '                            </div>' +
+                '                        </div>\n' +
+                '                        <div id="field" style="padding-top: 5px;display: none">\n' +
+                '                            <label for="checkMsg" class="control-label">可修改字段</label>\n' +
+                '                            <div id="field_info">\n' +
+                '                                <ul style="overflow:hidden;list-style:none;">\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="name"><span>姓名</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="sex"><span>性别</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="birthday"><span>出生日期</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="industryField"><span>行业领域</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="address"><span>所属镇街</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="nationality"><span>国籍/地区</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="provinceCode"><span>籍贯省</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="cityCode"><span>籍贯市</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="countyCode"><span>籍贯县</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="cardType"><span>证件类型</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="idCard"><span>证件号码</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="nation"><span>民族</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="politics"><span>政治面貌</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="entryTime"><span>本单位入职时间</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="post"><span>职务</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="startTime"><span>工作合同开始时间</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="endTime"><span>工作合同结束时间</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="highEducation"><span>最高学历</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="graduateSchool"><span>毕业院校</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="major"><span>专业</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="title"><span>职称</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="professionalQualifications"><span>国家职业资格</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="studyAbroad"><span>是否有留学经历</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="phone"><span>手机号码</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="email"><span>电子邮箱</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="bank"><span>开户银行</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="bankNetwork"><span>开户银行网点</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="bankNumber"><span>银行行号</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="bankAccount"><span>银行账号</span></li>\n' +
+                '                                <li style="width:31%"><input type="checkbox" value="breakFaith"><span>曾被相关主管部门列为失信个人</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="talentArrange"><span>人才层次</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="identifyCondition"><span>认定条件</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="identifyConditionName"><span>认定条件名称</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="identifyGetTime"><span>认定条件证书取得时间</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="educationAndResume"><span>教育背景及工作简历</span></li>\n' +
+                '                                <li style="width:20.5%"><input type="checkbox" value="mainHonours"><span>主要业绩及取得的荣誉</span></li>\n' +
+                '                                <li style="width:10%"><input type="checkbox" value="description"><span>备注</span></li>\n' +
+                '                            </ul>\n' +
+                '                            </div>\n' +
+                '                            <div class="form-group" style="text-align: center">\n' +
+                '                                <button type="button" class="btn btn-primary" onclick="TalentInfoInfoDlg.checkAll()">全选</button>\n' +
+                '                                <button type="button" class="btn btn-success" onclick="TalentInfoInfoDlg.unCheckAll()">反选</button>\n' +
+                '                            </div>\n' +
+                '                        </div>\n' +
+                '                    </div>\n' +
+                '                </form>';
+    }
+}
+
+TalentInfoInfoDlg.createNoFieldCheckModal = function () {
+    return '<form id="commonCheckForm" >\n' +
+            '                    <div class="form-group" style="margin: 10px;">\n' +
+            '                        <label for="checkState" class="control-label">审核状态</label>\n' +
+            '                        <select class="form-control" id="checkStateModal" >\n' +
+            '                            <option value=""></option>\n' +
+            '                            <option value="3">审核通过</option>\n' +
+            '                            <option value="2">审核驳回</option>\n' +
+            '                        </select>\n' +
+            '                    </div>\n' +
+            '                    <div class="form-group" style="margin: 10px;">\n' +
+            '                        <label for="checkMsg" class="control-label">审核意见</label>\n' +
+            '                        <textarea class="form-control" id="checkMsg" placeholder="审核状态属“审核通过”的,仅代表此步骤已操作完成,不代表用户提交的信息符合认定条件。若不符合认定条件的,请写明不符合原因。" rows="6"></textarea>\n' +
+            '                    </div>\n' +
+            '                </form>';
+}
+
+
+$(function () {
+    $("select:not(#checkStateModal,#checkStateFirstModal)").each(function () {
+        //$(this).attr("disabled", "disabled");
+    });
+    $("input,textarea").not("#checkMsg,#checkMsgFirst").each(function () {
+        $(this).attr("readonly", "readonly");
+    });
+    TalentInfoInfoDlg.typeChange();
+    TalentInfoInfoDlg.sourceChange();
+    $('[data-toggle="tooltip"]').tooltip();
+    //$(".ibox-content").viewer({fullscreen: false});
+    Feng.getCheckLog("logTable", {"type": CONFIG.project_rcrd, "mainId": $("#id").val(), "typeFileId": "", "active": 1})
+    $(".uitd_showTip").bind("mouseover", function () {
+        var htm = $(this).html();
+        $(this).webuiPopover({title: '详情', content: htm, trigger: 'hover'}).webuiPopover('show');
+    });
+});
+
+