hxhbtjproEdit.jsp 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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/hxhbtjprodetail.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. initgkSelect('szgksel','${szgkid }','','showgq','80%');
  14. iFrameHeightIframe('${menuid}');//自适应高度
  15. });
  16. </script>
  17. <style type="text/css">
  18. .apply th {
  19. width: 9%;
  20. height: 35px;
  21. font-weight: normal;
  22. border-bottom: 1px solid #dadbda;
  23. color: #185f8a;
  24. background: #e6eff9;
  25. font-size: 14px;
  26. text-align: center;
  27. }
  28. .apply td {
  29. width: 15%;
  30. height: 30px;
  31. border: 1px solid #e2e3cb;
  32. text-indent: 5px;
  33. font-size: 14px;
  34. color: #000000
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <div class="box" >
  40. <div class="box-content" >
  41. <div class="apply_fill">
  42. <form id="addform" method="post">
  43. <input type="hidden" name="id" value="${record.id }">
  44. <table class="apply" cellpadding="0" cellspacing="0">
  45. <tr>
  46. <th><span class="needwrite">*</span>所在港口:&nbsp;</th>
  47. <td >
  48. ${record.szgkzw }
  49. <input type="hidden" id="szgkid" name="szgkid" value="${record.szgk }"/>
  50. </td>
  51. <th><span class="needwrite">*</span>日期:&nbsp;</th>
  52. <td >
  53. <input type="hidden" id="rq" name="rq" value="${record.rq }"/>
  54. ${record.rq }
  55. </td>
  56. </tr>
  57. </table>
  58. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</font></h2>
  59. <table class="apply" cellpadding="0" cellspacing="0">
  60. <tr>
  61. <th colspan="2">本月完成量:&nbsp;</th>
  62. <td>
  63. <input type="text" class="form-control" id="bywcl" name="bywcl" value="${record.bywcl }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')">
  64. </td>
  65. <th colspan="2">本年累计量:&nbsp;</th>
  66. <td>
  67. <input type="text" class="form-control" id="bnljl" name="bnljl" value="${record.bnljl }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')">
  68. </td>
  69. <th colspan="2">同比增长数(%):&nbsp;</th>
  70. <td>
  71. <input type="text" class="form-control" id="tbzzs" name="tbzzs" value="${record.tbzzs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')">
  72. </td>
  73. </tr>
  74. <tr>
  75. <th rowspan="2">其中:</th>
  76. <th>外贸:&nbsp;</th>
  77. <td><input type="text" class="form-control" id="wmjzxttl" name="wmjzxttl" value="${record.wmjzxttl }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  78. <th rowspan="2">其中:</th>
  79. <th>外贸:&nbsp;</th>
  80. <td><input type="text" class="form-control" id="nwmjzxttl" name="nwmjzxttl" value="${record.nwmjzxttl }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  81. <th rowspan="2">其中:</th>
  82. <th>外贸:&nbsp;</th>
  83. <td><input type="text" class="form-control" id="wmtbzzs" name="wmtbzzs" value="${record.wmtbzzs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  84. </tr>
  85. <tr>
  86. <th>内贸:&nbsp;</th>
  87. <td><input type="text" class="form-control" id="nmjzxttl" name="nmjzxttl" value="${record.nmjzxttl }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  88. <th>内贸:&nbsp;</th>
  89. <td><input type="text" class="form-control" id="nnmjzxttl" name="nnmjzxttl" value="${record.nnmjzxttl }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  90. <th>内贸:&nbsp;</th>
  91. <td><input type="text" class="form-control" id="nmtbzzs" name="nmtbzzs" value="${record.nmtbzzs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  92. </tr>
  93. </table>
  94. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱航线航班开辟情况</font></h2>
  95. <table class="apply">
  96. <tr>
  97. <th></th>
  98. <th>本月营运航线总数</th>
  99. <th>本月营运航班总数</th>
  100. <th>本月新开辟航线数</th>
  101. <th>本月停开航线数</th>
  102. </tr>
  103. <tr>
  104. <th>远洋航线</th>
  105. <td><input type="text" class="form-control" id="yyhxts" name="yyhxts" value="${record.yyhxts }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  106. <td><input type="text" class="form-control" id="yyhxhbs" name="yyhxhbs" value="${record.yyhxhbs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  107. <td><input type="text" class="form-control" id="yyxkphxs" name="yyxkphxs" value="${record.yyxkphxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  108. <td><input type="text" class="form-control" id="yytkhxs" name="yytkhxs" value="${record.yytkhxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  109. </tr>
  110. <tr>
  111. <th>近洋航线</th>
  112. <td><input type="text" class="form-control" id="jyhxts" name="jyhxts" value="${record.jyhxts }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  113. <td><input type="text" class="form-control" id="jyhxhbs" name="jyhxhbs" value="${record.jyhxhbs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  114. <td><input type="text" class="form-control" id="jyxkphxs" name="jyxkphxs" value="${record.jyxkphxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  115. <td><input type="text" class="form-control" id="jytkhxs" name="jytkhxs" value="${record.jytkhxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  116. </tr>
  117. <tr>
  118. <th>外贸内支线</th>
  119. <td><input type="text" class="form-control" id="nzxts" name="nzxts" value="${record.nzxts }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  120. <td><input type="text" class="form-control" id="nzxhbs" name="nzxhbs" value="${record.nzxhbs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  121. <td><input type="text" class="form-control" id="nzxxkphxs" name="nzxxkphxs" value="${record.nzxxkphxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  122. <td><input type="text" class="form-control" id="nzxtkhxs" name="nzxtkhxs" value="${record.nzxtkhxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  123. </tr>
  124. <tr>
  125. <th>内贸航线</th>
  126. <td><input type="text" class="form-control" id="nmhxts" name="nmhxts" value="${record.nmhxts }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  127. <td><input type="text" class="form-control" id="nmhxhbs" name="nmhxhbs" value="${record.nmhxhbs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  128. <td><input type="text" class="form-control" id="nmxkphxs" name="nmxkphxs" value="${record.nmxkphxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  129. <td><input type="text" class="form-control" id="nmtkhxs" name="nmtkhxs" value="${record.nmtkhxs }" onkeyup="value=value.replace(/[^\-?\d.]/g,'')"></td>
  130. </tr>
  131. <tr>
  132. <th>填表人:</th>
  133. <td><input type="text" class="form-control" id="tbr" readOnly = "true" value="${record.tbr }" ></td>
  134. <th>联系电话:</th>
  135. <td colspan="2"><input type="text" class="form-control" id="lxdh" readOnly = "true" value="${record.lxdh }"></td>
  136. </tr>
  137. </table>
  138. </form>
  139. <div id="buttons">
  140. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtjpro.detail.save()">
  141. <i class="glyphicon glyphicon-floppy-disk"></i>保存
  142. </a>
  143. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtjpro.detail.back()">
  144. <i class="glyphicon glyphicon-arrow-left"></i>返回
  145. </a>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. </body>
  151. </html>