浏览代码

更新一些信息

sandm 2 年之前
父节点
当前提交
f67f0e754c

+ 70 - 77
app/admin/view/enterprise/goto_enterprise_detail_page.html

@@ -162,86 +162,79 @@
                         </tr>
 
                     </table>
+                    {if condition="$ep.special == 0"}
+                        <p>
+                            申报类型:
+                            {switch name="ep.type"}
+                            {case value="1"}晋江市现代产业体系人才{/case}
+                            {case value="2"}集成电路优秀人才{/case}
+                            {/switch}
+                            <input type="hidden" id="type" value="{$ep.type}">
+                        </p>
+                        <table style="width:100%;table-layout:fixed;" class="table table-bordered">
+                            <tr class="type1">
+                                <td class="key">
+                                    产业领域
+                                </td>
+                                <td class="value1 word-wrap">
+                                    {$ep.industryFieldNewName}
+                                </td>
+                                <td class="key">
+                                    行业领域
+                                </td>
+                                <td class="value1 word-wrap" style="border-right: 1px solid #c0a16b">
+                                    {$ep.industryFieldOldName}
+                                </td>
+                                <td style="border: 1px solid #c0a16b">
+                                    <label>
+                                        行业领域佐证材料
+                                    </label>
+                                    <div>
+                                        {if condition="$ep['domainImg']"}
+                                        {if condition="$ep['domainImg_is_img']"}
+                                        <img onclick="Feng.showImg(this)" id="domainImg" alt="行业领域佐证材料"
+                                             src="{$ep.domainImg|getStoragePath}" style="max-width:60px;">
+                                        {else}
+                                        <button type="button" onclick="Feng.showPdf('{$ep.domainImg|getStoragePath}', 'domainImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
+                                        {/if}
+                                        {/if}
+                                    </div>
+                                </td>
+                            </tr>
+                            <tr class="type1">
+                                <td class="key">
+                                    单位标签
+                                </td>
+                                <td class="value1 word-wrap">
+                                    {$ep.enterpriseTagName}
+                                </td>
+                                <td class="key">
+                                    单位类型
+                                </td>
+                                <td class="value1 word-wrap" style="border-right:1px solid #c0a16b;">
+                                    {$ep.enterpriseTypeName}
+                                </td>
+                                <td style="border: 1px solid #c0a16b">
+                                    <label>
+                                        规上、高新技术、专精特新企业上传材料
+                                    </label>
+                                    <div>
+                                        {if condition="$ep['typeImg']"}
+                                        {if condition="$ep['typeImg_is_img']"}
+                                        <img onclick="Feng.showImg(this)" id="typeImg" alt="规上、高新技术、专精特新企业上传材料"
+                                             src="{$ep.typeImg|getStoragePath}" style="max-width:60px;">
+                                        {else}
+                                        <button type="button" onclick="Feng.showPdf('{$ep.typeImg|getStoragePath}', 'typeImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
+                                        {/if}
+                                        {/if}
+                                    </div>
+                                </td>
+                            </tr>
+                        </table>
+                    {/if}
                 </div>
             </div>
         </div>
