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
3c9ee015
Commit
3c9ee015
authored
Nov 29, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据核验报表
parent
6cef8138
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
dataCheckReport.html
...sources/static/views/dataCheckReport/dataCheckReport.html
+2
-2
dataCheckReport.js
...resources/static/views/dataCheckReport/dataCheckReport.js
+6
-0
No files found.
src/main/resources/static/views/dataCheckReport/dataCheckReport.html
View file @
3c9ee015
...
...
@@ -48,7 +48,7 @@
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate
"
value=
"{{choseDate}}
"
id=
"datepicker1"
readonly
/>
</div>
</td>
...
...
@@ -60,7 +60,7 @@
</div>
<input
type=
"text"
class=
"form-control pull-right"
ng-model=
"choseDate
"
value=
"{{choseDate}}
"
id=
"datepicker2"
readonly
/>
</div>
</td>
...
...
src/main/resources/static/views/dataCheckReport/dataCheckReport.js
View file @
3c9ee015
...
...
@@ -48,6 +48,12 @@ angular.module("AvatarCheck.dataCheckReport",['ngRoute', 'AvatarCheck.http'])
if
(
cardType
==
''
){
cardType
=
-
1
;
}
if
(
date1
==
'{{choseDate}}'
){
date1
=
$filter
(
"date"
)(
new
Date
(),
"yyyy-MM-dd"
)
}
if
(
date2
==
'{{choseDate}}'
){
date2
=
$filter
(
"date"
)(
new
Date
(),
"yyyy-MM-dd"
)
}
HttpService
.
queryDataCheckReport
(
date1
,
date2
,
$scope
.
policeCode
,
$scope
.
policeName
,
cardType
,
function
(
data
)
{
$scope
.
dataCheckList
=
data
;
console
.
log
(
$scope
.
dataCheckList
);
...
...
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