to_detail.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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" colspan="3" data-old='{$ecr.oldBankNetwork}' data-new='{$ecr.newBankNetwork}'></td>
  183. </tr>
  184. </table>
  185. </div>
  186. </div>
  187. </div>
  188. {if condition="$ecr['special'] == 0"}
  189. <div class="panel-body">
  190. <div class="panel panel-default">
  191. <div class="panel-heading">申报信息</div>
  192. <div class="panel-body">
  193. <table style="width:100%" class="table table-bordered">
  194. <tr>
  195. <td colspan="5">
  196. 申报类型:
  197. {switch name="ecr.type"}
  198. {case value="1"}晋江市现代产业体系人才{/case}
  199. {case value="2"}集成电路优秀人才{/case}
  200. {/switch}
  201. </td>
  202. </tr>
  203. {if condition="$ecr['type'] eq 1"}
  204. <tr class="type1">
  205. <td class="key">
  206. 产业领域
  207. </td>
  208. <td class="value1 word-wrap" data-old="{$ecr.oldIndustryFieldNewName}" data-new="{$ecr.newIndustryFieldNewName}"></td>
  209. <td class="key">
  210. 行业领域
  211. </td>
  212. <td class="value1 word-wrap" data-old="{$ecr.oldIndustryFieldOldName}" data-new="{$ecr.newIndustryFieldOldName}"></td>
  213. <td style="border: 1px solid #c0a16b;width: 300px">
  214. <label>
  215. 行业领域佐证材料
  216. </label>
  217. <ul class="files hyly">
  218. {if condition="$ecr['oldDomainImg'] eq $ecr['newDomainImg']"}
  219. <li>
  220. {if condition="$ecr['oldDomainImg_is_img'] eq 1"}
  221. <img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-height:60px;">
  222. {else/}
  223. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;">
  224. {/if}
  225. </li>
  226. {else/}
  227. {if condition="$ecr['oldDomainImg']"}
  228. <li>
  229. {if condition="$ecr['oldDomainImg_is_img'] eq 1"}
  230. <img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  231. {else/}
  232. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;"><i class="old">旧</i>
  233. {/if}
  234. </li>
  235. {/if}
  236. {if condition="$ecr['newDomainImg']"}
  237. <li>
  238. {if condition="$ecr['newDomainImg_is_img'] eq 1"}
  239. <img src="{$ecr.newDomainImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  240. {else/}
  241. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')" style="max-height:60px;"><i class="new">新</i>
  242. {/if}
  243. </li>
  244. {/if}
  245. {/if}
  246. </ul>
  247. </td>
  248. </tr>
  249. <tr class="type1">
  250. <td class="key">
  251. 企业标签
  252. </td>
  253. <td class="value1 word-wrap" data-old="{$ecr.oldEnterpriseTagName}" data-new="{$ecr.newEnterpriseTagName}"></td>
  254. <td class="key">
  255. 企业类型
  256. </td>
  257. <td class="value1 word-wrap" data-old="{$ecr.oldEnterpriseTypeName}" data-new="{$ecr.newEnterpriseTypeName}" style="border:1px solid #c0a16b;"></td>
  258. <td style="border:1px solid #c0a16b;width: 300px">
  259. <label>
  260. 规上、高新技术、专精特新企业上传材料
  261. </label>
  262. <ul class="files hyly">
  263. {if condition="$ecr['oldTypeImg'] eq $ecr['newTypeImg']"}
  264. <li>
  265. {if condition="$ecr['oldTypeImg_is_img'] eq 1"}
  266. <img onclick="Feng.showImg(this)" src="{$ecr.oldTypeImg|getStoragePath}" style="max-height:60px;">
  267. {else/}
  268. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;">
  269. {/if}
  270. </li>
  271. {else/}
  272. {if condition="$ecr['oldTypeImg']"}
  273. <li>
  274. {if condition="$ecr['oldTypeImg_is_img'] eq 1"}
  275. <img onclick="Feng.showImg(this)" src="{$ecr.oldTypeImg|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  276. {else/}
  277. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;"><i class="old">旧</i>
  278. {/if}
  279. </li>
  280. {/if}
  281. {if condition="$ecr['newTypeImg']"}
  282. <li>
  283. {if condition="$ecr['newTypeImg_is_img'] eq 1"}
  284. <img src="{$ecr.newTypeImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  285. {else/}
  286. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newTypeImg|getStoragePath}', 'typeImg')" style="max-height:60px;"><i class="new">新</i>
  287. {/if}
  288. </li>
  289. {/if}
  290. {/if}
  291. </ul>
  292. </td>
  293. </tr>
  294. {/if}
  295. </table>
  296. </div>
  297. </div>
  298. </div>
  299. {/if}
  300. <div class="panel-body">
  301. <div class="panel panel-default">
  302. <div class="panel-heading">人才联络员信息</div>
  303. <div class="panel-body">
  304. <table style="width:100%" class="table table-bordered">
  305. <tr>
  306. <td class="key">
  307. 姓名
  308. </td>
  309. <td class="value1 word-wrap" data-old="{$ecr.oldAgentName}" data-new="{$ecr.newAgentName}"></td>
  310. <td class="key">
  311. 人才联络员电话
  312. </td>
  313. <td class="value1 word-wrap" data-old="{$ecr.oldAgentPhone}" data-new="{$ecr.newAgentPhone}"></td>
  314. </tr>
  315. <tr>
  316. <td class="key">
  317. 人才联络员邮箱
  318. </td>
  319. <td class="value1 word-wrap" data-old="{$ecr.oldAgentEmail}" data-new="{$ecr.newAgentEmail}"></td>
  320. <td class="key">
  321. 人才联络员信息备案表
  322. </td>
  323. <td style="text-align: left">
  324. <ul class="files beian">
  325. {if condition="$ecr['oldBeian'] eq $ecr['newBeian']"}
  326. <li>
  327. {if condition="$ecr['oldBeian_is_img'] eq 1"}
  328. <img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-height:60px;">
  329. {else/}
  330. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-height:60px;">
  331. {/if}
  332. </li>
  333. {else/}
  334. {if condition="$ecr['oldBeian']"}
  335. <li>
  336. {if condition="$ecr['oldBeian_is_img'] eq 1"}
  337. <img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-height:60px;"><i class="old">旧</i>
  338. {else/}
  339. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-height:60px;"><i class="old">旧</i>
  340. {/if}
  341. </li>
  342. {/if}
  343. {if condition="$ecr['newBeian']"}
  344. <li>
  345. {if condition="$ecr['newBeian_is_img'] eq 1"}
  346. <img src="{$ecr.newBeian|getStoragePath}" onclick="Feng.showImg(this)" style="max-height:60px;"/><i class="new">新</i>
  347. {else/}
  348. <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBeian|getStoragePath}', 'beian')" style="max-height:60px;"><i class="new">新</i>
  349. {/if}
  350. </li>
  351. {/if}
  352. {/if}
  353. </ul>
  354. </td>
  355. </tr>
  356. </table>
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. <iframe style="display: none;" id="hiddenIframe" name="hiddenIframe"></iframe>
  363. <script src="/static/modular/enterprise/enterprisechangeRecord/ep_change_record_detail.js?v=4"></script>
  364. {/block}