|
@@ -0,0 +1,237 @@
|
|
|
+{extend name="layout/content" /}
|
|
|
+{block name="content"}
|
|
|
+<style type="text/css">
|
|
|
+ .spacing {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ padding-right:4px;
|
|
|
+ padding-left: 4px;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<div class="ibox float-e-margins">
|
|
|
+ <div class="ibox-content">
|
|
|
+ <h4 style="color: red;text-align: center">{$msg}</h4>
|
|
|
+ <div class="form-horizontal">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-12">
|
|
|
+ <form id="ep_form" action="/common/auth/enterprise_edit" method="post" class="form-horizontal" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
+ <input type="hidden" id="id" name="id" value="{$ep.id}">
|
|
|
+ <div class="col-sm-12 form-group-sm">
|
|
|
+
|
|
|
+ <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 type="text" autocomplete="off" readonly="readonly" class="form-control" id="username" name="username" value="{$ep.username}" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>密码</label>
|
|
|
+ <input type="password" autocomplete="off" class="form-control" id="password" name="password" value="**********" readonly disabled placeholder="密码由字母、数字及特殊字符组成且字符个数为8-20"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>重复密码</label>
|
|
|
+ <input autocomplete="off" type="password" class="form-control" id="re_password" name="re_password" value="**********" readonly disabled placeholder="密码由字母、数字及特殊字符组成且字符个数为8-20"/>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ <td rowspan="3" >
|
|
|
+ <label class="control-label spacing"><span class="text-danger">*</span>营业执照</label>
|
|
|
+ <img id="photoImg" src="{$ep.imgurl|getStoragePath}" style="height: 60px;" onclick="$('#imgurl').click()" >
|
|
|
+ <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>
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="name" name="name" value="{$ep.name}"/>
|
|
|
+ </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="idCard" name="idCard" value="{$ep.idCard}"/>
|
|
|
+ </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="legal" name="legal" value="{$ep.legal}"/>
|
|
|
+ </div>
|
|
|
+ </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="street" name="street" value="{$ep.street}"></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="address" name="address" value="{$ep.address}"/>
|
|
|
+ </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="ephone" name="ephone" value="{$ep.ephone}"/>
|
|
|
+ </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="bankCard" name="bankCard" value="{$ep.bankCard}" />
|
|
|
+ </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="bank" name="bank" value="{$ep.bank}" />
|
|
|
+ </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="bankNetwork" name="bankNetwork" value="{$ep.bankNetwork}" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <label class="control-label spacing"><span class="text-danger">*</span>开户许可证</label>
|
|
|
+ <img id="photoImg1" src="{$ep.bankImg|getStoragePath}" style="height: 60px;" onclick="$('#bankImg').click()" >
|
|
|
+ <input style="display: none" autocomplete="off" type="file" class="form-control" id="bankImg" name="bankImg" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="panel-heading">申报基础信息</div>
|
|
|
+ <div class="panel-body">
|
|
|
+ <div class="row">
|
|
|
+ <div class="rowGroup" >
|
|
|
+ <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>申报类型</label>
|
|
|
+ <div class="col-sm-4 spacing">
|
|
|
+ <select class="form-control" id="type" name="type" onchange="Register.typeChange()" value="{$ep.type}">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="1">晋江市现代产业体系人才</option>
|
|
|
+ <option value="2">集成电路优秀人才</option>
|
|
|
+<!-- <option value="3">海峡计划团队</option>-->
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row" id="typeGroup" style="display: none">
|
|
|
+ <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="industryFieldNew" name="industryFieldNew" onchange="Register.industryChange()" value="{$ep.industryFieldNew}"></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="industryFieldOld" name="industryFieldOld" value="{$ep.industryFieldOld}">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="2">
|
|
|
+ <label class="control-label spacing">行业领域上传材料 </label>
|
|
|
+ <img id="photoImg2" src="{$ep.domainImg|getStoragePath}" style="height: 60px;" onclick="$('#domainImg').click()" >
|
|
|
+ <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="enterpriseTag" name="enterpriseTag" value="{$ep.enterpriseTag}">
|
|
|
+ </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="enterpriseType" name="enterpriseType" value="{$ep.enterpriseType}">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <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="agentName" name="agentName" value="{$ep.agentName}"/>
|
|
|
+ </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="agentEmail" name="agentEmail" value="{$ep.agentEmail}"/>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="2">
|
|
|
+ <label class="control-label spacing" style="text-align: center">人才联络员备案表<br /><a href="/beianbiao.doc" style="color: red">模板下载</a> </label>
|
|
|
+ <img id="photoImg3" src="{$ep.beian|getStoragePath}" style="height: 60px;" onclick="$('#beian').click()" >
|
|
|
+ <input style="display: none" autocomplete="off" type="file" class="form-control" id="beian" name="beian" />
|
|
|
+ </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="agentPhone" name="agentPhone" value="{$ep.agentPhone}" readonly disabled placeholder="用于找回密码" />
|
|
|
+ </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="checkState" name="checkState" value="审核驳回" readonly disabled />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <div class="row">
|
|
|
+
|
|
|
+ <div class="col-sm-12" style="text-align: center;margin-top: 10px;">
|
|
|
+ <button type="button" class="btn btn-sm btn-primary " onclick="Register.enterpriseUserRegister()" id="ensure">
|
|
|
+ <i class="fa fa-check"></i> 提交
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<iframe id="hiddenIframe" name="hiddenIframe" style="display: none;"></iframe>
|
|
|
+<!--<script src="${ctxPath}/static/modular/gate/enterprise/enterprise_edit.js"></script>-->
|
|
|
+<script type="text/javascript">
|
|
|
+ document.write('<script src="/static/modular/gate/enterprise/enterprise_edit.js?v='+(new Date()).getTime()+'"><\/script>');
|
|
|
+</script>
|
|
|
+{/block}
|