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
255793b6
Commit
255793b6
authored
Sep 03, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作组报表
parent
dc930fb8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
queryWorkGroupReport.html
...atic/views/queryWorkGroupReport/queryWorkGroupReport.html
+15
-15
No files found.
src/main/resources/static/views/queryWorkGroupReport/queryWorkGroupReport.html
View file @
255793b6
...
@@ -30,11 +30,11 @@
...
@@ -30,11 +30,11 @@
<thead>
<thead>
<tr>
<tr>
<th
style=
"text-align: center;"
>
日期
</th>
<th
style=
"text-align: center;"
>
日期
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
普通
证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
港澳
证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
邮寄
证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
台湾
证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
军人
证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
异地
证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
快证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
快证
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
退回重制
</th>
<th
style=
"text-align: center;"
colspan=
"2"
>
重做登记
</th>
<th
style=
"text-align: center;"
>
补证
</th>
<th
style=
"text-align: center;"
>
补证
</th>
<th
style=
"text-align: center;"
>
制证数
</th>
<th
style=
"text-align: center;"
>
制证数
</th>
</tr>
</tr>
...
@@ -57,15 +57,15 @@
...
@@ -57,15 +57,15 @@
<tbody
ng-repeat=
"item in groupReportList | orderBy:date"
style=
"border-top: 1px solid #f4f4f4;"
>
<tbody
ng-repeat=
"item in groupReportList | orderBy:date"
style=
"border-top: 1px solid #f4f4f4;"
>
<tr
ng-if=
"item.date!='合计'"
>
<tr
ng-if=
"item.date!='合计'"
>
<td>
{{item.date | myDateFilter}}
</td>
<td>
{{item.date | myDateFilter}}
</td>
<!--
普证
-->
<!--
港澳
-->
<td>
{{item.list[
0
].VALID_COUNT}}
</td>
<td>
{{item.list[
3
].VALID_COUNT}}
</td>
<td>
{{item.list[
0
].FAILED_COUNT}}
</td>
<td>
{{item.list[
3
].FAILED_COUNT}}
</td>
<!--
邮寄证
-->
<!--
台湾
-->
<td>
{{item.list[
7
].VALID_COUNT}}
</td>
<td>
{{item.list[
5
].VALID_COUNT}}
</td>
<td>
{{item.list[
7
].FAILED_COUNT}}
</td>
<td>
{{item.list[
5
].FAILED_COUNT}}
</td>
<!--
军人证
-->
<!--
异地
-->
<td>
{{item.list[
4
].VALID_COUNT}}
</td>
<td>
{{item.list[
6
].VALID_COUNT}}
</td>
<td>
{{item.list[
4
].FAILED_COUNT}}
</td>
<td>
{{item.list[
6
].FAILED_COUNT}}
</td>
<!--快证-->
<!--快证-->
<td>
{{item.list[1].VALID_COUNT}}
</td>
<td>
{{item.list[1].VALID_COUNT}}
</td>
<td>
{{item.list[1].FAILED_COUNT}}
</td>
<td>
{{item.list[1].FAILED_COUNT}}
</td>
...
@@ -75,8 +75,8 @@
...
@@ -75,8 +75,8 @@
<!--补证-->
<!--补证-->
<td>
{{item.list[8].FAILED_COUNT}}
</td>
<td>
{{item.list[8].FAILED_COUNT}}
</td>
<!--制证数-->
<!--制证数-->
<td>
{{item.list[
0].VALID_COUNT+item.list[1].VALID_COUNT+item.list[2
].VALID_COUNT+
<td>
{{item.list[
3].VALID_COUNT+item.list[5].VALID_COUNT+item.list[6
].VALID_COUNT+
item.list[
4].VALID_COUNT+item.list[7
].VALID_COUNT+item.list[8].FAILED_COUNT}}
</td>
item.list[
1].VALID_COUNT+item.list[2
].VALID_COUNT+item.list[8].FAILED_COUNT}}
</td>
</tr>
</tr>
<tr
ng-if=
"item.date=='合计'"
class=
"bg-gray"
>
<tr
ng-if=
"item.date=='合计'"
class=
"bg-gray"
>
<td>
{{item.date}}
</td>
<td>
{{item.date}}
</td>
...
...
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