applicationForm.jsp 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <%-- 退房申请表 --%>
  2. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  3. <jsp:include page="../../common/include.jsp" />
  4. <% String basePath = request.getScheme()+ "://" + request.getServerName() + ":" +request.getServerPort() + request.getContextPath(); %>
  5. <%String houseId = request.getParameter("house.id");%>
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <script type="text/javascript" src="<%=basePath%>/js/jquery.jqprint.js"></script>
  10. <style type="text/css">
  11. table{width: 100%;border-collapse:collapse;}
  12. caption{font-size: 24px;padding: 10px;}
  13. table td{border: 1px solid #000;padding: 12px 10px;text-align: center;white-space: nowrap;}
  14. td input{border: 0 none;border-bottom: 1px solid #000;outline: none;}
  15. .alignleft{text-align: left;}
  16. .setheight{padding: 20px 10px;}
  17. .setheight2{padding: 30px 10px;}
  18. @media print {
  19. #printBtn1 { display: none }
  20. }
  21. .dateinput{width: 30px;border:0 none;}
  22. </style>
  23. <script type="text/javascript">
  24. window.onload=function(){
  25. document.getElementById('printBtn1').onclick=function(){
  26. window.print();
  27. }
  28. }
  29. $(function(){
  30. $.ajax({
  31. type: "post",//使用post方法访问后台
  32. dataType: "json",//返回json格式的数据
  33. url: "houseAction_findById",//要访问的后台地址
  34. data:{"house.id":<%=houseId%> },
  35. success: function(msg){//msg为返回的数据,在这里做数据绑定
  36. if(msg.success){
  37. $("#lessee").text(msg.obj.lessee);
  38. $("#lesseeId").text(msg.obj.lesseeId);
  39. $("#lesseeTel").text(msg.obj.lesseeTel);
  40. $("#address").text(msg.obj.address);
  41. if(msg.obj.waterCardNum!=null){
  42. $("#waterCardNum").text(msg.obj.waterCardNum);
  43. }
  44. }
  45. }
  46. });
  47. })
  48. </script>
  49. </head>
  50. <body>
  51. <input type="button" value="打印文档" id="printBtn1">
  52. <div style="width: 210mm;" class="printDiv">
  53. <table>
  54. <caption>保障性住房退出审批表</caption>
  55. <tr>
  56. <th width="90"></th>
  57. <th width="90"></th>
  58. <th width="100"></th>
  59. <th></th>
  60. <th></th>
  61. <th width="100"></th>
  62. <th></th>
  63. </tr>
  64. <tr>
  65. <td>姓 名</td>
  66. <td id="lessee"></td>
  67. <td>身份证号码</td>
  68. <td colspan="2" id="lesseeId"></td>
  69. <td>联系方式</td>
  70. <td id="lesseeTel"></td>
  71. </tr>
  72. <tr>
  73. <td>保障类型</td>
  74. <td>实物配租</td>
  75. <td>房屋坐落</td>
  76. <td colspan="4" id="address"></td>
  77. </tr>
  78. <tr>
  79. <td colspan="2">住房清退原因</td>
  80. <td colspan="5">自愿放弃</td>
  81. </tr>
  82. <tr>
  83. <td rowspan="7">房屋交接</td>
  84. <td rowspan="4">费用<br/>结清<br/>情况</td>
  85. <td colspan="5" class="alignleft">月租金:<input type="text" style="width: 80px;text-align: center;">元,已付租金:<input type="text" style="width: 100px;text-align: center;">元. </td>
  86. </tr>
  87. <tr>
  88. <td colspan="5" class="alignleft">租金结算至<input type="text">,结算退还费用</td>
  89. </tr>
  90. <tr>
  91. <td colspan="5" class="alignleft">水:卡号<input id="waterCardNum" type="text" style="width: 80px;text-align: center;">,底数<input id="waterBase" type="text" style="width: 80px;text-align: center;"> ,结算至<input type="text" style="width: 80px;text-align: center;"> ,结算费用<input type="text" style="width: 80px;text-align: center;">元 </td>
  92. </tr>
  93. <tr>
  94. <td colspan="5" class="alignleft">上述费用结清情况:全部结清至退出时间</td>
  95. </tr>
  96. <tr>
  97. <td>附属物</td>
  98. <td colspan="5" class="setheight"></td>
  99. </tr>
  100. <tr>
  101. <td>钥匙</td>
  102. <td colspan="5" class="setheight"></td>
  103. </tr>
  104. <tr>
  105. <td>其他情况<br/>说明</td>
  106. <td colspan="5" class="setheight"></td>
  107. </tr>
  108. <tr>
  109. <td colspan="2">物业公司意见</td>
  110. <td colspan="2" class="alignleft"><br/><input type="text" class="dateinput">经办人:<br/><input type="text" class="dateinput">联系电话:<br/><input type="text" class="dateinput">年<input type="text" class="dateinput">月<input type="text" class="dateinput">日</td>
  111. <td colspan="3" class="alignleft"><br/><br/><input type="text" class="dateinput">负责人:<br/><input type="text" class="dateinput">年<input type="text" class="dateinput">月<input type="text" class="dateinput">日</td>
  112. </tr>
  113. <tr>
  114. <td colspan="2">服务部意见</td>
  115. <td colspan="2" class="alignleft"><br/><input type="text" class="dateinput">经办人:<br/><input type="text" class="dateinput">年<input type="text" class="dateinput">月<input type="text" class="dateinput">日</td>
  116. <td colspan="3" class="alignleft"><br/><input type="text" class="dateinput">负责人:<br/><input type="text" class="dateinput">年<input type="text" class="dateinput">月<input type="text" class="dateinput">日</td>
  117. </tr>
  118. <tr>
  119. <td colspan="2">供应科意见</td>
  120. <td colspan="5" class="setheight2"></td>
  121. </tr>
  122. <tr>
  123. <td colspan="2">财务科意见</td>
  124. <td colspan="5" class="setheight"></td>
  125. </tr>
  126. <tr>
  127. <td colspan="2">分管领导意见</td>
  128. <td colspan="5" class="setheight"></td>
  129. </tr>
  130. <tr>
  131. <td colspan="2">中心领导意见</td>
  132. <td colspan="5" class="setheight"></td>
  133. </tr>
  134. </table>
  135. </div>
  136. </body>
  137. </html>