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
e5f3263f
Commit
e5f3263f
authored
Apr 12, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
膜打印
parent
73c27124
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
taskListPrint.html
src/main/resources/static/views/task/taskListPrint.html
+4
-3
No files found.
src/main/resources/static/views/task/taskListPrint.html
View file @
e5f3263f
...
@@ -58,14 +58,15 @@
...
@@ -58,14 +58,15 @@
<td
class=
"mailbox-subject"
>
{{task.saveDate | date:'yyyy-MM-dd'}}
</td>
<td
class=
"mailbox-subject"
>
{{task.saveDate | date:'yyyy-MM-dd'}}
</td>
<td
class=
"mailbox-subject"
>
{{task.groupList.length}}
</td>
<td
class=
"mailbox-subject"
>
{{task.groupList.length}}
</td>
<td
class=
"mailbox-subject"
>
{{task.groupNum}}
</td>
<td
class=
"mailbox-subject"
>
{{task.groupNum}}
</td>
<td
class=
"mailbox-subject"
>
{{task.countyValidCount}}
</td>
<td
class=
"mailbox-subject"
ng-if=
"task.workGroup==1"
style=
"background: #aef1e3"
>
{{task.countyValidCount}}
</td>
<td
class=
"mailbox-subject"
ng-if=
"task.workGroup==2"
>
{{task.countyValidCount}}
</td>
<td
class=
"mailbox-subject"
>
{{task.downloadCount}}
</td>
<td
class=
"mailbox-subject"
>
{{task.downloadCount}}
</td>
<td
class=
"mailbox-subject"
>
{{task.countyValidCount-task.specialCount-task.faileCount}}
</td>
<td
class=
"mailbox-subject"
>
{{task.countyValidCount-task.specialCount-task.faileCount}}
</td>
<td
class=
"mailbox-attachment"
>
{{task.specialCount}}
</td>
<td
class=
"mailbox-attachment"
>
{{task.specialCount}}
</td>
<td
ng-if=
"task.faileCount!=0"
class=
"mailbox-subject"
style=
"color: red;"
>
{{task.faileCount}}
</td>
<td
ng-if=
"task.faileCount!=0"
class=
"mailbox-subject"
style=
"color: red;"
>
{{task.faileCount}}
</td>
<td
ng-if=
"task.faileCount==0"
class=
"mailbox-subject"
>
{{task.faileCount}}
</td>
<td
ng-if=
"task.faileCount==0"
class=
"mailbox-subject"
>
{{task.faileCount}}
</td>
<td
class=
"mailbox-attachment
text-red"
ng-if=
"task.workGroup==1
"
>
A组
</td>
<td
class=
"mailbox-attachment
"
ng-if=
"task.workGroup==1"
style=
"background: #aef1e3
"
>
A组
</td>
<td
class=
"mailbox-attachment
text-green
"
ng-if=
"task.workGroup==2"
>
B组
</td>
<td
class=
"mailbox-attachment"
ng-if=
"task.workGroup==2"
>
B组
</td>
<td
class=
"mailbox-date"
><a
ng-click=
"getPoliceList(task.groupList,task.taskId)"
>
组号列表
</a></td>
<td
class=
"mailbox-date"
><a
ng-click=
"getPoliceList(task.groupList,task.taskId)"
>
组号列表
</a></td>
</tr>
</tr>
<tr
ng-if=
"task.taskId==taskId"
>
<tr
ng-if=
"task.taskId==taskId"
>
...
...
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