-        {if condition="$ep.special == 0"}
-        <div class="panel-body">
-            <div class="panel panel-default">
-                <div class="panel-heading">单位信息</div>
-                <div class="panel-body">
-                    <p>
-                        申报类型:
-                        {switch name="ep.type"}
-                        {case value="1"}晋江市现代产业体系人才{/case}
-                        {case value="2"}集成电路优秀人才{/case}
-                        {/switch}
-                        <input type="hidden" id="type" value="{$ep.type}">
-                    </p>
-                    <table style="width:100%;table-layout:fixed;" class="table table-bordered">
-                        <tr class="type1">
-                            <td class="key">
-                                产业领域
-                            </td>
-                            <td class="value1 word-wrap">
-                                {$ep.industryFieldNewName}
-                            </td>
-                            <td class="key">
-                                行业领域
-                            </td>
-                            <td class="value1 word-wrap" style="border-right: 1px solid #c0a16b">
-                                {$ep.industryFieldOldName}
-                            </td>
-                            <td style="border: 1px solid #c0a16b">
-                                <label>
-                                    行业领域佐证材料
-                                </label>
-                                <div>
-                                    {if condition="$ep['domainImg']"}
-                                    {if condition="$ep['domainImg_is_img']"}
-                                    <img onclick="Feng.showImg(this)" id="domainImg" alt="行业领域佐证材料"
-                                         src="{$ep.domainImg|getStoragePath}" style="max-width:60px;">
-                                    {else}
-                                    <button type="button" onclick="Feng.showPdf('{$ep.domainImg|getStoragePath}', 'domainImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
-                                    {/if}
-                                    {/if}
-                                </div>
-                            </td>
-                        </tr>
-                        <tr class="type1">
-                            <td class="key">
-                                单位标签
-                            </td>
-                            <td class="value1 word-wrap">
-                                {$ep.enterpriseTagName}
-                            </td>
-                            <td class="key">
-                                单位类型
-                            </td>
-                            <td class="value1 word-wrap" style="border-right:1px solid #c0a16b;">
-                                {$ep.enterpriseTypeName}
-                            </td>
-                            <td style="border: 1px solid #c0a16b">
-                                <label>
-                                    规上、高新技术、专精特新企业上传材料
-                                </label>
-                                <div>
-                                    {if condition="$ep['typeImg']"}
-                                    {if condition="$ep['typeImg_is_img']"}
-                                    <img onclick="Feng.showImg(this)" id="typeImg" alt="规上、高新技术、专精特新企业上传材料"
-                                         src="{$ep.typeImg|getStoragePath}" style="max-width:60px;">
-                                    {else}
-                                    <button type="button" onclick="Feng.showPdf('{$ep.typeImg|getStoragePath}', 'typeImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
-                                    {/if}
-                                    {/if}
-                                </div>
-                            </td>
-                        </tr>
-                    </table>
-                </div>
-            </div>
-        </div>
-        {/if}
         <div class="panel-body">
             <div class="panel panel-default">
                 <div class="panel-heading">人才联络员信息</div>

+ 2 - 9
app/admin/view/enterprise_change_record/goto_enterprise_change_detail_page.html

@@ -189,14 +189,7 @@
                             <td class="value1" colspan="3" data-old='{$ecr.oldBankNetwork}' data-new='{$ecr.newBankNetwork}'></td>
                         </tr>
                     </table>
-                </div>
-            </div>
-        </div>
-        {if condition="$ecr.special == 0"}
-        <div class="panel-body">
-            <div class="panel panel-default">
-                <div class="panel-heading">申报信息</div>
-                <div class="panel-body">
+                    {if condition="$ecr.special == 0"}
                     <table style="width:100%" class="table table-bordered">
                         <tr>
                             <td colspan="5">
@@ -304,10 +297,10 @@
                         </tr>
                         {/if}
                     </table>
+                    {/if}
                 </div>
             </div>
         </div>
-        {/if}
         <div class="panel-body">
             <div class="panel panel-default">
                 <div class="panel-heading">人才联络员信息</div>

+ 0 - 2
app/common/view/auth/register.html

@@ -150,8 +150,6 @@
 
                                                             </table>
                                                         </div>
-
-                                                        <div class="panel-heading">申报基础信息</div>
                                                         <div class="panel-body">
                                                             <div class="row">
                                                                 <div class="rowGroup" >

+ 65 - 70
app/enterprise/view/api/to_add.html

@@ -128,74 +128,69 @@
                                 </td>
                             </tr>
                         </table>
-                    </div>
-                </div>
-                {if condition="$ecr['special'] eq 0"}
-                <div class="panel panel-default">
-                    <div class="panel-heading">申报基础信息</div>
-                    <div class="panel-body">
-                        <div class="row">
-                            <div class="rowGroup" >
-                                <label class="col-sm-1 control-label spacing"><span class="text-danger">*</span>申报类型</label>
-                                <div class="col-sm-4 spacing">
-                                    <div class="form-control" disabled="disabled">
-                                        {switch name="ecr.type"}
-                                        {case value="1"}晋江市现代产业体系人才{/case}
-                                        {case value="2"}集成电路优秀人才{/case}
-                                        {case value="3"}海峡计划团队{/case}
-                                        {/switch}
+                        {if condition="$ecr['special'] eq 0"}
+                            <div class="row">
+                                <div class="rowGroup" >
+                                    <label class="col-sm-1 control-label spacing"><span class="text-danger">*</span>申报类型</label>
+                                    <div class="col-sm-4 spacing">
+                                        <div class="form-control" disabled="disabled">
+                                            {switch name="ecr.type"}
+                                            {case value="1"}晋江市现代产业体系人才{/case}
+                                            {case value="2"}集成电路优秀人才{/case}
+                                            {case value="3"}海峡计划团队{/case}
+                                            {/switch}
+                                        </div>
                                     </div>
                                 </div>
                             </div>
