123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- {extend name="layout/content"}
- {block name="content"}
- <style>
- .float-e-margins .btn{margin-bottom:0 !important;}
- .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;
- }
- .imgs li {
- list-style: none;
- float: left;
- border: 1px solid #d8d1d1;
- text-align: center;
- height: 30px;
- }
- .spacing {
- margin-bottom: 10px;
- padding-right: 4px;
- padding-left: 4px;
- height: 30px;
- }
- table td{
- text-align: center;
- }
- .key{
- width: 150px;
- text-align: right;
- background-color: #f0f9eb;
- }
- .value1{
- width: 240px;
- text-align: left;
- }
- .word-wrap{
- width:100%;
- white-space:normal;
- word-wrap:break-word;
- word-break:break-all;
- }
- span.new{font-weight:bold;color:#333;}
- span.old{text-decoration:line-through;}
- ul.files{list-style:none;display:flex;justify-content:center;padding:0;align-items:flex-start;}
- ul.files li{overflow:hidden;position:relative;margin-right:10px;float:left;}
- ul.files i.old{text-align:center;height:0;width:0;line-height:15px;color:#fff;position:absolute;right:0;bottom:0;border-top:15px solid transparent;border-right:15px solid #000;border-bottom:15px solid #000;border-left:15px solid transparent;display:block;}
- ul.files i.new{text-align:center;height:0;width:0;line-height:15px;color:#000;position:absolute;right:0;bottom:0;border-top:15px solid transparent;border-right:15px solid #0bfd1a;border-bottom:15px solid #0bfd1a;border-left:15px solid transparent;display:block;}
- </style>
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div class="panel-body">
- <div class="panel panel-default">
- <input type="hidden" id="id" name="id" value="{$ecr.id}"/>
- <input type="hidden" id="type" name="type" value="{$ecr.type}"/>
- <input type="hidden" id="checkState" name="checkState" value="{$ecr.checkState}"/>
- <div class="panel-heading">{eq name="ecr.special" value="0"}企业{else/}单位{/eq}信息</div>
- <div class="panel-body">
- <table style="width:100%" class="table table-bordered">
- <tr>
- <td class="key">
- {eq name="ecr.special" value="0"}企业{else/}单位{/eq}名称
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldName}' data-new='{$ecr.newName}'></td>
- <td class="key">
- 统一社会信用代码
- </td>
- <td class="value1 word-wrap" style="border-right: 1px solid #c0a16b" data-old='{$ecr.oldIdCard}' data-new='{$ecr.newIdCard}'></td>
- <td rowspan="3" style="border: 1px solid #c0a16b;width: 300px">
- <label>
- {eq name="ecr.special" value="0"}营业执照{else/}事业单位法人证或批文{/eq}
- </label>
- <ul class="files yyzz">
- {if condition="$ecr['oldImgurl'] eq $ecr['newImgurl']"}
- <li>
- {if condition="$ecr['oldImgurl_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldImgurl|getStoragePath}" style="max-height:60px;">
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-height:60px;">
- {/if}
- </li>
- {else/}
- {if condition="$ecr['oldImgurl']"}
- <li>
- {if condition="$ecr['oldImgurl_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldImgurl|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-height:60px;"><i class="old">旧</i>
- {/if}
- </li>
- {/if}
- {if condition="$ecr['newImgurl']"}
- <li>
- {if condition="$ecr['newImgurl_is_img'] eq 1"}
- <img src="{$ecr.newImgurl|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newImgurl|getStoragePath}', 'imgurl')" style="max-height:60px;"><i class="new">新</i>
- {/if}
- </li>
- {/if}
- {/if}
- </ul>
- </td>
- </tr>
- <tr>
- <td class="key">
- 法人代表
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldLegal}' data-new='{$ecr.newLegal}'>
- {$ep.legal}
- </td>
- <td class="key">
- {eq name="ecr.special" value="0"}企业{else/}单位{/eq}地址
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldAddress}' data-new='{$ecr.newAddress}'></td>
- </tr>
- <tr>
- <td class="key">
- 所属街道
- </td>
- <td class="value1" data-old='{$ecr.oldStreetName}' data-new='{$ecr.newStreetName}'></td>
- <td class="key">
- {eq name="ecr.special" value="0"}企业{else/}单位{/eq}电话
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldEphone}' data-new='{$ecr.newEphone}'></td>
- </tr>
- <tr>
- <td class="key">
- {eq name="ecr.special" value="0"}企业{else/}单位{/eq}银行账号
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldBankCard}' data-new='{$ecr.newBankCard}'></td>
- <td class="key">
- {eq name="ecr.special" value="0"}企业{else/}单位{/eq}开户银行
- </td>
- <td class="value1 word-wrap`" style="border-right: 1px solid #c0a16b" data-old='{$ecr.oldBank}' data-new='{$ecr.newBank}'></td>
- <td style="border: 1px solid #c0a16b" rowspan="2">
- <label>
- 开户许可证/基本存款账户信息
- </label>
- <ul class="files khxkz">
- {if condition="$ecr['oldBankImg'] eq $ecr['newBankImg']"}
- <li>
- {if condition="$ecr['oldBankImg_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldBankImg|getStoragePath}" style="max-height:60px;">
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-height:60px;">
- {/if}
- </li>
- {else/}
- {if condition="$ecr['oldBankImg']"}
- <li>
- {if condition="$ecr['oldBankImg_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldBankImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-height:60px;"><i class="old">旧</i>
- {/if}
- </li>
- {/if}
- {if condition="$ecr['newBankImg']"}
- <li>
- {if condition="$ecr['newBankImg_is_img'] eq 1"}
- <img src="{$ecr.newBankImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBankImg|getStoragePath}', 'bankImg')" style="max-height:60px;"><i class="new">新</i>
- {/if}
- </li>
- {/if}
- {/if}
- </ul>
- </td>
- </tr>
- <tr>
- <td class="key">
- {eq name="ecr.special" value="0"}企业{else/}单位{/eq}开户银行网点
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldBankNetwork}' data-new='{$ecr.newBankNetwork}'></td>
- {eq name="ecr.special" value="3"}
- <td class="key">
- 机构标签
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldOrganizationTagName}' data-new='{$ecr.newOrganizationTagName}'></td>
- {/eq}
- {eq name="ecr.special" value="1"}
- <td class="key">
- 单位标签
- </td>
- <td class="value1 word-wrap" data-old='{$ecr.oldInstitutionTagName}' data-new='{$ecr.newInstitutionTagName}'></td>
- {/eq}
- </tr>
- </table>
- {if condition="$ecr['special'] == 0"}
- <table style="width:100%" class="table table-bordered">
- <tr>
- <td colspan="5">
- 申报类型:
- {switch name="ecr.type"}
- {case value="1"}晋江市现代产业体系人才{if condition="$ecr['newAgencyType'] neq $ecr['oldAgencyType']"}(<span class='old' {if condition="!$ecr['oldAgencyType']"}style="text-decoration:none;"{/if}>{$ecr.oldAgencyTypeName|default='"未填写"'}</span> -> <span class="new">{$ecr.newAgencyTypeName|default='"已取消"'}</span>){else/}({$ecr.newAgencyTypeName|default='"未选择机构类型"'}){/if}{/case}
- {case value="2"}集成电路优秀人才{/case}
- {/switch}
- </td>
- </tr>
- {if condition="$ecr['type'] eq 1"}
- <tr class="type1">
- <td class="key">
- 产业领域
- </td>
- <td class="value1 word-wrap" data-old="{$ecr.oldIndustryFieldNewName}" data-new="{$ecr.newIndustryFieldNewName}"></td>
- <td class="key">
- 行业领域
- </td>
- <td class="value1 word-wrap" data-old="{$ecr.oldIndustryFieldOldName}" data-new="{$ecr.newIndustryFieldOldName}"></td>
- <td style="border: 1px solid #c0a16b;width: 300px">
- <label>
- 行业领域佐证材料
- </label>
- <ul class="files hyly">
- {if condition="$ecr['oldDomainImg'] eq $ecr['newDomainImg']"}
- <li>
- {if condition="$ecr['oldDomainImg_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-height:60px;">
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;">
- {/if}
- </li>
- {else/}
- {if condition="$ecr['oldDomainImg']"}
- <li>
- {if condition="$ecr['oldDomainImg_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;"><i class="old">旧</i>
- {/if}
- </li>
- {/if}
- {if condition="$ecr['newDomainImg']"}
- <li>
- {if condition="$ecr['newDomainImg_is_img'] eq 1"}
- <img src="{$ecr.newDomainImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;"><i class="new">新</i>
- {/if}
- </li>
- {/if}
- {/if}
- </ul>
- </td>
- </tr>
- <tr class="type1">
- <td class="key">
- 企业标签
- </td>
- <td class="value1 word-wrap" data-old="{$ecr.oldEnterpriseTagName}" data-new="{$ecr.newEnterpriseTagName}"></td>
- <td class="key">
- 企业类型
- </td>
- <td class="value1 word-wrap" data-old="{$ecr.oldEnterpriseTypeName}" data-new="{$ecr.newEnterpriseTypeName}" style="border:1px solid #c0a16b;"></td>
- <td style="border:1px solid #c0a16b;width: 300px">
- <label>
- 规上、高新技术、专精特新企业上传材料
- </label>
- <ul class="files hyly">
- {if condition="$ecr['oldTypeImg'] eq $ecr['newTypeImg']"}
- <li>
- {if condition="$ecr['oldTypeImg_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldTypeImg|getStoragePath}" style="max-height:60px;">
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;">
- {/if}
- </li>
- {else/}
- {if condition="$ecr['oldTypeImg']"}
- <li>
- {if condition="$ecr['oldTypeImg_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldTypeImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;"><i class="old">旧</i>
- {/if}
- </li>
- {/if}
- {if condition="$ecr['newTypeImg']"}
- <li>
- {if condition="$ecr['newTypeImg_is_img'] eq 1"}
- <img src="{$ecr.newTypeImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;"><i class="new">新</i>
- {/if}
- </li>
- {/if}
- {/if}
- </ul>
- </td>
- </tr>
- {/if}
- </table>
- {/if}
- </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 word-wrap" data-old="{$ecr.oldAgentName}" data-new="{$ecr.newAgentName}"></td>
- <td class="key">
- 人才联络员电话
- </td>
- <td class="value1 word-wrap" data-old="{$ecr.oldAgentPhone}" data-new="{$ecr.newAgentPhone}"></td>
- </tr>
- <tr>
- <td class="key">
- 人才联络员邮箱
- </td>
- <td class="value1 word-wrap" data-old="{$ecr.oldAgentEmail}" data-new="{$ecr.newAgentEmail}"></td>
- <td class="key">
- 人才联络员信息备案表
- </td>
- <td style="text-align: left">
- <ul class="files beian">
- {if condition="$ecr['oldBeian'] eq $ecr['newBeian']"}
- <li>
- {if condition="$ecr['oldBeian_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-height:60px;">
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-height:60px;">
- {/if}
- </li>
- {else/}
- {if condition="$ecr['oldBeian']"}
- <li>
- {if condition="$ecr['oldBeian_is_img'] eq 1"}
- <img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-height:60px;"><i class="old">旧</i>
- {/if}
- </li>
- {/if}
- {if condition="$ecr['newBeian']"}
- <li>
- {if condition="$ecr['newBeian_is_img'] eq 1"}
- <img src="{$ecr.newBeian|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
- {else/}
- <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBeian|getStoragePath}', 'beian')" style="max-height:60px;"><i class="new">新</i>
- {/if}
- </li>
- {/if}
- {/if}
- </ul>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- <iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe>
- <script src="/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js?v=4"></script>
- {/block}
|