Преглед изворни кода

企审直认排版修改,时间文本框在非编辑状态去除日期弹框

sugangqiang пре 2 година
родитељ
комит
16be664b67

+ 55 - 62
app/admin/view/talent/talentInfo_common_check.html

@@ -99,17 +99,17 @@
                                                         <label class="control-label spacing td-label"><span style="color: red">*</span>
                                                             姓名
                                                             {switch name="info.rs.I010902.code"}
-                                                                {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
-                                                                {case value="200"}
-                                                                    {eq name="info.rs.I010902.data.list.0.NAME" value="$info.name"}
-                                                                    <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
-                                                                    {else /}
-                                                                    <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
-                                                                    {/eq}
-                                                                {/case}
-                                                                {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
+                                                            {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
+                                                            {case value="200"}
+                                                            {eq name="info.rs.I010902.data.list.0.NAME" value="$info.name"}
+                                                            <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
+                                                            {else /}
+                                                            <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回姓名'{$info.rs.I010902.data.list.0.NAME}'"></i>
+                                                            {/eq}
+                                                            {/case}
+                                                            {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
                                                             {/switch}
-                                                            </label>
+                                                        </label>
                                                         <input type="text" class="form-control" id="name" value="{$info.name}"/>
                                                     </div>
                                                 </td>
@@ -118,15 +118,15 @@
                                                         <label class="control-label spacing td-label"><span style="color: red">*</span>
                                                             民族
                                                             {switch name="info.rs.I010902.code"}
-                                                                {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
-                                                                {case value="200"}
-                                                                    {if strpos($info['nationName'],$info['rs']['I010902']['data']['list'][0]['NATION']) !== false}
-                                                                        <i class="fa fa-check" style="color: green" data-msg="公安数据包含在用户填写的数据内,信息正确"></i>
-                                                                    {else /}
-                                                                        <i class="fa fa-times" style="color: red" data-msg="数据初步判断不一不致,接口返回民族'{$info.rs.I010902.data.list.0.NATION}'"></i>
-                                                                    {/if}
-                                                                {/case}
-                                                                {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
+                                                            {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
+                                                            {case value="200"}
+                                                            {if strpos($info['nationName'],$info['rs']['I010902']['data']['list'][0]['NATION']) !== false}
+                                                            <i class="fa fa-check" style="color: green" data-msg="公安数据包含在用户填写的数据内,信息正确"></i>
+                                                            {else /}
+                                                            <i class="fa fa-times" style="color: red" data-msg="数据初步判断不一不致,接口返回民族'{$info.rs.I010902.data.list.0.NATION}'"></i>
+                                                            {/if}
+                                                            {/case}
+                                                            {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
                                                             {/switch}
                                                         </label>
                                                         <input class="form-control" value="{$info.nationName}" id="nation"/>
@@ -163,17 +163,17 @@
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>
                                                             性别
                                                             {switch name="info.rs.I010902.code"}
-                                                                {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
-                                                                {case value="200"}
-                                                                    {if ($info['sex'] == 1) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '男')}
-                                                                    <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
-                                                                    {elseif ($info['sex'] == 2) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '女') /}
-                                                                    <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
-                                                                    {else /}
-                                                                    <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
-                                                                    {/if}
-                                                                {/case}
-                                                                {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
+                                                            {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
+                                                            {case value="200"}
+                                                            {if ($info['sex'] == 1) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '男')}
+                                                            <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
+                                                            {elseif ($info['sex'] == 2) && ($info['rs']['I010902']['data']['list'][0]['GENDER_CN'] == '女') /}
+                                                            <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
+                                                            {else /}
+                                                            <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回性别'{$info.rs.I010902.data.list.0.GENDER_CN}'"></i>
+                                                            {/if}
+                                                            {/case}
+                                                            {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
                                                             {/switch}
                                                         </label>
                                                         <input type="text" class="form-control" value="{eq name='info.sex' value='1'}男{else/}女{/eq}"  readonly disabled  id="sex"/>
@@ -184,15 +184,15 @@
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>
                                                             出生日期
                                                             {switch name="info.rs.I010902.code"}
-                                                                {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
-                                                                {case value="200"}
-                                                                    {eq name="info.rs.I010902.data.list.0.DOB" value="$info.birthday"}
-                                                                    <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
-                                                                    {else /}
-                                                                    <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
-                                                                    {/eq}
-                                                                {/case}
-                                                                {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
+                                                            {case value="403"}<i class="fa fa-times" style="color: red" data-msg="{$info.rs.I010902.message}"></i>{/case}
+                                                            {case value="200"}
+                                                            {eq name="info.rs.I010902.data.list.0.DOB" value="$info.birthday"}
+                                                            <i class="fa fa-check" style="color: green" data-msg="该用户填写姓名与公安数据一致,信息正确"></i>
+                                                            {else /}
+                                                            <i class="fa fa-times" style="color: red" data-msg="填写姓名与公安数据不一不致,接口返回出生日期'{$info.rs.I010902.data.list.0.DOB}'"></i>
+                                                            {/eq}
+                                                            {/case}
+                                                            {default /}<i class="fa fa-exclamation" style="color: #e6a23c" data-msg="公安数据接口返回消息:{$info.rs.I010902.message},请自行审核"></i>
                                                             {/switch}
                                                         </label>
                                                         <input type="text" class="form-control" value="{$info.birthday}" readonly disabled  id="birthday"/>
@@ -340,7 +340,7 @@
                                             <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}"/>
+                                                    <input type="text" class="form-control" id="fst_work_time" value="{$info.fst_work_time}"/>
                                                 </div>
                                             </td>
                                             <td id="come_in_jin_str">
@@ -392,14 +392,14 @@
                                             <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}"/>
+                                                    <input type="text" class="form-control" 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}"/>
+                                                    <input type="text" class="form-control" id="cur_entry_time" name="cur_entry_time" value="{$info.cur_entry_time}"/>
                                                 </div>
                                             </td>
                                             <td>
@@ -493,13 +493,13 @@
                                             </td>
                                             <td>
                                                 <div class="rowGroup abroad_need_this" {if condition='!$info["study_abroad"] or $info["study_abroad"] eq 2'}style="display:none;"{/if}>
-                                                    <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" id="abroad_school" name="abroad_school" value="{$info.abroad_school}"/>
                                                 </div>
                                             </td>
                                             <td>
                                                 <div class="rowGroup abroad_need_this" {if condition='!$info["study_abroad"] or $info["study_abroad"] eq 2'}style="display:none;"{/if}>
-                                                    <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" id="abroad_major" name="abroad_major" value="{$info.abroad_major}"/>
                                                 </div>
                                             </td>
@@ -535,6 +535,7 @@
                                         </tr>
                                     </table>
                                     {if condition="$info['fjImport'] == 1 or $info['qzImport'] == 1"}
+                                    <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;">*人才直认说明:曾入选为福建省高层次人才、泉州市高层次人才的对象,还在人才有效期内,可在本系统进行人才直认操作:选择“是”,在“认定条件”中选择与导入数据省级为“入选条款”、泉州级为“认定条件”同样的人才认定条件,完成人才直认操作,不用提供人才认定佐证材料;如果无法选择同样的人才认定条件,那就只能选择“否”,按步骤进行正常人才认定申报。</div>
                                     <table style="width: 100%;border-collapse: collapse;background:#f7f7f7;color:red;font-weight:bold;" class="table table-bordered">
                                         {if condition="$info['fjImport'] == 1"}
                                         <tr>
@@ -574,31 +575,23 @@
                                         <tr>
                                             <td colspan="4">
                                                 {if condition="$info['isImport']"}
-                                                <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;">*请根据上方导入来源人才数据,按入选条款进行选择是否符合人才直认条件,如果符合人才直认条件,请在下方认定条件中选择跟导入数据“入选条款”同样的人才认定条件</div>
-                                                <div class="rowGroup col-sm-3 zhiren word-wrap-no-width" style="font-weight:bold;">
+                                                <div class="rowGroup col-sm-12 zhiren word-wrap-no-width" style="font-weight:bold;">
                                                     <label class="control-label spacing td-label" style="border-bottom:2px solid red;"><span style="color: red">*</span>是否符合<span style="font-size:16px;color:red;">人才直认</span>条件</label>                                                        
                                                     <input type="radio" name="isMatchZhiren" disabled value="1" {eq name="info.isMatchZhiren" value="1"}checked{/eq}/>是&nbsp;&nbsp;
-                                                    <input type="radio" name="isMatchZhiren"  disabled value="0" {if condition="!$info['isMatchZhiren']"}checked{/if}/>否
+                                                           <input type="radio" name="isMatchZhiren"  disabled value="0" {if condition="!$info['isMatchZhiren']"}checked{/if}/>否
                                                 </div>
-                                                <div class="rowGroup col-sm-6">
-                                                    <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;" id="source" data-val="{$info.source}">{$info.sourceName}</div>
-                                                    </div>
-                                                </div>
-                                                {else/}
+                                                {/if}
                                                 <div class="rowGroup col-sm-9">
                                                     <label class=" control-label spacing td-label"><span style="color: red">*</span>申报来源</label>
                                                     <div class="form-control" style="border: none;background:#eee;" id="source" data-val="{$info.source}">{$info.sourceName}</div>
                                                 </div>
-                                                {/if}
                                                 {if condition="$info['source_city'] || $info['source_county']"}
                                                 <div class="rowGroup col-sm-3" {if condition="!$info['source_city']"}style="display:none;"{/if}>
-                                                    <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
+                                                     <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
                                                     <input type="text" class="form-control" id="source_city" name="source_city" value="{$info.sourceCityName}"/>
                                                 </div>
                                                 <div class="rowGroup col-sm-3" {if condition="!$info['source_county']"}style="display:none;"{/if}>
-                                                    <label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
+                                                     <label class="control-label spacing"><span style="color: red">*</span>入选来源县市区</label>
                                                     <input type="text" class="form-control" id="source_county" name="source_county" value="{$info.sourceCountyName}"/>
                                                 </div>
                                                 {/if}
@@ -620,13 +613,13 @@
                                             <td>
                                                 <div class="rowGroup fujian_highcert">
                                                     <label class=" control-label spacing" ><span style="color: red">*</span>福建省高层次人才证书发证日期</label>
-                                                    <input type="text" class="form-control date" id="fujian_highcert_pubtime" name="fujian_highcert_pubtime" value="{$info.fujian_highcert_pubtime}"/>
+                                                    <input type="text" class="form-control" 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" ><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}"/>
+                                                    <input type="text" class="form-control" id="fujian_highcert_exptime" name="fujian_highcert_exptime" value="{$info.fujian_highcert_exptime}"/>
                                                 </div>
                                             </td>
                                             {/if}
@@ -634,13 +627,13 @@
                                             <td>
                                                 <div class="rowGroup quanzhou_highcert">
                                                     <label class=" control-label spacing" ><span style="color: red">*</span>泉州高层次人才证书发证日期</label>
-                                                    <input type="text" class="form-control date" id="quanzhou_highcert_pubtime" name="quanzhou_highcert_pubtime" value="{$info.quanzhou_highcert_pubtime}"/>
+                                                    <input type="text" class="form-control" 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" ><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}"/>
+                                                    <input type="text" class="form-control" id="quanzhou_highcert_exptime" name="quanzhou_highcert_exptime" value="{$info.quanzhou_highcert_exptime}"/>
                                                 </div>
                                             </td>
                                             {/if}
@@ -671,7 +664,7 @@
                                             <td colspan="2">
                                                 <div class="rowGroup col-sm-12">
                                                     <label class="control-label spacing"><span style="color: red">*</span>认定条件取得时间</label>
-                                                    <input type="text" class="form-control date" id="identifyGetTime" name="identifyGetTime" value="{$info.identifyGetTime}"/>
+                                                    <input type="text" class="form-control" id="identifyGetTime" name="identifyGetTime" value="{$info.identifyGetTime}"/>
                                                 </div>
                                             </td>
                                             <td colspan="2" {if condition='!$info["annual_salary"]'}style="display:none;"{/if}>

+ 4 - 10
app/enterprise/view/talent/apply.html

@@ -477,6 +477,7 @@
                                             </tr>
                                         </table>
                                         {if condition="$row['fjImport'] == 1 or $row['qzImport'] == 1"}
+                                        <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;padding:10px 0;">*人才直认说明:曾入选为福建省高层次人才、泉州市高层次人才的对象,还在人才有效期内,可在本系统进行人才直认操作:选择“是”,在“认定条件”中选择与导入数据省级为“入选条款”、泉州级为“认定条件”同样的人才认定条件,完成人才直认操作,不用提供人才认定佐证材料;如果无法选择同样的人才认定条件,那就只能选择“否”,按步骤进行正常人才认定申报。</div>
                                         <table style="width: 100%;border-collapse: collapse;background:#f7f7f7;color:red;font-weight:bold;" class="table table-bordered">
                                             {if condition="$row['fjImport'] == 1"}
                                             <tr>
@@ -515,25 +516,18 @@
                                         <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
                                             <tr>
                                                 <td colspan="4">
-                                                    {if condition="$row['isImport']"}
-                                                    <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;">*请根据上方导入来源人才数据,按入选条款进行选择是否符合人才直认条件,如果符合人才直认条件,请在下方认定条件中选择跟导入数据“入选条款”同样的人才认定条件</div>
-                                                    <div class="rowGroup col-sm-3 zhiren word-wrap-no-width" style="font-weight:bold;">
+                                                    {if condition="$row['isImport']"}                                                    
+                                                    <div class="rowGroup col-sm-12 zhiren word-wrap-no-width" style="font-weight:bold;">
                                                         <label class="control-label spacing td-label" style="border-bottom:2px solid red;"><span style="color: red">*</span>是否符合<span style="font-size:16px;color:red;">人才直认</span>条件</label>
                                                         <input type="radio" name="isMatchZhiren" value="1" {eq name="row.isMatchZhiren" value="1"}checked{/eq} onchange="TalentInfoInfoDlg.isMatchZhirenChange();"/>是&nbsp;&nbsp;
                                                         <input type="radio" name="isMatchZhiren" value="0" {if condition="!$row['isMatchZhiren']"}checked{/if} onchange="TalentInfoInfoDlg.isMatchZhirenChange();"/>否
                                                     </div>
-                                                    <div class="rowGroup col-sm-6">
-                                                        <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>
-                                                    {else/}
+                                                    {/if}
                                                     <div class="rowGroup col-sm-9">
                                                         <label class=" control-label spacing td-label"><span style="color: red">*</span>申报来源</label>
                                                         <select class="form-control" id="source" name="source" onchange="TalentInfoInfoDlg.sourceChange()" value="{$row.source}">
                                                         </select>
                                                     </div>
-                                                    {/if}
                                                     <div class="rowGroup col-sm-3" {if condition="!$row['source_city']"}style="display:none;"{/if}>
                                                         <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
                                                         <select class="form-control" id="source_city" name="source_city" value="{$row['source_city']}">

+ 4 - 4
app/enterprise/view/talent/ic_view.html

@@ -82,7 +82,7 @@
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing"><span style="color: red">*</span>出生日期</label>
-                                                            <input type="text" class="form-control date" id="birthday" name="birthday" value="{$row.birthday}"/>
+                                                            <input type="text" class="form-control" id="birthday" name="birthday" value="{$row.birthday}"/>
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing"><span style="color: red">*</span>国籍/地区</label>
@@ -160,11 +160,11 @@
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing"><span style="color: red">*</span>入职时间</label>
-                                                            <input type="text" class="form-control date" id="cur_entry_time" name="cur_entry_time" value="{$row.cur_entry_time}"/>
+                                                            <input type="text" class="form-control" id="cur_entry_time" name="cur_entry_time" value="{$row.cur_entry_time}"/>
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing"><span style="color: red">*</span>工作合同起止时间</label>
-                                                            <input type="text" class="form-control rangedate" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$row.labor_contract_rangetime}"/>
+                                                            <input type="text" class="form-control" id="labor_contract_rangetime" name="labor_contract_rangetime" value="{$row.labor_contract_rangetime}"/>
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing"><span style="color: red">*</span>人才层次</label>
@@ -180,7 +180,7 @@
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing"><span style="color: red">*</span>认定条件取得时间</label>
-                                                            <input type="text" class="form-control date" id="identifyGetTime" name="identifyGetTime" value="{$row.identifyGetTime}"/>
+                                                            <input type="text" class="form-control" id="identifyGetTime" name="identifyGetTime" value="{$row.identifyGetTime}"/>
                                                         </div>
                                                         <div class="rowGroup col-sm-4">
                                                             <label class=" control-label spacing">职称</label>

+ 11 - 17
app/enterprise/view/talent/view.html

@@ -257,7 +257,7 @@
                                                 <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/>
+                                                        <input type="text" class="form-control" id="fst_work_time" value="{$row.fst_work_time}"  readonly disabled/>
                                                     </div>
                                                 </td>
                                                 <td id="come_in_jin_str">
@@ -318,7 +318,7 @@
                                                 <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}"/>
+                                                        <input type="text" class="form-control" id="cur_entry_time" name="cur_entry_time" value="{$row.cur_entry_time}"/>
                                                     </div>
                                                 </td>
                                                 <td>
@@ -456,6 +456,7 @@
                                             </tr>
                                         </table>
                                         {if condition="$row['fjImport'] == 1 or $row['qzImport'] == 1"}
+                                        <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;padding:10px 0;">*人才直认说明:曾入选为福建省高层次人才、泉州市高层次人才的对象,还在人才有效期内,可在本系统进行人才直认操作:选择“是”,在“认定条件”中选择与导入数据省级为“入选条款”、泉州级为“认定条件”同样的人才认定条件,完成人才直认操作,不用提供人才认定佐证材料;如果无法选择同样的人才认定条件,那就只能选择“否”,按步骤进行正常人才认定申报。</div>
                                         <table style="width: 100%;border-collapse: collapse;background:#f7f7f7;color:red;font-weight:bold;" class="table table-bordered">
                                             {if condition="$row['fjImport'] == 1"}
                                             <tr>
@@ -494,25 +495,18 @@
                                         <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
                                             <tr>
                                                 <td colspan="4">
-                                                    {if condition="$row['isImport']"}
-                                                    <div style="color:red;font-size:12px;word-wrap: normal;white-space: normal;">*请根据上方导入来源人才数据,按入选条款进行选择是否符合人才直认条件,如果符合人才直认条件,请在下方认定条件中选择跟导入数据“入选条款”同样的人才认定条件</div>
-                                                    <div class="rowGroup col-sm-3 zhiren word-wrap-no-width" style="font-weight:bold;">
+                                                    {if condition="$row['isImport']"}                                                    
+                                                    <div class="rowGroup col-sm-12 zhiren word-wrap-no-width" style="font-weight:bold;">
                                                         <label class="control-label spacing td-label" style="border-bottom:2px solid red;"><span style="color: red">*</span>是否符合<span style="font-size:16px;color:red;">人才直认</span>条件</label>
                                                         <input type="radio" name="isMatchZhiren" value="1" {eq name="row.isMatchZhiren" value="1"}checked{/eq}/>是&nbsp;&nbsp;
                                                         <input type="radio" name="isMatchZhiren" value="0" {if condition="!$row['isMatchZhiren']"}checked{/if}/>否     
                                                     </div>
-                                                    <div class="rowGroup col-sm-6">
-                                                        <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>
-                                                    {else/}
+                                                    {/if}
                                                     <div class="rowGroup col-sm-9">
                                                         <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>
-                                                    {/if}
                                                     {if condition="$row['source_city'] || $row['source_county']"}
                                                     <div class="rowGroup col-sm-3" {if condition="!$row['source_city']"}style="display:none;"{/if}>
                                                         <label class="control-label spacing"><span style="color: red">*</span>入选来源地级市</label>
@@ -545,13 +539,13 @@
                                                 <td>
                                                     <div class="rowGroup fujian_highcert">
                                                         <label class=" control-label spacing" ><span style="color: red">*</span>福建省高层次人才证书发证日期</label>
-                                                        <input type="text" class="form-control date" id="fujian_highcert_pubtime" name="fujian_highcert_pubtime" value="{$row.fujian_highcert_pubtime}"/>
+                                                        <input type="text" class="form-control" 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" ><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}"/>
+                                                        <input type="text" class="form-control" id="fujian_highcert_exptime" name="fujian_highcert_exptime" value="{$row.fujian_highcert_exptime}"/>
                                                     </div>
                                                 </td>
                                                 {/if}
@@ -559,13 +553,13 @@
                                                 <td>
                                                     <div class="rowGroup quanzhou_highcert">
                                                         <label class=" control-label spacing" ><span style="color: red">*</span>泉州高层次人才证书发证日期</label>
-                                                        <input type="text" class="form-control date" id="quanzhou_highcert_pubtime" name="quanzhou_highcert_pubtime" value="{$row.quanzhou_highcert_pubtime}"/>
+                                                        <input type="text" class="form-control" 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" ><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}"/>
+                                                        <input type="text" class="form-control" id="quanzhou_highcert_exptime" name="quanzhou_highcert_exptime" value="{$row.quanzhou_highcert_exptime}"/>
                                                     </div>
                                                 </td>
                                                 {/if}
@@ -599,7 +593,7 @@
                                                 <td colspan="2">
                                                     <div class="rowGroup col-sm-12">
                                                         <label class="control-label spacing"><span style="color: red">*</span>认定条件取得时间</label>
-                                                        <input type="text" class="form-control date" id="identifyGetTime" name="identifyGetTime" value="{$row.identifyGetTime}"/>
+                                                        <input type="text" class="form-control" id="identifyGetTime" name="identifyGetTime" value="{$row.identifyGetTime}"/>
                                                     </div>
                                                 </td>
                                                 <td colspan="2" {if condition='!$row["annual_salary"]'}style="display:none;"{/if}>

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

@@ -1175,7 +1175,7 @@ TalentInfoInfoDlg.setNoChangeField = function () {
     if (realState == 11) {
         $("#photoImg").removeAttr("onclick");
         $("input,textarea").each(function () {
-            $(this).attr("readonly", "readonly");
+            $(this).attr("disabled", "disabled").attr("readonly", "readonly");
         });
         $("select,input[type=radio]").each(function () {
             $(this).attr("disabled", "disabled");
@@ -1194,7 +1194,7 @@ TalentInfoInfoDlg.setNoChangeField = function () {
                     if (name == 'select' || name == 'SELECT') {
                         $("#" + arr[key]).removeAttr("disabled");
                     } else if (name == "input" || name == 'textarea' || name == "INPUT" || name == 'TEXTAREA') {
-                        $("#" + arr[key]).removeAttr("readonly");
+                        $("#" + arr[key]).removeAttr("readonly").removeAttr("disabled");
                     } else {
                         if (typeof name == "undefined") {
                             $("input[name=" + arr[key] + "]").removeAttr("disabled").removeAttr("readonly");