Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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_beijing_auxiliary_YD
Commits
440ae4a9
Commit
440ae4a9
authored
Apr 19, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签打印页面新增身份证有效期
parent
d821351a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
tagPrint.html
src/main/resources/static/views/tagPrint/tagPrint.html
+9
-4
tagPrint.js
src/main/resources/static/views/tagPrint/tagPrint.js
+3
-1
No files found.
src/main/resources/static/views/tagPrint/tagPrint.html
View file @
440ae4a9
...
...
@@ -14,13 +14,18 @@
<div
class=
"box box-primary"
style=
"padding: 7px;padding-top: 0;"
>
<table
class=
"table table-bordered"
style=
"margin-bottom: 0;"
>
<tr>
<td
width=
"10%"
style=
"text-align: center;vertical-align: middle!important;"
>
身份证号:
</td>
<td
colspan=
"2"
width=
"35%"
>
<td
style=
"text-align: center;vertical-align: middle!important;"
>
身份证号:
</td>
<td>
<input
type=
"text"
class=
"form-control"
placeholder=
"身份证号"
ng-model=
"idCard"
/>
</td>
<td
colspan=
"1
"
>
有效期:
<input
style=
"width:9%;"
name=
"yxqstart"
type=
"text"
ng-model=
"startDate"
>
至
<input
style=
"width:9%;"
name=
"yxqend"
type=
"text"
ng-model=
"endDate"
>
<td
style=
"text-align: center;vertical-align: middle!important;
"
>
有效期:
</td>
<td>
<input
class=
"form-control"
name=
"yxqstart"
type=
"text"
ng-model=
"startDate"
placeholder=
"起始日期"
>
</td>
<td
style=
"text-align: center;vertical-align: middle!important;"
>
至
</td>
<td><input
class=
"form-control"
name=
"yxqend"
type=
"text"
ng-model=
"endDate"
placeholder=
"截至日期"
></td>
<td
style=
"text-align: left;"
>
<button
class=
"btn btn-primary search"
ng-click=
"searchTagPrintData()"
>
查询
</button>
<button
class=
"btn btn-primary"
ng-click=
"subSomething()"
>
证件读取
</button>
...
...
src/main/resources/static/views/tagPrint/tagPrint.js
View file @
440ae4a9
...
...
@@ -79,7 +79,9 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
}
var
postParam
=
{
idCard
:
''
idCard
:
''
,
startDate
:
''
,
endDate
:
''
}
var
doQueryByIdCard
=
function
(
idcard
,
startDate
,
endDate
){
...
...
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