|
@@ -1,34 +1,6 @@
|
|
{extend name="layout/content"}
|
|
{extend name="layout/content"}
|
|
{block name="content"}
|
|
{block name="content"}
|
|
<style>
|
|
<style>
|
|
- .upload-btn {
|
|
|
|
- position: relative;
|
|
|
|
- display: inline-block;
|
|
|
|
- cursor: pointer;
|
|
|
|
- background: #1ab394;
|
|
|
|
- padding: 6px 12px;
|
|
|
|
- color: #fff;
|
|
|
|
- text-align: center;
|
|
|
|
- border-radius: 3px;
|
|
|
|
- overflow: hidden;
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-weight: 400;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .spacing {
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- padding-right: 4px;
|
|
|
|
- padding-left: 4px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .imgs li {
|
|
|
|
- list-style: none;
|
|
|
|
- float: left;
|
|
|
|
- border: 1px solid #d8d1d1;
|
|
|
|
- text-align: center;
|
|
|
|
- height: 30px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.panel-heading{
|
|
.panel-heading{
|
|
color:#333;
|
|
color:#333;
|
|
background-color:#f5f5f5;
|
|
background-color:#f5f5f5;
|
|
@@ -56,225 +28,222 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<div class="ibox float-e-margins">
|
|
<div class="ibox float-e-margins">
|
|
- <div class="ibox-content">
|
|
|
|
- <div class="form-horizontal">
|
|
|
|
- <div class="panel panel-default">
|
|
|
|
- <div class="panel-heading">基础信息</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 autocomplete="off" type="text" class="form-control" id="newName" name="newName" value="{$ecr.newName}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>统一社会信用代码</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newIdCard" name="newIdCard" value="{$ecr.newIdCard}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>法人代表</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newLegal" name="newLegal" value="{$ecr.newLegal}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td rowspan="2" style="position:relative;">
|
|
|
|
- <button class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
|
|
|
|
- <label class="control-label spacing"><span class="text-danger">*</span>营业执照</label>
|
|
|
|
- {if condition="$ecr['imgurl']"}
|
|
|
|
- {eq name="ecr.imgurl_is_img" value="1"}
|
|
|
|
- <img id="photoImg" src="{$ecr.imgurl|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
|
- {else/}
|
|
|
|
- <button type="button" class="btn btn-primary" onclick="Feng.showPdf('{$ecr.imgurl|getStoragePath}', 'imgurl')">
|
|
|
|
- <i class="fa fa-file-pdf-o" aria-hidden="true"></i>查看文件
|
|
|
|
- </button>
|
|
|
|
- {/eq}
|
|
|
|
- {else/}
|
|
|
|
- <img id="photoImg" src="/static/img/yyzz.png" style="height: 60px;" onclick="$('#imgurl').click()" >
|
|
|
|
- {/if}
|
|
|
|
- <input style="display: none" autocomplete="off" type="file" class="form-control" id="imgurl" name="imgurl" />
|
|
|
|
- </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="newStreet" name="newStreet" value="{$ecr.newStreet}"></select>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>企业地址</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newAddress" name="newAddress" value="{$ecr.newAddress}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>企业电话</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newEphone" name="newEphone" placeholder="固话格式0595xxxx" value="{$ecr.newEphone}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>企业银行账号</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newBankCard" name="newBankCard" value="{$ecr.newBankCard}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>企业开户银行</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newBank" name="newBank" value="{$ecr.newBank}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class=" control-label spacing td-label"><span style="color: red">*</span>企业开户银行网点</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newBankNetwork" name="newBankNetwork" placeholder="XX银行XX支行/分行/分理处" value="{$ecr.newBankNetwork}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td style="position:relative;">
|
|
|
|
- <button class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
|
|
|
|
- <label class="control-label spacing"><span class="text-danger">*</span>开户许可证</label>
|
|
|
|
- {if condition="$ecr['bankImg']"}
|
|
|
|
- {eq name="ecr.bankImg_is_img" value="1"}
|
|
|
|
- <img id="photoImg" src="{$ecr.bankImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
|
- {else/}
|
|
|
|
- <button type="button" class="btn btn-primary" onclick="Feng.showPdf('{$ecr.bankImg|getStoragePath}', 'bankImg')">
|
|
|
|
- <i class="fa fa-file-pdf-o" aria-hidden="true"></i>查看文件
|
|
|
|
- </button>
|
|
|
|
- {/eq}
|
|
|
|
- {else/}
|
|
|
|
- <img id="photoImg" src="/static/img/yyzz.png" style="height: 60px;" onclick="$('#imgurl').click()" >
|
|
|
|
- {/if}
|
|
|
|
- <input style="display: none" autocomplete="off" type="file" class="form-control" id="bankImg" name="bankImg" />
|
|
|
|
- </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}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- {if condition="$ecr['type'] eq 1"}
|
|
|
|
- <div class="row" id="typeGroup">
|
|
|
|
|
|
+ <div class="ibox-content">
|
|
|
|
+ <form id="ecr_form" class="form-horizontal" target="hiddenIframe" action="" method="post" enctype="multipart/form-data">
|
|
|
|
+ <input type="hidden" id="enterprise_id" name="enterprise_id" value="{$ecr.enterprise_id}"/>
|
|
|
|
+ <input type="hidden" id="id" name="id" value="{$ecr.id}"/>
|
|
|
|
+ <input type="hidden" id="type" name="type" value="{$ecr.type}"/>
|
|
|
|
+ <div class="form-horizontal">
|
|
|
|
+ <div class="panel panel-default">
|
|
|
|
+ <div class="panel-heading">基础信息</div>
|
|
|
|
+ <div class="panel-body">
|
|
<table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
<table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<div class="rowGroup">
|
|
<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>
|
|
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>企业名称</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newName" name="newName" value="{$ecr.newName}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="rowGroup">
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>统一社会信用代码</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newIdCard" name="newIdCard" value="{$ecr.newIdCard}"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<div class="rowGroup">
|
|
<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>
|
|
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>法人代表</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newLegal" name="newLegal" value="{$ecr.newLegal}"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
<td rowspan="2" style="position:relative;">
|
|
<td rowspan="2" style="position:relative;">
|
|
- <button class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;"><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 id="photoImg" src="{$ecr.domainImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
|
|
|
+ <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#imgurl').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
|
|
|
|
+ <label class="control-label spacing"><span class="text-danger">*</span>营业执照</label>
|
|
|
|
+ {if condition="$ecr['imgurl']"}
|
|
|
|
+ {eq name="ecr.imgurl_is_img" value="1"}
|
|
|
|
+ <img src="{$ecr.imgurl|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)">
|
|
{else/}
|
|
{else/}
|
|
- <button type="button" class="btn btn-primary" onclick="Feng.showPdf('{$ecr.domainImg|getStoragePath}', 'domainImg')">
|
|
|
|
- <i class="fa fa-file-pdf-o" aria-hidden="true"></i>查看文件
|
|
|
|
- </button>
|
|
|
|
|
|
+ <img src="/static/img/File.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.imgurl|getStoragePath}', 'imgurl')">
|
|
{/eq}
|
|
{/eq}
|
|
{else/}
|
|
{else/}
|
|
- <img id="photoImg" src="/static/img/yyzz.png" style="height: 60px;" onclick="$('#imgurl').click()" >
|
|
|
|
- {/if}
|
|
|
|
- <input style="display: none" autocomplete="off" type="file" class="form-control" id="domainImg" name="domainImg" />
|
|
|
|
|
|
+ <img src="/static/img/yyzz.png" style="height: 60px;">
|
|
|
|
+ {/if}
|
|
|
|
+ <input style="display: none" autocomplete="off" type="file" class="form-control" id="imgurl" name="imgurl" />
|
|
|
|
+ </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="newStreet" name="newStreet" value="{$ecr.newStreet}"></select>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="rowGroup">
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>企业地址</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newAddress" name="newAddress" value="{$ecr.newAddress}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="rowGroup">
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>企业电话</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newEphone" name="newEphone" placeholder="固话格式0595xxxx" value="{$ecr.newEphone}"/>
|
|
|
|
+ </div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<div class="rowGroup">
|
|
<div class="rowGroup">
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>企业标签</label>
|
|
|
|
- <select class="form-control" id="EpChangeEdit" name="newEnterpriseTag" value="{$ecr.newEnterpriseTag}">
|
|
|
|
- </select>
|
|
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>企业银行账号</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newBankCard" name="newBankCard" value="{$ecr.newBankCard}"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<div class="rowGroup">
|
|
<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}">
|
|
|
|
- </select>
|
|
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>企业开户银行</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newBank" name="newBank" value="{$ecr.newBank}"/>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="rowGroup">
|
|
|
|
+ <label class=" control-label spacing td-label"><span style="color: red">*</span>企业开户银行网点</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newBankNetwork" name="newBankNetwork" placeholder="XX银行XX支行/分行/分理处" value="{$ecr.newBankNetwork}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td style="position:relative;">
|
|
|
|
+ <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#bankImg').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
|
|
|
|
+ <label class="control-label spacing"><span class="text-danger">*</span>开户许可证</label>
|
|
|
|
+ {if condition="$ecr['bankImg']"}
|
|
|
|
+ {eq name="ecr.bankImg_is_img" value="1"}
|
|
|
|
+ <img src="{$ecr.bankImg|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
|
+ {else/}
|
|
|
|
+ <img src="/static/img/File.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.bankImg|getStoragePath}', 'bankImg')">
|
|
|
|
+ {/eq}
|
|
|
|
+ {else/}
|
|
|
|
+ <img src="/static/img/yyzz.png" style="height: 60px;">
|
|
|
|
+ {/if}
|
|
|
|
+ <input style="display: none" autocomplete="off" type="file" class="form-control" id="bankImg" name="bankImg" />
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
- {/if}
|
|
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- {/if}
|
|
|
|
- <div class="panel panel-default">
|
|
|
|
- <div class="panel-heading">人才联络员信息</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 autocomplete="off" type="text" class="form-control" id="newAgentName" name="newAgentName" value="{$ecr.newAgentName}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>电子邮箱</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newAgentEmail" name="newAgentEmail" value="{$ecr.newAgentEmail}"/>
|
|
|
|
- </div>
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <div class="rowGroup">
|
|
|
|
- <label class="control-label spacing td-label"><span style="color: red">*</span>人才联络员手机号</label>
|
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="newAgentPhone" name="newAgentPhone" value="{$ecr.newAgentPhone}"/>
|
|
|
|
|
|
+ {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}
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </td>
|
|
|
|
- <td style="position:relative;">
|
|
|
|
- <button class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
|
|
|
|
- <label class="control-label spacing" style="text-align: center"><span style="color: red">*</span>人才联络员备案表<br /><a href="/beianbiao.doc" style="color: red">(点击此处下载模板)</a> </label>
|
|
|
|
- {if condition="$ecr['beian']"}
|
|
|
|
- {eq name="ecr.beian_is_img" value="1"}
|
|
|
|
- <img id="photoImg" src="{$ecr.beian|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
|
- {else/}
|
|
|
|
- <button type="button" class="btn btn-primary" onclick="Feng.showPdf('{$ecr.beian|getStoragePath}', 'beian')">
|
|
|
|
- <i class="fa fa-file-pdf-o" aria-hidden="true"></i>查看文件
|
|
|
|
- </button>
|
|
|
|
- {/eq}
|
|
|
|
- {else/}
|
|
|
|
- <img id="photoImg" src="/static/img/yyzz.png" style="height: 60px;" onclick="$('#imgurl').click()" >
|
|
|
|
- {/if}
|
|
|
|
- <input style="display: none" autocomplete="off" type="file" class="form-control" id="beian" name="beian" />
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </table>
|
|
|
|
|
|
+ </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 rowspan="2" 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/File.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}">
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ {/if}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ {/if}
|
|
|
|
+ <div class="panel panel-default">
|
|
|
|
+ <div class="panel-heading">人才联络员信息</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 autocomplete="off" type="text" class="form-control" id="newAgentName" name="newAgentName" value="{$ecr.newAgentName}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="rowGroup">
|
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>电子邮箱</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newAgentEmail" name="newAgentEmail" value="{$ecr.newAgentEmail}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div class="rowGroup">
|
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>人才联络员手机号</label>
|
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="newAgentPhone" name="newAgentPhone" value="{$ecr.newAgentPhone}"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td style="position:relative;">
|
|
|
|
+ <button type="button" class="btn btn-info btn-sm" style="position:absolute;right:5px;top:5px;" onclick="$('#beian').click()"><i class="fa fa-upload" aria-hidden="true"></i>上传文件</button>
|
|
|
|
+ <label class="control-label spacing" style="text-align: center"><span style="color: red">*</span>人才联络员备案表<br /><a href="/beianbiao.doc" style="color: red">(点击此处下载模板)</a> </label>
|
|
|
|
+ {if condition="$ecr['beian']"}
|
|
|
|
+ {eq name="ecr.beian_is_img" value="1"}
|
|
|
|
+ <img src="{$ecr.beian|getStoragePath}" style="height: 60px;" onclick="Feng.showImg(this)" >
|
|
|
|
+ {else/}
|
|
|
|
+ <img src="/static/img/File.png" style="height: 60px;" onclick="Feng.showPdf('{$ecr.beian|getStoragePath}', 'beian')">
|
|
|
|
+ {/eq}
|
|
|
|
+ {else/}
|
|
|
|
+ <img src="/static/img/yyzz.png" style="height: 60px;">
|
|
|
|
+ {/if}
|
|
|
|
+ <input style="display: none" autocomplete="off" type="file" class="form-control" id="beian" name="beian" />
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+ </form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe>
|
|
<iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe>
|