Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_REFACTORING
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangyusheng
YX_IDENT_REFACTORING
Commits
46a1af50
Commit
46a1af50
authored
Jan 09, 2019
by
suichenguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索框显示页面修改
parent
357eff32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
36 deletions
+32
-36
service.js
src/main/resources/static/js/services/service.js
+0
-3
searchSpecialCard.html
...tatic/tpl/layout/searchSpecialCard/searchSpecialCard.html
+32
-33
No files found.
src/main/resources/static/js/services/service.js
View file @
46a1af50
...
...
@@ -725,13 +725,11 @@ app.service('MessageService', function (ngDialog) {
console
.
log
(
response
.
data
,
"-------------response.data------"
)
success
(
response
.
data
)
},
function
(
err
){
console
.
log
(
"error111111111111111111"
)
// DebugService.debug("$http error:", err)
// DebugService.debug("----------------------------------------------")
var
errA
=
{
Error
:
true
,
ReturnCode
:
err
.
status
,
ReturnMsg
:
"API访问返回错误"
}
MessageService
.
httpRequestFailed
(
JSON
.
stringify
(
errA
))
})
}
}
}])
\ No newline at end of file
src/main/resources/static/tpl/layout/searchSpecialCard/searchSpecialCard.html
View file @
46a1af50
...
...
@@ -20,13 +20,13 @@
{{specialCardInfo.library}}
</h3>
<div
>
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
ng-if=
"specialCardInfo.library=='盈信库'"
>
<div
class=
"panel-heading"
>
<h3
class=
"panel-title"
>
{{specialCardInfo.library}}
</h3>
</div>
<div
class=
"panel-body"
style=
"width: auto"
>
<div
class=
"panel-body"
style=
"width: auto"
>
<div
class=
"container"
style=
"width: auto"
>
<div
style=
"float: left;padding:0px 15px 0px 15px;"
>
<table
class=
"table"
>
...
...
@@ -64,7 +64,7 @@
</div>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
ng-if=
"specialCardInfo.library=='受理库'"
>
<div
class=
"panel-heading"
>
<h3
class=
"panel-title"
>
...
...
@@ -77,9 +77,9 @@
<table
class=
"table"
>
<thead>
<th>
地市
</th>
<th
ng-show=
"specialCardInfo.
ACCEPT_NO
!=null"
>
受理号
</th>
<th
ng-show=
"specialCardInfo.
accept_No
!=null"
>
受理号
</th>
<th>
姓名
</th>
<th
ng-show=
"specialCardInfo.
CARD_TYPE
!=null"
>
制证类型
</th>
<th
ng-show=
"specialCardInfo.
cardType
!=null"
>
制证类型
</th>
<th>
身份证号
</th>
<th>
性别
</th>
<th>
出生日期
</th>
...
...
@@ -88,25 +88,24 @@
<th>
终止有效期
</th>
<th>
证件状态
</th>
<th>
上报受理单位
</th>
<th>
证件状态
</th>
</thead>
<tbody>
<tr>
<td>
{{specialCardInfo.
CITYNAME
}}
</td>
<td
ng-show=
"specialCardInfo.
ACCEPT_NO
!=null"
>
{{specialCardInfo.
ACCEPT_NO
}}
<td>
{{specialCardInfo.
cityName
}}
</td>
<td
ng-show=
"specialCardInfo.
accept_No
!=null"
>
{{specialCardInfo.
accept_No
}}
</td>
<td>
{{specialCardInfo.
NAME
}}
</td>
<td
ng-show=
"specialCardInfo.
CARD_TYPE!=null"
>
{{specialCardInfo.CARD_TYPE
}}
</td>
<td>
{{specialCardInfo.
ID_NO
}}
</td>
<td>
{{specialCardInfo.sex}}
</td>
<td>
{{specialCardInfo.
BIRTHDAY
}}
</td>
<td>
{{specialCardInfo.
SIGN_GOVT
}}
</td>
<td>
{{specialCardInfo.
BEGIN_DATE
}}
</td>
<td>
{{specialCardInfo.
EXPIRE_DATE
}}
</td>
<td>
{{specialCardInfo.
TASK_STATE
}}
</td>
<td>
{{specialCardInfo.
CITYNAME
}}
</td>
<td>
{{specialCardInfo.
name
}}
</td>
<td
ng-show=
"specialCardInfo.
cardType!=null"
>
{{specialCardInfo.cardType
}}
</td>
<td>
{{specialCardInfo.
id_No
}}
</td>
<td>
{{specialCardInfo.sex
_No
}}
</td>
<td>
{{specialCardInfo.
birthday
}}
</td>
<td>
{{specialCardInfo.
sign_Govt
}}
</td>
<td>
{{specialCardInfo.
begin_Date
}}
</td>
<td>
{{specialCardInfo.
expire_Date
}}
</td>
<td>
{{specialCardInfo.
taskState
}}
</td>
<td>
{{specialCardInfo.
sign_Govt
}}
</td>
</tr>
</tbody>
</table>
...
...
@@ -138,21 +137,21 @@
</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"
>
<
h3
class=
"panel-title"
>
异常信息
<
/h3
>
<
/div
>
<
div
class=
"panel-body"
style=
"width: auto"
>
<
div
class=
"container"
style=
"width: auto"
>
<
div
style=
"float: left;padding:0px 15px 0px 15px;"
>
{{specialCardInfo[1].info[10]}}
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
!--<div class="panel-heading">--
>
<
!--<h3 class="panel-title">--
>
<!--异常信息-->
<
!--</h3>--
>
<
!--</div>--
>
<
!--<div class="panel-body" style="width: auto">--
>
<
!--<div class="container" style="width: auto">--
>
<
!--<div style="float: left;padding:0px 15px 0px 15px;">--
>
<!--{{specialCardInfo[1].info[10]}}-->
<
!--</div>--
>
<
!--</div>--
>
<
!--</div>--
>
<
!--</div>--
>
</div>
<!--<div ng-if="specialCardInfo[0].isGroup==1">-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment