123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- {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">学校信息</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.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>
- 办学许可证、法人证书或登记证书
- </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">
- 学校电话
- </td>
- <td class="value1 word-wrap" style="border-right: 1px solid #c0a16b" data-old='{$ecr.oldEphone}' data-new='{$ecr.newEphone}'></td>
- </tr>
- <tr>
- <td class="key">
- 学校地址
- </td>
- <td colspan="3" class="value1 word-wrap" style="border-right: 1px solid #c0a16b" data-old='{$ecr.oldFullLocationName} {$ecr.oldAddress}' data-new='{$ecr.newFullLocationName} {$ecr.newAddress}'></td>
- </tr>
- </table>
- </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 type="text/javascript">
- document.write('<script src="/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js?v=' + (new Date()).getTime() + '"><\/script>');
- </script>
- {/block}
|