-                        </div>
-                        {if condition="$ecr['type'] eq 1"}
-                        <div class="row" id="typeGroup">
-                            <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 autocomplete="off" type="text" class="form-control" id="newIndustryFieldNew" name="newIndustryFieldNew" value="{$ecr.newIndustryFieldNew}" onchange="EpChangeEdit.industryChange()"></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="newIndustryFieldOld" name="newIndustryFieldOld" value="{$ecr.newIndustryFieldOld}">
-                                            </select>
-                                        </div>
-                                    </td>
-                                    <td style="position:relative;">
-                                        <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#domainImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
-                                        <label class="control-label spacing"><span style="color: red">*</span>行业领域上传材料</label>
-                                        {if condition="$ecr['domainImg']"}
-                                        {eq name="ecr.domainImg_is_img" value="1"}
-                                        <img src="{$ecr.domainImg|getStoragePath}" style="height:60px;" onclick="Feng.showImg(this)" >
-                                        {else/}
-                                        <img src="/static/img/Pdf.png" style="height:60px;" onclick="Feng.showPdf('{$ecr.domainImg|getStoragePath}', 'domainImg')">
-                                        {/eq}
-                                        {else/}
-                                        <img src="/static/img/yyzz.png" style="height:60px;">
-                                        {/if}
-                                        <input style="display: none" autocomplete="off" type="file" class="form-control" id="domainImg" name="domainImg" />
-                                    </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="newEnterpriseTag" name="newEnterpriseTag" value="{$ecr.newEnterpriseTag}">
-                                            </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="newEnterpriseType" name="newEnterpriseType" value="{$ecr.newEnterpriseType}" onchange="EpChangeEdit.changeEnterpriseType()">
-                                            </select>
-                                        </div>
-                                    </td>
-                                    <td class="typeUploader" {if condition="in_array($ecr.newEnterpriseType,['guishang','gaoxinjishu','zhuanjingtexin'])"}style="position:relative;"{else/}style="position:relative;display:none;"{/if}>
+                            {if condition="$ecr['type'] eq 1"}
+                            <div class="row" id="typeGroup">
+                                <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 autocomplete="off" type="text" class="form-control" id="newIndustryFieldNew" name="newIndustryFieldNew" value="{$ecr.newIndustryFieldNew}" onchange="EpChangeEdit.industryChange()"></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="newIndustryFieldOld" name="newIndustryFieldOld" value="{$ecr.newIndustryFieldOld}">
+                                                </select>
+                                            </div>
+                                        </td>
+                                        <td style="position:relative;">
+                                            <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#domainImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
+                                            <label class="control-label spacing"><span style="color: red">*</span>行业领域上传材料</label>
+                                            {if condition="$ecr['domainImg']"}
+                                            {eq name="ecr.domainImg_is_img" value="1"}
+                                            <img src="{$ecr.domainImg|getStoragePath}" style="height:60px;" onclick="Feng.showImg(this)" >
+                                            {else/}
+                                            <img src="/static/img/Pdf.png" style="height:60px;" onclick="Feng.showPdf('{$ecr.domainImg|getStoragePath}', 'domainImg')">
+                                            {/eq}
+                                            {else/}
+                                            <img src="/static/img/yyzz.png" style="height:60px;">
+                                            {/if}
+                                            <input style="display: none" autocomplete="off" type="file" class="form-control" id="domainImg" name="domainImg" />
+                                        </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="newEnterpriseTag" name="newEnterpriseTag" value="{$ecr.newEnterpriseTag}">
+                                                </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="newEnterpriseType" name="newEnterpriseType" value="{$ecr.newEnterpriseType}" onchange="EpChangeEdit.changeEnterpriseType()">
+                                                </select>
+                                            </div>
+                                        </td>
+                                        <td class="typeUploader" {if condition="in_array($ecr.newEnterpriseType,['guishang','gaoxinjishu','zhuanjingtexin'])"}style="position:relative;"{else/}style="position:relative;display:none;"{/if}>
                                         <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#typeImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
                                         <label class="control-label spacing"><span style="color: red">*</span>规上、高新技术、专精特新企业上传材料</label>
                                         {if condition="$ecr['typeImg']"}
