hxhbtjStat.jsp 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>江苏省港口建设与经营管理信息系统</title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <%@ include file="../../common.jsp"%>
  10. <script type="text/javascript" src="${app }/static/biz/js/gkyxtjyfx/hxhbtj/hxhbtjdetail.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. $('.dqztselectpicker').selectpicker({
  14. width:'80%'
  15. });
  16. //initgkSelect('szgksel','${szgkid }','','showgq','80%');
  17. iFrameHeightIframe('${menuid}');//自适应高度
  18. });
  19. </script>
  20. <style type="text/css">
  21. .apply th {
  22. width: 9%;
  23. height: 35px;
  24. font-weight: normal;
  25. border-bottom: 1px solid #dadbda;
  26. color: #185f8a;
  27. background: #e6eff9;
  28. font-size: 14px;
  29. text-align: center;
  30. }
  31. .apply td {
  32. width: 15%;
  33. height: 30px;
  34. border: 1px solid #e2e3cb;
  35. text-indent: 5px;
  36. font-size: 14px;
  37. color: #000000
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div class="box" >
  43. <div class="box-content" >
  44. <div class="apply_fill">
  45. <form id="addform" method="post">
  46. <input type="hidden" name="id" value="${record.id }">
  47. <table class="apply" cellpadding="0" cellspacing="0">
  48. <tr>
  49. <th><span class="needwrite">*</span>所在地区:&nbsp;</th>
  50. <td >
  51. <select class='dqztselectpicker' id="dq" name="dq">
  52. <option ></option>
  53. <c:forEach items="${dqlist}" var="list" varStatus="status">
  54. <option value="${list.id }" <c:if test="${dq ==list.id }">selected</c:if>>${list.text }</option>
  55. </c:forEach>
  56. </select>
  57. </td>
  58. <th><span class="needwrite">*</span>日期:&nbsp;</th>
  59. <td >
  60. <input class="Wdate" id="rq" name="rq" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM'})" value="${rq }">
  61. </td>
  62. </tr>
  63. </table>
  64. <div style="padding-left: 95%; padding-top: 10px;">
  65. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.detail.stat()">
  66. <i class="glyphicon glyphicon-search"></i>统计</a>
  67. </div>
  68. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</h2>
  69. <table class="apply" cellpadding="0" cellspacing="0">
  70. <tr>
  71. <th colspan="2">本月完成量:&nbsp;</th>
  72. <td>
  73. <input type="text" class="form-control" id="bywcl" name="bywcl" value="${record.bywcl }">
  74. </td>
  75. <th colspan="2">本年累计量:&nbsp;</th>
  76. <td>
  77. <input type="text" class="form-control" id="bnljl" name="bnljl" value="${record.bnljl }">
  78. </td>
  79. <th colspan="2">同比增长数(%):&nbsp;</th>
  80. <td>
  81. <input type="text" class="form-control" id="tbzzs" name="tbzzs" value="${record.tbzzs }">
  82. </td>
  83. </tr>
  84. <tr>
  85. <th rowspan="2">其中:</th>
  86. <th>外贸:&nbsp;</th>
  87. <td><input type="text" class="form-control" id="wmjzxttl" name="wmjzxttl" value="${record.wmjzxttl }"></td>
  88. <th rowspan="2">其中:</th>
  89. <th>外贸:&nbsp;</th>
  90. <td><input type="text" class="form-control" id="nwmjzxttl" name="nwmjzxttl" value="${record.nwmjzxttl }"></td>
  91. <th rowspan="2">其中:</th>
  92. <th>外贸:&nbsp;</th>
  93. <td><input type="text" class="form-control" id="wmtbzzs" name="wmtbzzs" value="${record.wmtbzzs }"></td>
  94. </tr>
  95. <tr>
  96. <th>内贸:&nbsp;</th>
  97. <td><input type="text" class="form-control" id="nmjzxttl" name="nmjzxttl" value="${record.nmjzxttl }"></td>
  98. <th>内贸:&nbsp;</th>
  99. <td><input type="text" class="form-control" id="nnmjzxttl" name="nnmjzxttl" value="${record.nnmjzxttl }"></td>
  100. <th>内贸:&nbsp;</th>
  101. <td><input type="text" class="form-control" id="nmtbzzs" name="nmtbzzs" value="${record.nmtbzzs }"></td>
  102. </tr>
  103. </table>
  104. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱航线航班开辟情况</h2>
  105. <table class="apply">
  106. <tr>
  107. <th></th>
  108. <th>本月营运航线总数</th>
  109. <th>本月营运航班总数</th>
  110. <th>本月新开辟航线数</th>
  111. <th>本月停开航线数</th>
  112. </tr>
  113. <tr>
  114. <th>远洋航线</th>
  115. <td><input type="text" class="form-control" id="yyhxts" name="yyhxts" value="${record.yyhxts }"></td>
  116. <td><input type="text" class="form-control" id="yyhxhbs" name="yyhxhbs" value="${record.yyhxhbs }"></td>
  117. <td><input type="text" class="form-control" id="yyxkphxs" name="yyxkphxs" value="${record.yyxkphxs }"></td>
  118. <td><input type="text" class="form-control" id="yytkhxs" name="yytkhxs" value="${record.yytkhxs }"></td>
  119. </tr>
  120. <tr>
  121. <th>近洋航线</th>
  122. <td><input type="text" class="form-control" id="jyhxts" name="jyhxts" value="${record.jyhxts }"></td>
  123. <td><input type="text" class="form-control" id="jyhxhbs" name="jyhxhbs" value="${record.jyhxhbs }"></td>
  124. <td><input type="text" class="form-control" id="jyxkphxs" name="jyxkphxs" value="${record.jyxkphxs }"></td>
  125. <td><input type="text" class="form-control" id="jytkhxs" name="jytkhxs" value="${record.jytkhxs }"></td>
  126. </tr>
  127. <tr>
  128. <th>外贸内支线</th>
  129. <td><input type="text" class="form-control" id="nzxts" name="nzxts" value="${record.nzxts }"></td>
  130. <td><input type="text" class="form-control" id="nzxhbs" name="nzxhbs" value="${record.nzxhbs }"></td>
  131. <td><input type="text" class="form-control" id="nzxxkphxs" name="nzxxkphxs" value="${record.nzxxkphxs }"></td>
  132. <td><input type="text" class="form-control" id="nzxtkhxs" name="nzxtkhxs" value="${record.nzxtkhxs }"></td>
  133. </tr>
  134. <tr>
  135. <th>内贸航线</th>
  136. <td><input type="text" class="form-control" id="nmhxts" name="nmhxts" value="${record.nmhxts }"></td>
  137. <td><input type="text" class="form-control" id="nmhxhbs" name="nmhxhbs" value="${record.nmhxhbs }"></td>
  138. <td><input type="text" class="form-control" id="nmxkphxs" name="nmxkphxs" value="${record.nmxkphxs }"></td>
  139. <td><input type="text" class="form-control" id="nmtkhxs" name="nmtkhxs" value="${record.nmtkhxs }"></td>
  140. </tr>
  141. <tr>
  142. <th>填表人:</th>
  143. <td><input type="text" class="form-control" id="tbr" readOnly = "true" value="${record.tbr }"></td>
  144. <th>联系电话:</th>
  145. <td colspan="2"><input type="text" class="form-control" id="lxdh" readOnly = "true" value="${record.lxdh }"></td>
  146. </tr>
  147. </table>
  148. </form>
  149. <div id="buttons">
  150. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.detail.save()">
  151. <i class="glyphicon glyphicon-floppy-disk"></i>保存
  152. </a>
  153. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.detail.submit()">
  154. <i class="glyphicon glyphicon-share"></i>提交
  155. </a>
  156. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.detail.back()">
  157. <i class="glyphicon glyphicon-arrow-left"></i>返回
  158. </a>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </body>
  164. </html>