暂无描述

evidSearch.html 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>产证查询</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <link href="css/mui.css" rel="stylesheet" />
  10. <link href="css/mui.picker.css" rel="stylesheet" />
  11. <link href="css/mui.poppicker.css" rel="stylesheet" />
  12. <link href="css/iconfont.css" rel="stylesheet" />
  13. </head>
  14. <style>
  15. body {
  16. font-size: 14px;
  17. }
  18. .mui-table-view-cell {
  19. padding: 0px!important;
  20. }
  21. .searchEvid{
  22. height: 44px;
  23. margin-left: 10%;
  24. margin-right: 10%;
  25. margin-top: 10px;
  26. width: 65%;
  27. }
  28. .font-color5 {
  29. color: #595959 !important;
  30. }
  31. .label {
  32. width: 28%!important;
  33. padding:14px 5px 14px 10px!important;
  34. text-align: left !important;
  35. }
  36. .mui-input-row .mui-right{
  37. text-align: right;
  38. width: 60%;
  39. float: right;
  40. }
  41. .mui-input-row .mui-right label{
  42. padding-right: 15px;
  43. }
  44. .mui-content{
  45. position: relative;
  46. }
  47. .serchPos{
  48. position: absolute;
  49. right: 10px;
  50. top: 0px;
  51. }
  52. .noText{
  53. width: 100%;
  54. height: 40px;
  55. line-height: 40px;
  56. text-align: center;
  57. display: none;
  58. }
  59. .searchContent{
  60. display: none;
  61. }
  62. .searchEvid .searchText{
  63. width: 100%;
  64. font-size: 14px;
  65. height: 34px;
  66. color: #999;
  67. border: 0;
  68. border-radius: 6px;
  69. margin-bottom: 15px;
  70. }
  71. .reminderText{
  72. color: #999999;
  73. font-size: 12px;
  74. width: 80%;
  75. margin: 0 auto;
  76. margin-bottom: 15px;
  77. }
  78. .search{
  79. position: relative;
  80. }
  81. .topText{
  82. line-height: 30px;
  83. margin-top: 20px;
  84. width: 100%;
  85. text-align: center;
  86. font-size: 16px;
  87. }
  88. </style>
  89. <body>
  90. <div class="mui-content">
  91. <div class="topText">产证办理查询</div>
  92. <div class="search">
  93. <div class="mui-input-row mui-search searchEvid">
  94. <input type="text" class="mui-input-clear searchText mui-input" placeholder="请输入合同编号">
  95. </div>
  96. <div class="serchPos">
  97. <input type="submit" class="btnSearch" value="搜索" />
  98. </div>
  99. </div>
  100. <div class="reminderText">
  101. 温馨提示:
  102. 购房合同右上角条码下方的数字或字母数字组合,字母需大写
  103. </div>
  104. <div class="noText"> 暂无数据</div>
  105. <ul class="mui-table-view mui-table-view-ul searchContent">
  106. <li class="mui-table-view-cell mui-table-view-li">
  107. <div class="mui-input-row">
  108. <label class="label font-color5">项目名称:</label>
  109. <div class="mui-radio mui-right radio_box">
  110. <label class="font-color6" id="ProjectName">
  111. </label>
  112. </div>
  113. </div>
  114. </li>
  115. <li class="mui-table-view-cell mui-table-view-li">
  116. <div class="mui-input-row">
  117. <label class="label font-color5">姓名:</label>
  118. <div class="mui-radio mui-right radio_box">
  119. <label class="font-color6" id="Buyer">
  120. </label>
  121. </div>
  122. </div>
  123. </li>
  124. <li class="mui-table-view-cell mui-table-view-li ">
  125. <div class="mui-input-row">
  126. <label class="label font-color5">房产坐落:</label>
  127. <div class="mui-radio mui-right radio_box">
  128. <label class="font-color6" id="BuildingAddress"></label>
  129. </div>
  130. </div>
  131. </li>
  132. <li class="mui-table-view-cell mui-table-view-li ">
  133. <div class="mui-input-row">
  134. <label class="label font-color5">联系方式:</label>
  135. <div class="mui-radio mui-right radio_box">
  136. <label class="font-color6" id="TelePhone"></label>
  137. </div>
  138. </div>
  139. </li>
  140. <li class="mui-table-view-cell mui-table-view-li">
  141. <div class="mui-input-row">
  142. <label class="label font-color5">合同编号:</label>
  143. <div class="mui-radio mui-right radio_box">
  144. <label class="font-color6" id="ContractNumber">
  145. </label>
  146. </div>
  147. </div>
  148. </li>
  149. <li class="mui-table-view-cell mui-table-view-li">
  150. <div class="mui-input-row">
  151. <label class="label font-color5">面签:</label>
  152. <div class="mui-radio mui-right radio_box">
  153. <label class="font-color6" id="IsSign" data-index=""></label>
  154. </div>
  155. </div>
  156. </li>
  157. <li class="mui-table-view-cell mui-table-view-li">
  158. <div class="mui-input-row">
  159. <label class="label font-color5">是否报送:</label>
  160. <div class="mui-radio mui-right radio_box">
  161. <label class="font-color6" id="IsSend"></label>
  162. </div>
  163. </div>
  164. </li>
  165. <li class="mui-table-view-cell mui-table-view-li">
  166. <div class="mui-input-row">
  167. <label class="label font-color5">是否出证:</label>
  168. <div class="mui-radio mui-right radio_box">
  169. <label class="font-color6" id="IsToNotarize"></label>
  170. </div>
  171. </div>
  172. </li>
  173. <li class="mui-table-view-cell mui-table-view-cell-pmargin">
  174. <div class="mui-input-row" style="margin-left: 8px;">
  175. 备注:
  176. <p id="Content" ></p>
  177. </div>
  178. </li>
  179. </ul>
  180. </div>
  181. <script src="js/jquery.min.js"></script>
  182. <!--<script src="js/details.js"></script>-->
  183. <script src="Script/Common/huayi.config.js"></script>
  184. <script src="Script/Common/huayi.http.js"></script>
  185. <script src="js/mui.min.js?"></script>
  186. <script>
  187. var openid = helper.cookies.get("openid");
  188. $(".btnSearch").click(function(){
  189. Ajax();
  190. })
  191. //获取数据
  192. function Ajax() {
  193. if ($(".searchText").val()=="") {
  194. mui.alert('请输入合同编号') //请输入工单类型
  195. $(".searchContent").hide();
  196. }else{
  197. $.ajax({
  198. url: huayi.config.callcenter_url + '/WxLogin/GetHouseCertificateInfo',
  199. data: {
  200. keyword: $(".searchText").val(), //工单编号
  201. },
  202. async: true,
  203. dataType: 'json',
  204. type: 'get', //HTTP请求类型
  205. success: function(data) {
  206. if(data.message.toLowerCase() == "获取成功") {
  207. $(".searchContent").show();
  208. $(".noText").hide();
  209. $("#ProjectName").text(data.data.ProjectName); //项目名称
  210. $("#Buyer").text(data.data.Buyer); //买受人 姓名
  211. $("#BuildingAddress").text(data.data.BuildingAddress); //房产坐落
  212. $("#TelePhone").text(data.data.TelePhone); //联系方式
  213. $("#ContractNumber").text(data.data.ContractNumber); //合同编号
  214. if(data.data.IsSign==1){
  215. $("#IsSign").text("面签"); //1 面签
  216. } else{
  217. $("#IsSign").text("不面签"); //1 面签
  218. }
  219. if(data.data.IsSend==1){
  220. $("#IsSend").text("否"); //0 是
  221. } else{
  222. $("#IsSend").text("是"); //1 面签
  223. }
  224. if(data.data.IsToNotarize==1){
  225. $("#IsToNotarize").text("一出证"); //1已出证
  226. } else{
  227. $("#IsToNotarize").text("未出证"); //1未出证
  228. }
  229. $("#Content").text(data.data.Content); // 动态
  230. }
  231. if(data.message.toLowerCase() == "暂无数据") {
  232. $(".searchContent").hide();
  233. $(".noText").show();
  234. }
  235. },
  236. error: function(xhr, type, errorThrown) {
  237. //异常处理;
  238. }
  239. })
  240. }
  241. }
  242. </script>
  243. </body>
  244. </html>