@@ -208,14 +203,14 @@
                                         <img src="/static/img/yyzz.png" style="height:60px;">
                                         {/if}
                                         <input style="display: none" autocomplete="off" type="file" class="form-control" id="typeImg" name="typeImg" />
-                                    </td>
-                                </tr>
-                            </table>
-                        </div>
+                                        </td>
+                                    </tr>
+                                </table>
+                            </div>
+                            {/if}
                         {/if}
                     </div>
                 </div>
-                {/if}
                 <div class="panel panel-default">
                     <div class="panel-heading">人才联络员信息</div>
                     <div class="panel-body">

+ 2 - 9
app/enterprise/view/api/to_detail.html

@@ -185,14 +185,7 @@
                             <td class="value1 word-wrap" colspan="3" data-old='{$ecr.oldBankNetwork}' data-new='{$ecr.newBankNetwork}'></td>
                         </tr>
                     </table>
-                </div>
-            </div>
-        </div>
-        {if condition="$ecr['special'] == 0"}
-        <div class="panel-body">
-            <div class="panel panel-default">
-                <div class="panel-heading">申报信息</div>
-                <div class="panel-body">
+                    {if condition="$ecr['special'] == 0"}
                     <table style="width:100%" class="table table-bordered">
                         <tr>
                             <td colspan="5">
@@ -296,10 +289,10 @@
                         </tr>
                         {/if}
                     </table>
+                    {/if}
                 </div>
             </div>
         </div>
-        {/if}
         <div class="panel-body">
             <div class="panel panel-default">
                 <div class="panel-heading">人才联络员信息</div>

+ 65 - 70
app/enterprise/view/api/to_update.html

@@ -131,74 +131,69 @@
                                 </td>
                             </tr>
                         </table>
-                    </div>
-                </div>
-                {if condition="$ecr['special'] eq 0"}
-                <div class="panel panel-default">
-                    <div class="panel-heading">申报基础信息</div>
-                    <div class="panel-body">
-                        <div class="row">
-                            <div class="rowGroup" >
-                                <label class="col-sm-1 control-label spacing"><span class="text-danger">*</span>申报类型</label>
-                                <div class="col-sm-4 spacing">
-                                    <div class="form-control" disabled="disabled">
-                                        {switch name="ecr.type"}
-                                        {case value="1"}晋江市现代产业体系人才{/case}
-                                        {case value="2"}集成电路优秀人才{/case}
-                                        {case value="3"}海峡计划团队{/case}
-                                        {/switch}
+                        {if condition="$ecr['special'] eq 0"}
+                            <div class="row">
+                                <div class="rowGroup" >
+                                    <label class="col-sm-1 control-label spacing"><span class="text-danger">*</span>申报类型</label>
+                                    <div class="col-sm-4 spacing">
+                                        <div class="form-control" disabled="disabled">
+                                            {switch name="ecr.type"}
+                                            {case value="1"}晋江市现代产业体系人才{/case}
+                                            {case value="2"}集成电路优秀人才{/case}
+                                            {case value="3"}海峡计划团队{/case}
+                                            {/switch}
+                                        </div>
                                     </div>
                                 </div>
                             </div>
