|
@@ -0,0 +1,395 @@
|
|
|
|
+{extend name="layout/content"}
|
|
|
|
+{block name="content"}
|
|
|
|
+<style type="text/css">
|
|
|
|
+ .spacing {
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ padding-right: 4px;
|
|
|
|
+ padding-left: 4px;
|
|
|
|
+ }
|
|
|
|
+ table {
|
|
|
|
+ word-wrap: break-word;
|
|
|
|
+ word-break: break-all
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .layui-layer-btn .layui-layer-btn1 {
|
|
|
|
+ border-color: #009688;
|
|
|
|
+ background-color: #009688;
|
|
|
|
+ color: #fff;
|
|
|
|
+ }
|
|
|
|
+ .key{
|
|
|
|
+ width: 150px;
|
|
|
|
+ text-align: right;
|
|
|
|
+ background-color: #f0f9eb;
|
|
|
|
+ }
|
|
|
|
+ .value1{
|
|
|
|
+ width: 240px;
|
|
|
|
+ }
|
|
|
|
+</style>
|
|
|
|
+<div class="ibox float-e-margins">
|
|
|
|
+ <div class="ibox-title">
|
|
|
|
+ <h5>机构用户中心</h5>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="ibox-content">
|
|
|
|
+ <div class="form-horizontal">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12">
|
|
|
|
+ <div class="tabs-container">
|
|
|
|
+ <ul class="nav nav-tabs">
|
|
|
|
+ <li class="active"><a data-toggle="tab" href="#tab-1" aria-expanded="true">基本信息</a></li>
|
|
|
|
+ <li class=""><a data-toggle="tab" href="#tab-2" aria-expanded="false">机构信息变更</a></li>
|
|
|
|
+ <li class=""><a data-toggle="tab" href="#tab-3" aria-expanded="false">修改密码</a></li>
|
|
|
|
+ <!-- <li class="" ><a data-toggle="tab" href="#tab-4" aria-expanded="false">绑定聚才网账号</a></li>-->
|
|
|
|
+ </ul>
|
|
|
|
+ <div class="tab-content">
|
|
|
|
+ <div id="tab-1" class="tab-pane active">
|
|
|
|
+ <div class="panel-body">
|
|
|
|
+ <div class="panel panel-default">
|
|
|
|
+ <div class="panel-heading">{eq name="ep.special" value="0"}企业{else/}单位{/eq}信息</div>
|
|
|
|
+ <div class="panel-body">
|
|
|
|
+
|
|
|
|
+ <table style="width:100%" class="table table-bordered">
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 账号
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1">
|
|
|
|
+ {$ep.username}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ {eq name="ep.special" value="0"}企业{else/}单位{/eq}名称
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1" style="border-right: 1px solid #c0a16b">
|
|
|
|
+ {$ep.name}
|
|
|
|
+ </td>
|
|
|
|
+ <td rowspan="4" style="border: 1px solid #c0a16b">
|
|
|
|
+ <label>{eq name="ep.special" value="0"}营业执照{else/}事业单位法人证或批文{/eq}</label>
|
|
|
|
+ {if condition="$ep['imgurl']"}
|
|
|
|
+ {if condition="$ep['imgurl_is_img'] eq 1"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="yyzz" src="{$ep.imgurl|getStoragePath}" style="max-height:60px">
|
|
|
|
+ {else/}
|
|
|
|
+ <img onclick="Feng.showPdf('{$ep.imgurl|getStoragePath}', 'imgurl')" src="/static/img/Pdf.png" style="max-height:60px">
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 统一社会信用代码
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.idCard}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 法人代表
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.legal}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 所属街道
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.streetName}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ {eq name="ep.special" value="0"}企业{else/}单位{/eq}电话
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.ephone}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+
|
|
|
|
+ <td class="key">
|
|
|
|
+ {eq name="ep.special" value="0"}企业{else/}单位{/eq}地址
|
|
|
|
+ </td>
|
|
|
|
+ <td colspan="3">
|
|
|
|
+ {$ep.address}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ {eq name="ep.special" value="0"}企业{else/}单位{/eq}银行账号
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.bankCard}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ {eq name="ep.special" value="0"}企业{else/}单位{/eq}开户银行
|
|
|
|
+ </td>
|
|
|
|
+ <td style="border-right: 1px solid #c0a16b">
|
|
|
|
+ {$ep.bank}
|
|
|
|
+ </td>
|
|
|
|
+ <td rowspan="2" style="border: 1px solid #c0a16b">
|
|
|
|
+ <label>开户许可证/基本存款账户信息</label>
|
|
|
|
+ {if condition="$ep['bankImg']"}
|
|
|
|
+ {if condition="$ep['bankImg_is_img'] eq 1"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="bankImg" src="{$ep.bankImg|getStoragePath}" style="max-height:60px">
|
|
|
|
+ {else/}
|
|
|
|
+ <img onclick="Feng.showPdf('{$ep.bankImg|getStoragePath}', 'bankImg')" src="/static/img/Pdf.png" style="max-height:60px">
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ {eq name="ep.special" value="0"}企业{else/}单位{/eq}开户银行网点
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.bankNetwork}
|
|
|
|
+ </td>
|
|
|
|
+ {eq name="ep.special" value="3"}
|
|
|
|
+ <td class="key">机构标签</td>
|
|
|
|
+ <td>{$ep.organizationTagName}</td>
|
|
|
|
+ {/eq}
|
|
|
|
+ {eq name="ep.special" value="1"}
|
|
|
|
+ <td class="key">单位标签</td>
|
|
|
|
+ <td>{$ep.institutionTagName}</td>
|
|
|
|
+ {/eq}
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ {eq name="ep.special" value="0"}
|
|
|
|
+ <p>
|
|
|
|
+ 申报类型:
|
|
|
|
+ {switch name="ep.type"}
|
|
|
|
+ {case value="1"}晋江市现代产业体系人才{if condition="$ep['agencyTypeName']"}({$ep.agencyTypeName}){/if}{/case}
|
|
|
|
+ {case value="2"}集成电路优秀人才{/case}
|
|
|
|
+ {/switch}
|
|
|
|
+ <input type="hidden" id="type" value="{$ep.type}">
|
|
|
|
+ </p>
|
|
|
|
+ {if condition="$ep['type'] eq 1"}
|
|
|
|
+ <table style="width:100%;table-layout:fixed;" class="table table-bordered">
|
|
|
|
+ {if condition="$ep['agencyType'] eq 1"}
|
|
|
|
+ <tr class="type1">
|
|
|
|
+ <td class="key">
|
|
|
|
+ 产业领域
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1">
|
|
|
|
+ {$ep.industryFieldNewName}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 行业领域
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1" style="border-right: 1px solid #c0a16b">
|
|
|
|
+ {$ep.industryFieldOldName}
|
|
|
|
+ </td>
|
|
|
|
+ <td style="border: 1px solid #c0a16b">
|
|
|
|
+ <label>行业领域佐证材料</label>
|
|
|
|
+ {if condition="$ep['domainImg']"}
|
|
|
|
+ {if condition="$ep['domainImg_is_img'] eq 1"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.domainImg|getStoragePath}" style="max-height:60px">
|
|
|
|
+ {else/}
|
|
|
|
+ <img onclick="Feng.showPdf('{$ep.domainImg|getStoragePath}', 'domainImg')" src="/static/img/Pdf.png" style="max-height:60px">
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ {/if}
|
|
|
|
+ <tr class="type1">
|
|
|
|
+ <td class="key">
|
|
|
|
+ 企业标签
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ {$ep.enterpriseTagName}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 企业类型
|
|
|
|
+ </td>
|
|
|
|
+ <td style="border-right:1px solid #c0a16b;">
|
|
|
|
+ {$ep.enterpriseTypeName}
|
|
|
|
+ </td>
|
|
|
|
+ <td style="border: 1px solid #c0a16b">
|
|
|
|
+ <label>规上、高新技术、专精特新企业上传材料</label>
|
|
|
|
+ {if condition="$ep['typeImg']"}
|
|
|
|
+ {if condition="$ep['typeImg_is_img'] eq 1"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.typeImg|getStoragePath}" style="max-height:60px">
|
|
|
|
+ {else/}
|
|
|
|
+ <img onclick="Feng.showPdf('{$ep.typeImg|getStoragePath}', 'typeImg')" src="/static/img/Pdf.png" style="max-height:60px">
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ {/if}
|
|
|
|
+ {/eq}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="panel-body">
|
|
|
|
+ <div class="panel panel-default">
|
|
|
|
+ <div class="panel-heading">人才联络员信息</div>
|
|
|
|
+ <div class="panel-body">
|
|
|
|
+ <table style="width:100%" class="table table-bordered">
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 姓名
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1">
|
|
|
|
+ {$ep.agentName}
|
|
|
|
+ </td>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 人才联络员电话
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1" style="border-right: 1px solid #c0a16b">
|
|
|
|
+ {$ep.agentPhone}
|
|
|
|
+ </td>
|
|
|
|
+ <td rowspan="2" style="border: 1px solid #c0a16b">
|
|
|
|
+ <label>人才联络员信息备案表</label>
|
|
|
|
+ {if condition="$ep['beian']"}
|
|
|
|
+ {if condition="$ep['beian_is_img'] eq 1"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="domainImg" src="{$ep.beian|getStoragePath}" style="max-height:60px">
|
|
|
|
+ {else/}
|
|
|
|
+ <img onclick="Feng.showPdf('{$ep.beian|getStoragePath}', 'beian')" src="/static/img/Pdf.png" style="max-height:60px">
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="key">
|
|
|
|
+ 人才联络员邮箱
|
|
|
|
+ </td>
|
|
|
|
+ <td class="value1">
|
|
|
|
+ {$ep.agentEmail}
|
|
|
|
+ </td>
|
|
|
|
+ <td colspan="2"></td>
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div id="tab-2" class="tab-pane">
|
|
|
|
+ <br/>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="hidden-xs" id="tableToolbar" role="group">
|
|
|
|
+ <button type="button" class="btn btn-sm btn-primary"
|
|
|
|
+ onclick="EnterpriseCenter.addEnterprisechangeRecord()"><i
|
|
|
|
+ class="fa fa-plus"></i>申请变更
|
|
|
|
+ </button>
|
|
|
|
+ <button type="button" class="btn btn-sm btn-primary"
|
|
|
|
+ onclick="EnterpriseCenter.updateEnterprisechangeRecord()"><i
|
|
|
|
+ class="fa fa-edit"></i>修改
|
|
|
|
+ </button>
|
|
|
|
+ <button type="button" class="btn btn-sm btn-primary"
|
|
|
|
+ onclick="EnterpriseCenter.showEnterprisechangeRecordDetail()"><i
|
|
|
|
+ class="fa fa-info"></i>查看详情
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ <table id="table">
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div id="tab-3" class="tab-pane">
|
|
|
|
+ <div class="panel-body" style="width:900px;">
|
|
|
|
+ <br/>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12 b-r">
|
|
|
|
+ <div class="rowGroup" style="margin-bottom: 0px;">
|
|
|
|
+ <label class="col-sm-2 control-label">原密码</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input type="password" class="form-control"
|
|
|
|
+ autocomplete='new-password' name="password"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="hr-line-dashed"></div>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12 b-r">
|
|
|
|
+ <div class="rowGroup" style="margin-bottom: 0px;">
|
|
|
|
+ <label class="col-sm-2 control-label">新密码</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input type="password" class="form-control"
|
|
|
|
+ autocomplete='new-password' name="newPassword"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="hr-line-dashed"></div>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12 b-r">
|
|
|
|
+ <div class="rowGroup" style="margin-bottom: 0px;">
|
|
|
|
+ <label class="col-sm-2 control-label">重复新密码</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input type="password" class="form-control"
|
|
|
|
+ autocomplete='new-password' name="newRePassword"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <br/>
|
|
|
|
+ <div style="width:100%; text-align: center;">
|
|
|
|
+ <button type="button" class="btn btn-w-m btn-primary" style="width:200px;"
|
|
|
|
+ onclick="EnterpriseCenter.changePwd()">确认修改
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div id="tab-4" class="tab-pane">
|
|
|
|
+ <div class="panel-body" style="width:900px;">
|
|
|
|
+ <br/>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12 ">
|
|
|
|
+ <div class="rowGroup" style="margin-bottom: 0px;">
|
|
|
|
+ <label class="col-sm-2 control-label">聚才网账号</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input type="text" class="form-control" id="username"
|
|
|
|
+ name="username"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <br/>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12">
|
|
|
|
+ <div class="rowGroup" style="margin-bottom: 0px;">
|
|
|
|
+ <label class="col-sm-2 control-label">聚才网账号密码</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input type="password" class="form-control"
|
|
|
|
+ autocomplete='new-password' id="password" name="password"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <br/>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12 ">
|
|
|
|
+ <div class="rowGroup form-inline" style="margin-bottom: 0px;">
|
|
|
|
+ <label class="col-sm-2 control-label">人才联络员手机验证码</label>
|
|
|
|
+ <div class="col-sm-10">
|
|
|
|
+ <input autocomplete="off" type="text" style="width: 80%"
|
|
|
|
+ class="form-control" id="verificationCode"
|
|
|
|
+ name="verificationCode"/>
|
|
|
|
+ <button id="enterprise_sms_btn"
|
|
|
|
+ style="margin-bottom: 0px;width: 18%"
|
|
|
|
+ onclick="EnterpriseCenter.getEnterpriseSms()" type="button"
|
|
|
|
+ class="btn btn-sm btn-info">获取验证码
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <br/>
|
|
|
|
+ <div style="width:100%; text-align: center;">
|
|
|
|
+ <button type="button" class="btn btn-w-m btn-primary" style="width:200px;"
|
|
|
|
+ onclick="EnterpriseCenter.bindJcAccount()">确认绑定
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+<script type="text/javascript">
|
|
|
|
+ document.write('<script src="/static/modular/gate/enterprise/enterprise_center.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
|
+</script>
|
|
|
|
+<!--<script src='{$ctxPath}/static/modular/gate/enterprise/enterprise_center.js?v='></script>-->
|
|
|
|
+{/block}
|