|
@@ -84,8 +84,14 @@
|
|
营业执照<br />
|
|
营业执照<br />
|
|
(事业单位法人证或批文)
|
|
(事业单位法人证或批文)
|
|
</label>
|
|
</label>
|
|
- <img onclick="Feng.showImg(this)" id="yyzz" alt="营业执照" src="{$ep.imgurl|getStoragePath}"
|
|
|
|
- style="max-width: 100px;">
|
|
|
|
|
|
+ {if condition="$ep['imgurl']"}
|
|
|
|
+ {if condition="$ep['imgurl_is_img']"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="yyzz" alt="营业执照"
|
|
|
|
+ src="{$ep.imgurl|getStoragePath}" style="max-width: 100px;">
|
|
|
|
+ {else}
|
|
|
|
+ <button type="button" onclick="Feng.showPdf('{$ep.imgurl|getStoragePath}','beian')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
@@ -133,8 +139,14 @@
|
|
<label>
|
|
<label>
|
|
开户许可证
|
|
开户许可证
|
|
</label>
|
|
</label>
|
|
- <img onclick="Feng.showImg(this)" id="bankImg" alt="开户许可证"
|
|
|
|
- src="{$ep.bankImg|getStoragePath}" style="max-width: 100px;">
|
|
|
|
|
|
+ {if condition="$ep['bankImg']"}
|
|
|
|
+ {if condition="$ep['bankImg_is_img']"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="bankImg" alt="开户许可证"
|
|
|
|
+ src="{$ep.bankImg|getStoragePath}" style="max-width: 100px;">
|
|
|
|
+ {else}
|
|
|
|
+ <button type="button" onclick="Feng.showPdf('{$ep.bankImg|getStoragePath}','bankImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
@@ -197,8 +209,14 @@
|
|
{$ep.enterpriseTypeName}
|
|
{$ep.enterpriseTypeName}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <img onclick="Feng.showImg(this)" id="domainImg" alt="行业领域佐证材料"
|
|
|
|
- src="{$ep.domainImg|getStoragePath}" style="max-width: 100px;">
|
|
|
|
|
|
+ {if condition="$ep['domainImg']"}
|
|
|
|
+ {if condition="$ep['domainImg_is_img']"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="domainImg" alt="行业领域佐证材料"
|
|
|
|
+ src="{$ep.domainImg|getStoragePath}" style="max-width: 100px;">
|
|
|
|
+ {else}
|
|
|
|
+ <button type="button" onclick="Feng.showPdf('{$ep.domainImg|getStoragePath}','domainImg')" class="btn btn-xs btn-danger"><i class="fa fa-file-pdf-o" aria-hidden="true"></i></button>
|
|
|
|
+ {/if}
|
|
|
|
+ {/if}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
@@ -236,11 +254,13 @@
|
|
人才联络员信息备案表
|
|
人才联络员信息备案表
|
|
</td>
|
|
</td>
|
|
<td style="text-align: left">
|
|
<td style="text-align: left">
|
|
- {if condition="$ep['beian_is_img']"}
|
|
|
|
- <img onclick="Feng.showImg(this)" id="beian" alt="人才联络员信息备案表"
|
|
|
|
- src="{$ep.beian|getStoragePath}" style="max-width: 100px;">
|
|
|
|
- {else}
|
|
|
|
- <button type="button" onclick="Feng.showFile('{$ep.beian|getStoragePath}','beian')">点击查看</button>
|
|
|
|
|
|
+ {if condition="$ep['beian']"}
|
|
|
|
+ {if condition="$ep['beian_is_img']"}
|
|
|
|
+ <img onclick="Feng.showImg(this)" id="beian" alt="人才联络员信息备案表"
|
|
|
|
+ src="{$ep.beian|getStoragePath}" style="max-width: 100px;">
|
|
|
|
+ {else}
|
|
|
|
+ <button type="button" onclick="Feng.showPdf('{$ep.beian|getStoragePath}','beian')" class="btn btn-xs btn-danger">点击查看</button>
|
|
|
|
+ {/if}
|
|
{/if}
|
|
{/if}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|