|
@@ -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">
|