to_detail.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. {extend name="layout/content"}
  2. {block name="content"}
  3. <style>
  4. .float-e-margins .btn{margin-bottom:0 !important;}
  5. .upload-btn {
  6. position: relative;
  7. display: inline-block;
  8. cursor: pointer;
  9. background: #1ab394;
  10. padding: 6px 12px;
  11. color: #fff;
  12. text-align: center;
  13. border-radius: 3px;
  14. overflow: hidden;
  15. font-size: 14px;
  16. font-weight: 400;
  17. }
  18. .imgs li {
  19. list-style: none;
  20. float: left;
  21. border: 1px solid #d8d1d1;
  22. text-align: center;
  23. height: 30px;
  24. }
  25. .spacing {
  26. margin-bottom: 10px;
  27. padding-right: 4px;
  28. padding-left: 4px;
  29. height: 30px;
  30. }
  31. table td{
  32. text-align: center;
  33. }
  34. .key{
  35. width: 150px;
  36. text-align: right;
  37. background-color: #f0f9eb;
  38. }
  39. .value1{
  40. width: 240px;
  41. text-align: left;
  42. }
  43. .word-wrap{
  44. width:100%;
  45. white-space:normal;
  46. word-wrap:break-word;
  47. word-break:break-all;
  48. }
  49. span.new{font-weight:bold;color:#333;}
  50. span.old{text-decoration:line-through;}
  51. ul.files{list-style:none;display:flex;justify-content:center;padding:0;align-items:flex-start;}
  52. ul.files li{overflow:hidden;position:relative;margin-right:10px;float:left;}
  53. 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;}
  54. 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;}
  55. </style>
  56. <div class="ibox float-e-margins">
  57. <div class="ibox-content">
  58. <div class="panel-body">
  59. <div class="panel panel-default">
  60. <input type="hidden" id="id" name="id" value="{$ecr.id}"/>
  61. <input type="hidden" id="type" name="type" value="{$ecr.type}"/>
  62. <input type="hidden" id="checkState" name="checkState" value="{$ecr.checkState}"/>
  63. <div class="panel-heading">{eq name="ecr.special" value="0"}企业{else/}单位{/eq}信息</div>
  64. <div class="panel-body">
  65. <table style="width:100%" class="table table-bordered">
  66. <tr>
  67. <td class="key">
  68. {eq name="ecr.special" value="0"}企业{else/}单位{/eq}名称
  69. </td>
  70. <td class="value1 word-wrap" data-old='{$ecr.oldName}' data-new='{$ecr.newName}'></td>
  71. <td class="key">
  72. 统一社会信用代码
  73. </td>
  74. <td class="value1 word-wrap" style="border-right: 1px solid #c0a16b" data-old='{$ecr.oldIdCard}' data-new='{$ecr.newIdCard}'></td>
  75. <td rowspan="3" style="border: 1px solid #c0a16b;width: 300px">
  76. <label>
  77. {eq name="ecr.special" value="0"}营业执照{else/}事业单位法人证或批文{/eq}
  78. </label>
  79. <ul class="files yyzz">
  80. {if condition="$ecr['oldImgurl'] eq $ecr['newImgurl']"}
  81. <li>
  82. {if condition="$ecr['oldImgurl_is_img'] eq 1"}
  83. <img onclick="Feng.showImg(this)" src="{$ecr.oldImgurl|getStoragePath}" style="max-height:60px;">
  84. {else/}
  85. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-height:60px;">
  86. {/if}
  87. </li>
  88. {else/}
  89. {if condition="$ecr['oldImgurl']"}
  90. <li>
  91. {if condition="$ecr['oldImgurl_is_img'] eq 1"}
  92. <img onclick="Feng.showImg(this)" src="{$ecr.oldImgurl|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  93. {else/}
  94. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-height:60px;"><i class="old">旧</i>
  95. {/if}
  96. </li>
  97. {/if}
  98. {if condition="$ecr['newImgurl']"}
  99. <li>
  100. {if condition="$ecr['newImgurl_is_img'] eq 1"}
  101. <img src="{$ecr.newImgurl|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  102. {else/}
  103. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newImgurl|getStoragePath}', 'imgurl')" style="max-height:60px;"><i class="new">新</i>
  104. {/if}
  105. </li>
  106. {/if}
  107. {/if}
  108. </ul>
  109. </td>
  110. </tr>
  111. <tr>
  112. <td class="key">
  113. 法人代表
  114. </td>
  115. <td class="value1 word-wrap" data-old='{$ecr.oldLegal}' data-new='{$ecr.newLegal}'>
  116. {$ep.legal}
  117. </td>
  118. <td class="key">
  119. {eq name="ecr.special" value="0"}企业{else/}单位{/eq}地址
  120. </td>
  121. <td class="value1 word-wrap" data-old='{$ecr.oldAddress}' data-new='{$ecr.newAddress}'></td>
  122. </tr>
  123. <tr>
  124. <td class="key">
  125. 所属街道
  126. </td>
  127. <td class="value1" data-old='{$ecr.oldStreetName}' data-new='{$ecr.newStreetName}'></td>
  128. <td class="key">
  129. {eq name="ecr.special" value="0"}企业{else/}单位{/eq}电话
  130. </td>
  131. <td class="value1 word-wrap" data-old='{$ecr.oldEphone}' data-new='{$ecr.newEphone}'></td>
  132. </tr>
  133. <tr>
  134. <td class="key">
  135. {eq name="ecr.special" value="0"}企业{else/}单位{/eq}银行账号
  136. </td>
  137. <td class="value1 word-wrap" data-old='{$ecr.oldBankCard}' data-new='{$ecr.newBankCard}'></td>
  138. <td class="key">
  139. {eq name="ecr.special" value="0"}企业{else/}单位{/eq}开户银行
  140. </td>
  141. <td class="value1 word-wrap`" style="border-right: 1px solid #c0a16b" data-old='{$ecr.oldBank}' data-new='{$ecr.newBank}'></td>
  142. <td style="border: 1px solid #c0a16b" rowspan="2">
  143. <label>
  144. 开户许可证/基本存款账户信息
  145. </label>
  146. <ul class="files khxkz">
  147. {if condition="$ecr['oldBankImg'] eq $ecr['newBankImg']"}
  148. <li>
  149. {if condition="$ecr['oldBankImg_is_img'] eq 1"}
  150. <img onclick="Feng.showImg(this)" src="{$ecr.oldBankImg|getStoragePath}" style="max-height:60px;">
  151. {else/}
  152. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-height:60px;">
  153. {/if}
  154. </li>
  155. {else/}
  156. {if condition="$ecr['oldBankImg']"}
  157. <li>
  158. {if condition="$ecr['oldBankImg_is_img'] eq 1"}
  159. <img onclick="Feng.showImg(this)" src="{$ecr.oldBankImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  160. {else/}
  161. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-height:60px;"><i class="old">旧</i>
  162. {/if}
  163. </li>
  164. {/if}
  165. {if condition="$ecr['newBankImg']"}
  166. <li>
  167. {if condition="$ecr['newBankImg_is_img'] eq 1"}
  168. <img src="{$ecr.newBankImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  169. {else/}
  170. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBankImg|getStoragePath}', 'bankImg')" style="max-height:60px;"><i class="new">新</i>
  171. {/if}
  172. </li>
  173. {/if}
  174. {/if}
  175. </ul>
  176. </td>
  177. </tr>
  178. <tr>
  179. <td class="key">
  180. {eq name="ecr.special" value="0"}企业{else/}单位{/eq}开户银行网点
  181. </td>
  182. <td class="value1 word-wrap" data-old='{$ecr.oldBankNetwork}' data-new='{$ecr.newBankNetwork}'></td>
  183. {eq name="ecr.special" value="3"}
  184. <td class="key">
  185. 机构标签
  186. </td>
  187. <td class="value1 word-wrap" data-old='{$ecr.oldOrganizationTagName}' data-new='{$ecr.newOrganizationTagName}'></td>
  188. {/eq}
  189. {eq name="ecr.special" value="1"}
  190. <td class="key">
  191. 单位标签
  192. </td>
  193. <td class="value1 word-wrap" data-old='{$ecr.oldInstitutionTagName}' data-new='{$ecr.newInstitutionTagName}'></td>
  194. {/eq}
  195. </tr>
  196. </table>
  197. {if condition="$ecr['special'] == 0"}
  198. <table style="width:100%" class="table table-bordered">
  199. <tr>
  200. <td colspan="5">
  201. 申报类型:
  202. {switch name="ecr.type"}
  203. {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}
  204. {case value="2"}集成电路优秀人才{/case}
  205. {/switch}
  206. </td>
  207. </tr>
  208. {if condition="$ecr['type'] eq 1"}
  209. <tr class="type1">
  210. <td class="key">
  211. 产业领域
  212. </td>
  213. <td class="value1 word-wrap" data-old="{$ecr.oldIndustryFieldNewName}" data-new="{$ecr.newIndustryFieldNewName}"></td>
  214. <td class="key">
  215. 行业领域
  216. </td>
  217. <td class="value1 word-wrap" data-old="{$ecr.oldIndustryFieldOldName}" data-new="{$ecr.newIndustryFieldOldName}"></td>
  218. <td style="border: 1px solid #c0a16b;width: 300px">
  219. <label>
  220. 行业领域佐证材料
  221. </label>
  222. <ul class="files hyly">
  223. {if condition="$ecr['oldDomainImg'] eq $ecr['newDomainImg']"}
  224. <li>
  225. {if condition="$ecr['oldDomainImg_is_img'] eq 1"}
  226. <img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-height:60px;">
  227. {else/}
  228. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;">
  229. {/if}
  230. </li>
  231. {else/}
  232. {if condition="$ecr['oldDomainImg']"}
  233. <li>
  234. {if condition="$ecr['oldDomainImg_is_img'] eq 1"}
  235. <img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  236. {else/}
  237. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;"><i class="old">旧</i>
  238. {/if}
  239. </li>
  240. {/if}
  241. {if condition="$ecr['newDomainImg']"}
  242. <li>
  243. {if condition="$ecr['newDomainImg_is_img'] eq 1"}
  244. <img src="{$ecr.newDomainImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  245. {else/}
  246. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;"><i class="new">新</i>
  247. {/if}
  248. </li>
  249. {/if}
  250. {/if}
  251. </ul>
  252. </td>
  253. </tr>
  254. <tr class="type1">
  255. <td class="key">
  256. 企业标签
  257. </td>
  258. <td class="value1 word-wrap" data-old="{$ecr.oldEnterpriseTagName}" data-new="{$ecr.newEnterpriseTagName}"></td>
  259. <td class="key">
  260. 企业类型
  261. </td>
  262. <td class="value1 word-wrap" data-old="{$ecr.oldEnterpriseTypeName}" data-new="{$ecr.newEnterpriseTypeName}" style="border:1px solid #c0a16b;"></td>
  263. <td style="border:1px solid #c0a16b;width: 300px">
  264. <label>
  265. 规上、高新技术、专精特新企业上传材料
  266. </label>
  267. <ul class="files hyly">
  268. {if condition="$ecr['oldTypeImg'] eq $ecr['newTypeImg']"}
  269. <li>
  270. {if condition="$ecr['oldTypeImg_is_img'] eq 1"}
  271. <img onclick="Feng.showImg(this)" src="{$ecr.oldTypeImg|getStoragePath}" style="max-height:60px;">
  272. {else/}
  273. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;">
  274. {/if}
  275. </li>
  276. {else/}
  277. {if condition="$ecr['oldTypeImg']"}
  278. <li>
  279. {if condition="$ecr['oldTypeImg_is_img'] eq 1"}
  280. <img onclick="Feng.showImg(this)" src="{$ecr.oldTypeImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  281. {else/}
  282. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;"><i class="old">旧</i>
  283. {/if}
  284. </li>
  285. {/if}
  286. {if condition="$ecr['newTypeImg']"}
  287. <li>
  288. {if condition="$ecr['newTypeImg_is_img'] eq 1"}
  289. <img src="{$ecr.newTypeImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  290. {else/}
  291. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;"><i class="new">新</i>
  292. {/if}
  293. </li>
  294. {/if}
  295. {/if}
  296. </ul>
  297. </td>
  298. </tr>
  299. {/if}
  300. </table>
  301. {/if}
  302. </div>
  303. </div>
  304. </div>
  305. <div class="panel-body">
  306. <div class="panel panel-default">
  307. <div class="panel-heading">人才联络员信息</div>
  308. <div class="panel-body">
  309. <table style="width:100%" class="table table-bordered">
  310. <tr>
  311. <td class="key">
  312. 姓名
  313. </td>
  314. <td class="value1 word-wrap" data-old="{$ecr.oldAgentName}" data-new="{$ecr.newAgentName}"></td>
  315. <td class="key">
  316. 人才联络员电话
  317. </td>
  318. <td class="value1 word-wrap" data-old="{$ecr.oldAgentPhone}" data-new="{$ecr.newAgentPhone}"></td>
  319. </tr>
  320. <tr>
  321. <td class="key">
  322. 人才联络员邮箱
  323. </td>
  324. <td class="value1 word-wrap" data-old="{$ecr.oldAgentEmail}" data-new="{$ecr.newAgentEmail}"></td>
  325. <td class="key">
  326. 人才联络员信息备案表
  327. </td>
  328. <td style="text-align: left">
  329. <ul class="files beian">
  330. {if condition="$ecr['oldBeian'] eq $ecr['newBeian']"}
  331. <li>
  332. {if condition="$ecr['oldBeian_is_img'] eq 1"}
  333. <img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-height:60px;">
  334. {else/}
  335. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-height:60px;">
  336. {/if}
  337. </li>
  338. {else/}
  339. {if condition="$ecr['oldBeian']"}
  340. <li>
  341. {if condition="$ecr['oldBeian_is_img'] eq 1"}
  342. <img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  343. {else/}
  344. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-height:60px;"><i class="old">旧</i>
  345. {/if}
  346. </li>
  347. {/if}
  348. {if condition="$ecr['newBeian']"}
  349. <li>
  350. {if condition="$ecr['newBeian_is_img'] eq 1"}
  351. <img src="{$ecr.newBeian|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  352. {else/}
  353. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBeian|getStoragePath}', 'beian')" style="max-height:60px;"><i class="new">新</i>
  354. {/if}
  355. </li>
  356. {/if}
  357. {/if}
  358. </ul>
  359. </td>
  360. </tr>
  361. </table>
  362. </div>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. <iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe>
  368. <script src="/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js?v=4"></script>
  369. {/block}