| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>产证查询</title>
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <link href="css/mui.css" rel="stylesheet" />
- <link href="css/mui.picker.css" rel="stylesheet" />
- <link href="css/mui.poppicker.css" rel="stylesheet" />
- <link href="css/iconfont.css" rel="stylesheet" />
-
- </head>
- <style>
- body {
- font-size: 14px;
- }
- .mui-table-view-cell {
- padding: 0px!important;
- }
- .searchEvid{
- height: 44px;
- margin-left: 10%;
- margin-right: 10%;
- margin-top: 10px;
- width: 65%;
- }
- .font-color5 {
- color: #595959 !important;
- }
- .label {
- width: 28%!important;
- padding:14px 5px 14px 10px!important;
- text-align: left !important;
- }
- .mui-input-row .mui-right{
- text-align: right;
- width: 60%;
- float: right;
-
- }
- .mui-input-row .mui-right label{
- padding-right: 15px;
- }
- .mui-content{
- position: relative;
- }
- .serchPos{
- position: absolute;
- right: 10px;
- top: 0px;
- }
- .noText{
- width: 100%;
- height: 40px;
- line-height: 40px;
- text-align: center;
- display: none;
- }
- .searchContent{
- display: none;
- }
- .searchEvid .searchText{
- width: 100%;
- font-size: 14px;
- height: 34px;
- color: #999;
- border: 0;
- border-radius: 6px;
- margin-bottom: 15px;
- }
- .reminderText{
- color: #999999;
- font-size: 12px;
- width: 80%;
- margin: 0 auto;
- margin-bottom: 15px;
- }
- .search{
- position: relative;
- }
- .topText{
- line-height: 30px;
- margin-top: 20px;
- width: 100%;
- text-align: center;
- font-size: 16px;
- }
- </style>
- <body>
-
- <div class="mui-content">
- <div class="topText">产证办理查询</div>
- <div class="search">
- <div class="mui-input-row mui-search searchEvid">
- <input type="text" class="mui-input-clear searchText mui-input" placeholder="请输入合同编号">
- </div>
- <div class="serchPos">
- <input type="submit" class="btnSearch" value="搜索" />
- </div>
- </div>
-
- <div class="reminderText">
- 温馨提示:
- 购房合同右上角条码下方的数字或字母数字组合,字母需大写
- </div>
- <div class="noText"> 暂无数据</div>
- <ul class="mui-table-view mui-table-view-ul searchContent">
- <li class="mui-table-view-cell mui-table-view-li">
- <div class="mui-input-row">
- <label class="label font-color5">项目名称:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="ProjectName">
-
- </label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li">
- <div class="mui-input-row">
- <label class="label font-color5">姓名:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="Buyer">
-
- </label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li ">
- <div class="mui-input-row">
- <label class="label font-color5">房产坐落:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="BuildingAddress"></label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li ">
- <div class="mui-input-row">
- <label class="label font-color5">联系方式:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="TelePhone"></label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li">
- <div class="mui-input-row">
- <label class="label font-color5">合同编号:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="ContractNumber">
-
- </label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li">
- <div class="mui-input-row">
- <label class="label font-color5">面签:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="IsSign" data-index=""></label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li">
- <div class="mui-input-row">
- <label class="label font-color5">是否报送:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="IsSend"></label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-li">
- <div class="mui-input-row">
- <label class="label font-color5">是否出证:</label>
- <div class="mui-radio mui-right radio_box">
- <label class="font-color6" id="IsToNotarize"></label>
- </div>
- </div>
- </li>
- <li class="mui-table-view-cell mui-table-view-cell-pmargin">
- <div class="mui-input-row" style="margin-left: 8px;">
- 备注:
- <p id="Content" ></p>
- </div>
- </li>
- </ul>
- </div>
-
- <script src="js/jquery.min.js"></script>
- <!--<script src="js/details.js"></script>-->
- <script src="Script/Common/huayi.config.js"></script>
- <script src="Script/Common/huayi.http.js"></script>
- <script src="js/mui.min.js?"></script>
- <script>
- var openid = helper.cookies.get("openid");
- $(".btnSearch").click(function(){
- Ajax();
- })
- //获取数据
-
-
- function Ajax() {
- if ($(".searchText").val()=="") {
- mui.alert('请输入合同编号') //请输入工单类型
- $(".searchContent").hide();
- }else{
- $.ajax({
- url: huayi.config.callcenter_url + '/WxLogin/GetHouseCertificateInfo',
- data: {
- keyword: $(".searchText").val(), //工单编号
- },
- async: true,
- dataType: 'json',
- type: 'get', //HTTP请求类型
- success: function(data) {
- if(data.message.toLowerCase() == "获取成功") {
- $(".searchContent").show();
- $(".noText").hide();
- $("#ProjectName").text(data.data.ProjectName); //项目名称
- $("#Buyer").text(data.data.Buyer); //买受人 姓名
- $("#BuildingAddress").text(data.data.BuildingAddress); //房产坐落
- $("#TelePhone").text(data.data.TelePhone); //联系方式
- $("#ContractNumber").text(data.data.ContractNumber); //合同编号
- if(data.data.IsSign==1){
- $("#IsSign").text("面签"); //1 面签
- } else{
- $("#IsSign").text("不面签"); //1 面签
- }
- if(data.data.IsSend==1){
- $("#IsSend").text("否"); //0 是
- } else{
- $("#IsSend").text("是"); //1 面签
- }
- if(data.data.IsToNotarize==1){
- $("#IsToNotarize").text("一出证"); //1已出证
-
- } else{
- $("#IsToNotarize").text("未出证"); //1未出证
- }
-
- $("#Content").text(data.data.Content); // 动态
- }
- if(data.message.toLowerCase() == "暂无数据") {
- $(".searchContent").hide();
- $(".noText").show();
-
- }
- },
- error: function(xhr, type, errorThrown) {
- //异常处理;
- }
- })
- }
-
-
- }
-
-
-
-
-
-
- </script>
- </body>
- </html>
|