-                        </div>
-                        {if condition="$ecr['type'] eq 1"}
-                        <div class="row" id="typeGroup">
-                            <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 autocomplete="off" type="text" class="form-control" id="newIndustryFieldNew" name="newIndustryFieldNew" value="{$ecr.newIndustryFieldNew}" onchange="EpChangeEdit.industryChange()"></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="newIndustryFieldOld" name="newIndustryFieldOld" value="{$ecr.newIndustryFieldOld}">
-                                            </select>
-                                        </div>
-                                    </td>
-                                    <td style="position:relative;">
-                                        <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#domainImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
-                                        <label class="control-label spacing"><span style="color: red">*</span>行业领域上传材料</label>
-                                        {if condition="$ecr['newDomainImg']"}
-                                        {eq name="ecr.domainImg_is_img" value="1"}
-                                        <img src="{$ecr.newDomainImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
-                                        {else/}
-                                        <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')">
-                                        {/eq}
-                                        {else/}
-                                        <img src="/static/img/yyzz.png" style="height: 60px;">
-                                        {/if}
-                                        <input style="display: none" autocomplete="off" type="file" class="form-control" id="domainImg" name="domainImg" />
-                                    </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="newEnterpriseTag" name="newEnterpriseTag" value="{$ecr.newEnterpriseTag}">
-                                            </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="newEnterpriseType" name="newEnterpriseType" value="{$ecr.newEnterpriseType}" onchange="EpChangeEdit.changeEnterpriseType()">
-                                            </select>
-                                        </div>
-                                    </td>
-                                    <td class="typeUploader" {if condition="in_array($ecr.newEnterpriseType,['guishang','gaoxinjishu','zhuanjingtexin'])"}style="position:relative;"{else/}style="position:relative;display:none;"{/if}>
+                            {if condition="$ecr['type'] eq 1"}
+                            <div class="row" id="typeGroup">
+                                <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 autocomplete="off" type="text" class="form-control" id="newIndustryFieldNew" name="newIndustryFieldNew" value="{$ecr.newIndustryFieldNew}" onchange="EpChangeEdit.industryChange()"></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="newIndustryFieldOld" name="newIndustryFieldOld" value="{$ecr.newIndustryFieldOld}">
+                                                </select>
+                                            </div>
+                                        </td>
+                                        <td style="position:relative;">
+                                            <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#domainImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
+                                            <label class="control-label spacing"><span style="color: red">*</span>行业领域上传材料</label>
+                                            {if condition="$ecr['newDomainImg']"}
+                                            {eq name="ecr.domainImg_is_img" value="1"}
+                                            <img src="{$ecr.newDomainImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
+                                            {else/}
+                                            <img src="/static/img/Pdf.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')">
+                                            {/eq}
+                                            {else/}
+                                            <img src="/static/img/yyzz.png" style="height: 60px;">
+                                            {/if}
+                                            <input style="display: none" autocomplete="off" type="file" class="form-control" id="domainImg" name="domainImg" />
+                                        </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="newEnterpriseTag" name="newEnterpriseTag" value="{$ecr.newEnterpriseTag}">
+                                                </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="newEnterpriseType" name="newEnterpriseType" value="{$ecr.newEnterpriseType}" onchange="EpChangeEdit.changeEnterpriseType()">
+                                                </select>
+                                            </div>
+                                        </td>
+                                        <td class="typeUploader" {if condition="in_array($ecr.newEnterpriseType,['guishang','gaoxinjishu','zhuanjingtexin'])"}style="position:relative;"{else/}style="position:relative;display:none;"{/if}>
                                         <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#typeImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
                                         <label class="control-label spacing"><span style="color: red">*</span>规上、高新技术、专精特新企业上传材料</label>
                                         {if condition="$ecr['newTypeImg']"}
@@ -211,14 +206,14 @@
                                         <img src="/static/img/yyzz.png" style="height: 60px;">
                                         {/if}
                                         <input style="display: none" autocomplete="off" type="file" class="form-control" id="typeImg" name="typeImg" />
-                                    </td>
-                                </tr>
-                            </table>
-                        </div>
+                                        </td>
+                                    </tr>
+                                </table>
+                            </div>
+                            {/if}
                         {/if}
                     </div>
                 </div>
-                {/if}
                 <div class="panel panel-default">
                     <div class="panel-heading">人才联络员信息</div>
                     <div class="panel-body">

+ 2 - 10
app/enterprise/view/index/center_page.html

@@ -142,15 +142,7 @@
                                                     </td>
                                                 </tr>
                                             </table>
-
-                                        </div>
-                                    </div>
-                                </div>
-                                {eq name="ep.special" value="0"}
-                                <div class="panel-body">
-                                    <div class="panel panel-default">
-                                        <div class="panel-heading">申报信息</div>
-                                        <div class="panel-body">
+                                            {eq name="ep.special" value="0"}
                                             <p>
                                                 申报类型:
                                                 {switch name="ep.type"}
@@ -211,10 +203,10 @@
                                                 </tr>
                                             </table>
                                             {/if}
+                                            {/eq}
                                         </div>
                                     </div>
                                 </div>
-                                {/eq}
                                 <div class="panel-body">
                                     <div class="panel panel-default">
                                         <div class="panel-heading">人才联络员信息</div>