| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 | {extend name="layout/content"}{block name="content"}<style>    .panel-heading{        color:#333;        background-color:#f5f5f5;        border-color:#ddd    }    .spacing {        margin-bottom: 10px;        padding-right:4px;        padding-left: 4px;    }    .has-feedback label~.form-control-feedback{        top: 35px;    }    .table .td-label{        display: block;        text-align: left;        border-bottom: 1px solid #ccc;        margin-bottom: 10px;    }    .word-wrap{        width:100%;        white-space:normal;        word-wrap:break-word;        word-break:break-all;    }</style><div class="ibox float-e-margins">    <div class="ibox-content">                                        <form id="ecr_form" class="form-horizontal" target="hiddenIframe" action="" method="post" enctype="multipart/form-data">            <input type="hidden" id="special" name="special" value="{$ecr.special}"/>            <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">                            <tr>                                <td>                                    <div class="rowGroup">                                        <label class=" control-label spacing td-label"><span style="color: red">*</span>{eq name="ecr.special" value="0"}企业{else/}单位{/eq}名称</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 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>{eq name="ecr.special" value="0"}营业执照{else/}事业单位法人证或批文{/eq}</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/}                                    <img src="/static/img/Pdf.png" style="height:60px;" onclick="Feng.showPdf('{$ecr.imgurl|getStoragePath}', 'imgurl')">                                    {/eq}                                    {else/}                                    <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>{eq name="ecr.special" value="0"}企业{else/}单位{/eq}地址</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>{eq name="ecr.special" value="0"}企业{else/}单位{/eq}电话</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>{eq name="ecr.special" value="0"}企业{else/}单位{/eq}银行账号</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>{eq name="ecr.special" value="0"}企业{else/}单位{/eq}开户银行</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>{eq name="ecr.special" value="0"}企业{else/}单位{/eq}开户银行网点</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/Pdf.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>                        </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">                            <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']"}                                        {eq name="ecr.typeImg_is_img" value="1"}                                        <img src="{$ecr.typeImg|getStoragePath}" style="height:60px;" onclick="Feng.showImg(this)" >                                        {else/}                                        <img src="/static/img/Pdf.png" style="height:60px;" onclick="Feng.showPdf('{$ecr.typeImg|getStoragePath}', 'typeImg')">                                        {/eq}                                        {else/}                                        <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>                        {/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/Pdf.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>        </form>    </div></div><iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe><!--<script src="${ctxPath}/static/modular/gate/enterprise/enterprise_change_edit.js"></script>--><script type="text/javascript">    document.write('<script src="/static/modular/gate/enterprise/enterprise_change_edit.js?v=' + (new Date()).getTime() + '"><\/script>');</script>{/block}
 |