Commit 46a1af50 authored by suichenguang's avatar suichenguang

搜索框显示页面修改

parent 357eff32
...@@ -725,13 +725,11 @@ app.service('MessageService', function (ngDialog) { ...@@ -725,13 +725,11 @@ app.service('MessageService', function (ngDialog) {
console.log(response.data,"-------------response.data------") console.log(response.data,"-------------response.data------")
success(response.data) success(response.data)
},function(err){ },function(err){
console.log("error111111111111111111")
// DebugService.debug("$http error:", err) // DebugService.debug("$http error:", err)
// DebugService.debug("----------------------------------------------") // DebugService.debug("----------------------------------------------")
var errA = {Error:true, ReturnCode:err.status, ReturnMsg:"API访问返回错误"} var errA = {Error:true, ReturnCode:err.status, ReturnMsg:"API访问返回错误"}
MessageService.httpRequestFailed(JSON.stringify(errA)) MessageService.httpRequestFailed(JSON.stringify(errA))
}) })
} }
} }
}]) }])
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
{{specialCardInfo.library}} {{specialCardInfo.library}}
</h3> </h3>
<div > <div >
<div class="panel panel-default"> <div class="panel panel-default" ng-if="specialCardInfo.library=='盈信库'">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{{specialCardInfo.library}} {{specialCardInfo.library}}
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</div> </div>
</div> </div>
<div class="panel panel-default"> <div class="panel panel-default" ng-if="specialCardInfo.library=='受理库'">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
...@@ -77,9 +77,9 @@ ...@@ -77,9 +77,9 @@
<table class="table"> <table class="table">
<thead> <thead>
<th>地市</th> <th>地市</th>
<th ng-show="specialCardInfo.ACCEPT_NO!=null">受理号</th> <th ng-show="specialCardInfo.accept_No!=null">受理号</th>
<th>姓名</th> <th>姓名</th>
<th ng-show="specialCardInfo.CARD_TYPE!=null">制证类型</th> <th ng-show="specialCardInfo.cardType!=null">制证类型</th>
<th>身份证号</th> <th>身份证号</th>
<th>性别</th> <th>性别</th>
<th>出生日期</th> <th>出生日期</th>
...@@ -88,25 +88,24 @@ ...@@ -88,25 +88,24 @@
<th>终止有效期</th> <th>终止有效期</th>
<th>证件状态</th> <th>证件状态</th>
<th>上报受理单位</th> <th>上报受理单位</th>
<th>证件状态</th>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>{{specialCardInfo.CITYNAME}}</td> <td>{{specialCardInfo.cityName}}</td>
<td ng-show="specialCardInfo.ACCEPT_NO!=null"> <td ng-show="specialCardInfo.accept_No!=null">
{{specialCardInfo.ACCEPT_NO}} {{specialCardInfo.accept_No}}
</td> </td>
<td>{{specialCardInfo.NAME}}</td> <td>{{specialCardInfo.name}}</td>
<td ng-show="specialCardInfo.CARD_TYPE!=null">{{specialCardInfo.CARD_TYPE}}</td> <td ng-show="specialCardInfo.cardType!=null">{{specialCardInfo.cardType}}</td>
<td>{{specialCardInfo.ID_NO}}</td> <td>{{specialCardInfo.id_No}}</td>
<td>{{specialCardInfo.sex}}</td> <td>{{specialCardInfo.sex_No}}</td>
<td>{{specialCardInfo.BIRTHDAY }}</td> <td>{{specialCardInfo.birthday }}</td>
<td>{{specialCardInfo.SIGN_GOVT}}</td> <td>{{specialCardInfo.sign_Govt}}</td>
<td>{{specialCardInfo.BEGIN_DATE}}</td> <td>{{specialCardInfo.begin_Date}}</td>
<td>{{specialCardInfo.EXPIRE_DATE}}</td> <td>{{specialCardInfo.expire_Date}}</td>
<td>{{specialCardInfo.TASK_STATE}}</td> <td>{{specialCardInfo.taskState}}</td>
<td>{{specialCardInfo.CITYNAME}}</td> <td>{{specialCardInfo.sign_Govt}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -138,21 +137,21 @@ ...@@ -138,21 +137,21 @@
</div> </div>
</div> </div>
<div class="panel panel-default" ng-if="specialCardInfo[1].info[11]==1"> <!--<div class="panel panel-default" ng-if="specialCardInfo[1].info[11]==1">-->
<div class="panel-heading"> <!--<div class="panel-heading">-->
<h3 class="panel-title"> <!--<h3 class="panel-title">-->
异常信息 <!--异常信息-->
</h3> <!--</h3>-->
</div> <!--</div>-->
<div class="panel-body" style="width: auto"> <!--<div class="panel-body" style="width: auto">-->
<div class="container" style="width: auto"> <!--<div class="container" style="width: auto">-->
<div style="float: left;padding:0px 15px 0px 15px;"> <!--<div style="float: left;padding:0px 15px 0px 15px;">-->
{{specialCardInfo[1].info[10]}} <!--{{specialCardInfo[1].info[10]}}-->
</div> <!--</div>-->
</div> <!--</div>-->
</div> <!--</div>-->
</div> <!--</div>-->
</div> </div>
<!--<div ng-if="specialCardInfo[0].isGroup==1">--> <!--<div ng-if="specialCardInfo[0].isGroup==1">-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment