print.jsp 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <%@ page contentType="text/html;charset=UTF-8"%>
  3. <%@ include file="../../../common.jsp"%>
  4. <script type="text/javascript"
  5. src="${app }/static/biz/js/gkjygl/gkjyr/jyrjbxx/gkjyrdetails.js"></script>
  6. <script type="text/javascript"
  7. src="${app }/static/biz/js/gkjygl/gkjyr/jyrjbxx/gkjyrmain.js"></script>
  8. <style>
  9. .apply th{width:12%;}
  10. .apply td{width:13%;font-size: 14px;}
  11. .apply textarea{width:95%; }
  12. @media print
  13. {
  14. .Noprint{DISPLAY:none;}
  15. .PageNext{PAGE-BREAK-AFTER:always}
  16. }
  17. .hideApply td{height: 41px;border: 1px solid #e2e3cb;text-indent: 5px;}
  18. .hideApply th{height: 41px;border: 1px solid #e2e3cb;text-indent: 5px;font-weight: normal;}
  19. .hideApply {border: 1px solid #e2e3cb;border-spacing: 0;border-collapse: collapse;font-size: 12px;color: #000;
  20. font-family: 'Microsoft YaHei',sans-serif;line-height: 1.42857143;float:right;}
  21. </style>
  22. <script type="text/javascript">
  23. var HKEY_Root,HKEY_Path,HKEY_Key;
  24. HKEY_Root="HKEY_CURRENT_USER";
  25. HKEY_Path="\\Software\\Microsoft\\Internet Explorer\\PageSetup\\";
  26. // 页面加载完成后执行
  27. $(document).ready(function() {
  28. });
  29. //设置网页打印的页眉页脚为空
  30. function PageSetup_Null(){
  31. try{
  32. var Wsh=new ActiveXObject("WScript.Shell");
  33. HKEY_Key="header";
  34. Wsh.RegWrite(HKEY_Root+HKEY_Path+HKEY_Key,"");
  35. HKEY_Key="footer";
  36. Wsh.RegWrite(HKEY_Root+HKEY_Path+HKEY_Key,"");
  37. }
  38. catch(e)
  39. {}
  40. }
  41. function printUp(){
  42. PageSetup_Null();
  43. str = window.document.getElementById('hidePrint').innerHTML;
  44. //alert(str);
  45. bdhtml=window.document.body.innerHTML;//获取当前页的html代码
  46. /*sprnstr="<!--startprint-->";//设置打印开始区域
  47. eprnstr="<!--endprint-->";//设置打印结束区域
  48. prnhtml=bdhtml.substring(bdhtml.indexOf(sprnstr)+18); //从开始代码向后取html
  49. prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprnstr));//从结束代码向前取html */
  50. window.document.body.innerHTML=str;
  51. window.print();
  52. window.document.body.innerHTML=bdhtml;
  53. }
  54. </script>
  55. <body>
  56. <div class="work_box" style="background:#fff;">
  57. <div style="height:20px;text-align: left;margin-top: 10px;margin-left: 150px;">
  58. <button type="button" class="swgl_btn_print" onclick="printUp()"><span>打印</span></button>
  59. </div>
  60. <!--startprint-->
  61. <div class="fwgl_ng_content" id="print">
  62. <h1 align="center" style="font-size: 28px;font-family:方正小标宋简体;">港口经营人基本信息表</h1>
  63. <table cellpadding="0" cellspacing="0" class="apply">
  64. <tr>
  65. <th width="10%">所在地:</th>
  66. <td width="15%">${gkjyrxx.szdzw}</td>
  67. <th width="10%">所在港口:</th>
  68. <td width="15%">${gkjyrxx.szgkzw}</td>
  69. <th width="10%">所在港区:</th>
  70. <td width="15%">${gkjyrxx.szgqzw}</td>
  71. <th width="10%">危货企业:</th>
  72. <td width="15%">${gkjyrxx.sfwhqyzw}</td>
  73. </tr>
  74. <tr>
  75. <th>行政区划:</th>
  76. <td>${gkjyrxx.xzqh}</td>
  77. <th>企业性质:</th>
  78. <td>${gkjyrxx.qyxzzw}</td>
  79. <th>主营货种:</th>
  80. <td colspan="3">${gkjyrxx.zyhz}
  81. </td>
  82. </tr>
  83. <tr>
  84. <th>经营人名称:</th>
  85. <td colspan="7">${gkjyrxx.gkjyr}
  86. </td>
  87. </tr>
  88. <tr>
  89. <th>办公地址:</th>
  90. <td colspan="5">${gkjyrxx.bgdz}
  91. </td>
  92. <th>邮政编码:</th>
  93. <td>${gkjyrxx.yzbm}
  94. </td>
  95. </tr>
  96. <%-- <tr>
  97. <th>经营许可证号<br>编号:</th>
  98. <td colspan="2">${gkjyrxx.gkjyxkzh}
  99. </td>
  100. <th>发证日期:</th>
  101. <td colspan="2">
  102. ${gkjyrxx.fzrqstr}
  103. </td>
  104. <th>发证机关:</th>
  105. <td>${gkjyrxx.fzjg}
  106. </td>
  107. </tr>
  108. <tr>
  109. <th>经营范围:</th>
  110. <td colspan="7">${gkjyrxx.jyfw}
  111. </td>
  112. </tr>
  113. <tr>
  114. <th>经营区域:</th>
  115. <td colspan="5">${gkjyrxx.jyqy}
  116. </td>
  117. </tr> --%>
  118. <tr>
  119. <th>法定代表人<br>姓名:</th>
  120. <td colspan="2">${gkjyrxx.fddbr}
  121. </td>
  122. <th>联系电话:</th>
  123. <td colspan="2">${gkjyrxx.lxdh}
  124. </td>
  125. <th>传真:</th>
  126. <td>${gkjyrxx.cz}
  127. </td>
  128. </tr>
  129. <tr>
  130. <th>许可证信息:</th>
  131. <td colspan="7">${gkjyrxx.gkjyxkzh}
  132. </td>
  133. </tr>
  134. <tr>
  135. <th>工商营业执照<br>编号:</th>
  136. <td colspan="2">${gkjyrxx.gsyyzzbh}
  137. </td>
  138. <th>投资总额(万元):</th>
  139. <td colspan="2">${gkjyrxx.tzze}
  140. </td>
  141. <th>注册资本(万元):</th>
  142. <td>${gkjyrxx.zczb}
  143. </td>
  144. </tr>
  145. <tr>
  146. <th>危险货物作业<br>附证编号:</th>
  147. <td colspan="5">${gkjyrxx.gkwxhwzyfzbh}</td>
  148. <th >设施保安符合<br>证书编号:</th>
  149. <td>${gkjyrxx.gkssbafhzsbh}</td>
  150. </tr>
  151. <tr>
  152. <th rowspan="3">从业人员(人):</th>
  153. <td rowspan="3" colspan="2">${gkjyrxx.cyrysl}</td>
  154. <th>现场管理人员(人):</th>
  155. <td colspan="2">${gkjyrxx.xcglrysl}</td>
  156. <th rowspan="3">参加培训人员(人):</th>
  157. <td>${gkjyrxx.xcglpxrysl}</td>
  158. </tr>
  159. <tr>
  160. <th>专业技术人员(人):</th>
  161. <td colspan="2">${gkjyrxx.zyjsrysl}</td>
  162. <td>${gkjyrxx.zyjspxrysl}</td>
  163. </tr>
  164. <tr>
  165. <th>现场作业人员(人):</th>
  166. <td colspan="2">${gkjyrxx.xczyrysl}</td>
  167. <td>${gkjyrxx.xczyrypxsl}</td>
  168. </tr>
  169. <tr>
  170. <th>房建设施总面积<br>(平方米):</th>
  171. <td colspan="2">${gkjyrxx.fjsszmj}</td>
  172. <th>有无产权证明:</th>
  173. <td colspan="2">${gkjyrxx.ywcqzmzw}</td>
  174. <th>办公用房<br>(平方米):</th>
  175. <td>${gkjyrxx.bgyfmj}</td>
  176. </tr>
  177. <tr>
  178. <th>岸线长度(米):</th>
  179. <td colspan="2">${gkjyrxx.axcd}</td>
  180. <th>码头前沿河底高程(米):</th>
  181. <td colspan="4">${gkjyrxx.mtqyhdgc}</td>
  182. </tr>
  183. <tr>
  184. <th>码头泊位总数(个):</th>
  185. <td colspan="2">${gkjyrxx.mtbwzs}</td>
  186. <th>生产性泊位(个):</th>
  187. <td colspan="2">${gkjyrxx.scxbw}</td>
  188. <th>非生产性泊位(个):</th>
  189. <td>${gkjyrxx.fscxbw}</td>
  190. </tr>
  191. <tr>
  192. <th>最大靠泊能力<br>(万吨):</th>
  193. <td colspan="5">${gkjyrxx.zdkbnl}</td>
  194. <th>万吨级以上泊位(个):</th>
  195. <td>${gkjyrxx.wdjysbwsl}</td>
  196. </tr>
  197. <tr>
  198. <th rowspan="2">码头结构型式:</th>
  199. <td rowspan="2" colspan="2">${gkjyrxx.mtjgxszw}</td>
  200. <th>泊位总长度(米):</th>
  201. <td colspan="4">${gkjyrxx.bwzcd}</td>
  202. </tr>
  203. <tr>
  204. <th>有无竣工验收<br>证明:</th>
  205. <td colspan="4">${gkjyrxx.ywjgyszw}</td>
  206. </tr>
  207. <tr>
  208. <th>设计年通过能力<br>(万吨):</th>
  209. <td colspan="7">
  210. ${gkjyrxx.sjntgnl},其中集装箱(万TEU):${gkjyrxx.jzx}
  211. </td>
  212. </tr>
  213. <tr>
  214. <th rowspan="2">上年度总吞量<br>(万吨):</th>
  215. <td colspan="2">${gkjyrxx.sndzttl}<br>&nbsp集装箱(万TEU):</td>
  216. <th rowspan="2">其中外贸总吞量<br>(万吨):</th>
  217. <td colspan="4">${gkjyrxx.sndwmttl}<br>&nbsp集装箱(万TEU):</td>
  218. </tr>
  219. <tr>
  220. <td colspan="2">${gkjyrxx.sndzjzx}</td>
  221. <td colspan="4">${gkjyrxx.sndwmjzx}</td>
  222. </tr>
  223. <tr>
  224. <th>陆域总面积<br>(平方米):</th>
  225. <td colspan="2">${gkjyrxx.lymj}</td>
  226. <th>仓库总面积<br>(平方米):</th>
  227. <td colspan="2">${gkjyrxx.ckzmj}</td>
  228. <th>堆场总面积<br>(平方米):</th>
  229. <td>${gkjyrxx.tczmj}</td>
  230. </tr>
  231. <tr>
  232. <th rowspan="3">装卸设备(台):</th>
  233. <td rowspan="3" colspan="2">${gkjyrxx.zxsbgs}</td>
  234. <th>其中门座吊机(台):</th>
  235. <td colspan="2">${gkjyrxx.mzdjgs}</td>
  236. <th>轮胎起重机(台):</th>
  237. <td>${gkjyrxx.ltqzjgs}</td>
  238. </tr>
  239. <tr>
  240. <th>固定吊机(台):</th>
  241. <td colspan="2">${gkjyrxx.gddjgs}</td>
  242. <th>汽车起重机(台):</th>
  243. <td>${gkjyrxx.qcqzjgs}</td>
  244. </tr>
  245. <tr>
  246. <th>输送设备(台):</th>
  247. <td colspan="2">${gkjyrxx.sssbgs}</td>
  248. <th>其他机械(台):</th>
  249. <td>${gkjyrxx.qtjxgs}</td>
  250. </tr>
  251. <tr>
  252. <th>港作船舶(艘):</th>
  253. <td colspan="2">${gkjyrxx.gzcbgs}</td>
  254. <th>船舶总载重量<br>(万吨):</th>
  255. <td colspan="4">${gkjyrxx.cbzzzl}</td>
  256. </tr>
  257. <tr>
  258. <th>工艺管线长度(米):</th>
  259. <td colspan="2">${gkjyrxx.gygxcd}</td>
  260. <th>铁路专用长度(米):</th>
  261. <td colspan="4">${gkjyrxx.tlzyxcd}</td>
  262. </tr>
  263. <tr>
  264. <th>储罐(个):</th>
  265. <td colspan="2">${gkjyrxx.cgsl}</td>
  266. <th>储罐总容量<br>(立方米):</th>
  267. <td colspan="4">${gkjyrxx.cgzrl}</td>
  268. </tr>
  269. </table>
  270. </div>
  271. <!--endprint-->
  272. </div>
  273. <div id="hidePrint" style="display:none;">
  274. <h1 align="center" style="font-size: 28px;font-family:方正小标宋简体;">港口经营人基本信息表</h1>
  275. <table class="hideApply" cellpadding="0" cellspacing="0" >
  276. <tr>
  277. <th width="14%">所在地:</th>
  278. <td width="12%">${gkjyrxx.szdzw}</td>
  279. <th width="12%">所在港口:</th>
  280. <td width="14%">${gkjyrxx.szgkzw}</td>
  281. <th width="12%">所在港区:</th>
  282. <td width="12%">${gkjyrxx.szgqzw}</td>
  283. <th width="14%">危货企业:</th>
  284. <td width="10%">${gkjyrxx.sfwhqyzw}</td>
  285. </tr>
  286. <tr>
  287. <th>行政区划:</th>
  288. <td>${gkjyrxx.xzqh}</td>
  289. <th>企业性质:</th>
  290. <td>${gkjyrxx.qyxzzw}</td>
  291. <th>主营货种:</th>
  292. <td colspan="3">${gkjyrxx.zyhz}
  293. </td>
  294. </tr>
  295. <tr>
  296. <th>经营人名称:</th>
  297. <td colspan="7">${gkjyrxx.gkjyr}
  298. </td>
  299. </tr>
  300. <tr>
  301. <th>办公地址:</th>
  302. <td colspan="5">${gkjyrxx.bgdz}
  303. </td>
  304. <th>邮政编码:</th>
  305. <td>${gkjyrxx.yzbm}
  306. </td>
  307. </tr>
  308. <tr>
  309. <th>法定代表人<br/>姓名:</th>
  310. <td colspan="2">${gkjyrxx.fddbr}
  311. </td>
  312. <th>联系电话:</th>
  313. <td colspan="2">${gkjyrxx.lxdh}
  314. </td>
  315. <th>传真:</th>
  316. <td>${gkjyrxx.cz}
  317. </td>
  318. </tr>
  319. <tr>
  320. <th>许可证信息:</th>
  321. <td colspan="7">${gkjyrxx.gkjyxkzh}
  322. </td>
  323. </tr>
  324. <tr>
  325. <th>工商营业执照<br/>编号:</th>
  326. <td colspan="2">${gkjyrxx.gsyyzzbh}
  327. </td>
  328. <th>投资总额<br/>(万元):</th>
  329. <td colspan="2">${gkjyrxx.tzze}
  330. </td>
  331. <th>注册资本<br/>(万元):</th>
  332. <td>${gkjyrxx.zczb}
  333. </td>
  334. </tr>
  335. <tr>
  336. <th>危险货物作业<br/>附证编号:</th>
  337. <td colspan="5">${gkjyrxx.gkwxhwzyfzbh}</td>
  338. <th >设施保安符合<br/>证书编号:</th>
  339. <td>${gkjyrxx.gkssbafhzsbh}</td>
  340. </tr>
  341. <tr>
  342. <th rowspan="3">从业人员(人):</th>
  343. <td rowspan="3" colspan="2">${gkjyrxx.cyrysl}</td>
  344. <th>现场管理人员(人):</th>
  345. <td colspan="2">${gkjyrxx.xcglrysl}</td>
  346. <th rowspan="3">参加培训人员(人):</th>
  347. <td>${gkjyrxx.xcglpxrysl}</td>
  348. </tr>
  349. <tr>
  350. <th>专业技术人员(人):</th>
  351. <td colspan="2">${gkjyrxx.zyjsrysl}</td>
  352. <td>${gkjyrxx.zyjspxrysl}</td>
  353. </tr>
  354. <tr>
  355. <th>现场作业人员(人):</th>
  356. <td colspan="2">${gkjyrxx.xczyrysl}</td>
  357. <td>${gkjyrxx.xczyrypxsl}</td>
  358. </tr>
  359. <tr>
  360. <th>房建设施总面积(平方米):</th>
  361. <td colspan="2">${gkjyrxx.fjsszmj}</td>
  362. <th>有无产权证明:</th>
  363. <td colspan="2">${gkjyrxx.ywcqzmzw}</td>
  364. <th>办公用房<br/>(平方米):</th>
  365. <td>${gkjyrxx.bgyfmj}</td>
  366. </tr>
  367. <tr>
  368. <th>岸线长度(米):</th>
  369. <td colspan="2">${gkjyrxx.axcd}</td>
  370. <th>码头前沿河底<br/>高程(米):</th>
  371. <td colspan="4">${gkjyrxx.mtqyhdgc}</td>
  372. </tr>
  373. <tr>
  374. <th>码头泊位总数(个):</th>
  375. <td colspan="2">${gkjyrxx.mtbwzs}</td>
  376. <th>生产性泊位(个):</th>
  377. <td colspan="2">${gkjyrxx.scxbw}</td>
  378. <th>非生产性泊位(个):</th>
  379. <td>${gkjyrxx.fscxbw}</td>
  380. </tr>
  381. <tr>
  382. <th>最大靠泊能力(万吨):</th>
  383. <td colspan="5">${gkjyrxx.zdkbnl}</td>
  384. <th>万吨级以上泊位(个):</th>
  385. <td>${gkjyrxx.wdjysbwsl}</td>
  386. </tr>
  387. <tr>
  388. <th rowspan="2">码头结构型式:</th>
  389. <td rowspan="2" colspan="2">${gkjyrxx.mtjgxszw}</td>
  390. <th>泊位总长度(米):</th>
  391. <td colspan="4">${gkjyrxx.bwzcd}</td>
  392. </tr>
  393. <tr>
  394. <th>有无竣工验收<br/>证明:</th>
  395. <td colspan="4">${gkjyrxx.ywjgyszw}</td>
  396. </tr>
  397. <tr>
  398. <th>设计年通过能力(万吨):</th>
  399. <td colspan="7">
  400. ${gkjyrxx.sjntgnl},其中集装箱(万TEU):${gkjyrxx.jzx}
  401. </td>
  402. </tr>
  403. <tr>
  404. <th rowspan="2">上年度总吞量(万吨):</th>
  405. <td colspan="2">${gkjyrxx.sndzttl}<br>&nbsp集装箱(万TEU):</td>
  406. <th rowspan="2">其中外贸总吞量(万吨):</th>
  407. <td colspan="4">${gkjyrxx.sndwmttl}<br>&nbsp集装箱(万TEU):</td>
  408. </tr>
  409. <tr>
  410. <td colspan="2">${gkjyrxx.sndzjzx}</td>
  411. <td colspan="4">${gkjyrxx.sndwmjzx}</td>
  412. </tr>
  413. <tr>
  414. <th>陆域总面积<br/>(平方米):</th>
  415. <td colspan="2">${gkjyrxx.lymj}</td>
  416. <th>仓库总面积<br/>(平方米):</th>
  417. <td colspan="2">${gkjyrxx.ckzmj}</td>
  418. <th>堆场总面积<br>(平方米):</th>
  419. <td>${gkjyrxx.tczmj}</td>
  420. </tr>
  421. <tr>
  422. <th rowspan="3">装卸设备(台):</th>
  423. <td rowspan="3" colspan="2">${gkjyrxx.zxsbgs}</td>
  424. <th>其中门座吊机(台):</th>
  425. <td colspan="2">${gkjyrxx.mzdjgs}</td>
  426. <th>轮胎起重机(台):</th>
  427. <td>${gkjyrxx.ltqzjgs}</td>
  428. </tr>
  429. <tr>
  430. <th>固定吊机(台):</th>
  431. <td colspan="2">${gkjyrxx.gddjgs}</td>
  432. <th>汽车起重机(台):</th>
  433. <td>${gkjyrxx.qcqzjgs}</td>
  434. </tr>
  435. <tr>
  436. <th>输送设备(台):</th>
  437. <td colspan="2">${gkjyrxx.sssbgs}</td>
  438. <th>其他机械(台):</th>
  439. <td>${gkjyrxx.qtjxgs}</td>
  440. </tr>
  441. <tr>
  442. <th>港作船舶(艘):</th>
  443. <td colspan="2">${gkjyrxx.gzcbgs}</td>
  444. <th>船舶总载重量(万吨):</th>
  445. <td colspan="4">${gkjyrxx.cbzzzl}</td>
  446. </tr>
  447. <tr>
  448. <th>工艺管线长度(米):</th>
  449. <td colspan="2">${gkjyrxx.gygxcd}</td>
  450. <th>铁路专用长度(米):</th>
  451. <td colspan="4">${gkjyrxx.tlzyxcd}</td>
  452. </tr>
  453. <tr>
  454. <th>储罐(个):</th>
  455. <td colspan="2">${gkjyrxx.cgsl}</td>
  456. <th>储罐总容量<br/>(立方米):</th>
  457. <td colspan="4">${gkjyrxx.cgzrl}</td>
  458. </tr>
  459. </table>
  460. </div>
  461. </body>