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
8d29a75b
Commit
8d29a75b
authored
Apr 28, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务单前台页面不需要排序
parent
5ea00bb4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
createTaskList.html
...resources/static/views/createTaskList/createTaskList.html
+2
-2
dispatchTask.html
...ain/resources/static/views/dispatchTask/dispatchTask.html
+3
-3
taskListEwriting.html
src/main/resources/static/views/task/taskListEwriting.html
+3
-3
taskListPrint.html
src/main/resources/static/views/task/taskListPrint.html
+3
-3
taskListSorting.html
src/main/resources/static/views/task/taskListSorting.html
+3
-3
No files found.
src/main/resources/static/views/createTaskList/createTaskList.html
View file @
8d29a75b
...
...
@@ -62,14 +62,14 @@
<th><input
type=
"checkbox"
ng-click=
"selectAll(type.countyList,$event)"
ng-checked=
"isSelectedAll($index)"
></th>
<th>
保存日期
</th>
<th>
组数
</th>
<th>
<a
ng-click=
"countyCode='groupNum';desc=!desc"
>
受理组号
</a>
</th>
<th>
受理组号
</th>
<th>
合格数量
</th>
<th>
不合格数量
</th>
<th>
状态
</th>
<th></th>
</tr>
</thead>
<tbody
ng-repeat=
"task in type.countyList
| orderBy:countyCode:desc
"
>
<tbody
ng-repeat=
"task in type.countyList"
>
<tr>
<td
ng-if=
"task.dealFlag==3"
><input
type=
"checkbox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.valid}}"
ng-click=
"updateSelection($event,task)"
></td>
<td
ng-if=
"task.dealFlag!=3"
></td>
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.html
View file @
8d29a75b
...
...
@@ -38,9 +38,9 @@
<thead>
<tr>
<th><input
type=
"checkbox"
ng-click=
"selectAll(type.countyList,$event)"
ng-checked=
"isSelectedAll($index)"
></th>
<th>
<a
ng-click=
"countyCode='taskId';desc=!desc"
>
任务单编号
</a>
</th>
<th>
任务单编号
</th>
<th>
组数
</th>
<th>
<a
ng-click=
"countyCode='groupNum';desc=!desc"
>
受理组号
</a>
</th>
<th>
受理组号
</th>
<th>
证件数量
</th>
<th>
合格数量
</th>
<th>
不合格数量
</th>
...
...
@@ -48,7 +48,7 @@
<th></th>
</tr>
</thead>
<tbody
ng-repeat=
"task in type.countyList
| orderBy:countyCode:desc
"
>
<tbody
ng-repeat=
"task in type.countyList"
>
<tr>
<td><input
type=
"checkbox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.taskId}}"
ng-click=
"updateSelection($event,task)"
></td>
<td
class=
"mailbox-star"
><b>
{{task.taskId}}
</b></td>
...
...
src/main/resources/static/views/task/taskListEwriting.html
View file @
8d29a75b
...
...
@@ -34,10 +34,10 @@
<thead>
<tr>
<th><input
type=
"checkbox"
ng-click=
"selectAll(type.countyList,$event)"
ng-checked=
"isSelectedAll($index)"
></th>
<th>
<a
ng-click=
"countyCode='taskId';desc=!desc"
>
任务单编号
</a>
</th>
<th>
任务单编号
</th>
<th>
核验日期
</th>
<th>
组数
</th>
<th>
<a
ng-click=
"countyCode='groupNum';desc=!desc"
>
受理组号
</a>
</th>
<th>
受理组号
</th>
<th>
证件数量
</th>
<th>
电写入数量
</th>
<th>
电质检数量
</th>
...
...
@@ -46,7 +46,7 @@
<th></th>
</tr>
</thead>
<tbody
ng-repeat=
"task in type.countyList
| orderBy:countyCode:desc
"
>
<tbody
ng-repeat=
"task in type.countyList"
>
<tr>
<td><input
type=
"checkbox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.taskId}}"
ng-click=
"updateSelection($event,task)"
></td>
<td
class=
"mailbox-star"
><b>
{{task.taskId}}
</b></td>
...
...
src/main/resources/static/views/task/taskListPrint.html
View file @
8d29a75b
...
...
@@ -38,10 +38,10 @@
<thead>
<tr>
<th><input
type=
"checkbox"
ng-click=
"selectAll(type.countyList,$event)"
ng-checked=
"isSelectedAll($index)"
></th>
<th>
<a
ng-click=
"countyCode='taskId';desc=!desc"
>
任务单编号
</a>
</th>
<th>
任务单编号
</th>
<th>
核验日期
</th>
<th>
组数
</th>
<th>
<a
ng-click=
"countyCode='groupNum';desc=!desc"
>
受理组号
</a>
</th>
<th>
受理组号
</th>
<th>
核验数量
</th>
<th>
卸载数量
</th>
<th>
证件数量
</th>
...
...
@@ -51,7 +51,7 @@
<th></th>
</tr>
</thead>
<tbody
ng-repeat=
"task in type.countyList
| orderBy:countyCode:desc
"
>
<tbody
ng-repeat=
"task in type.countyList"
>
<tr>
<td><input
type=
"checkbox"
id=
"checkOneBox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.taskId}}"
name=
"{{task.countyValidCount-task.specialCount}}"
ng-click=
"updateSelection($event,task)"
></td>
<td
class=
"mailbox-star"
><b>
{{task.taskId}}
</b></td>
...
...
src/main/resources/static/views/task/taskListSorting.html
View file @
8d29a75b
...
...
@@ -40,10 +40,10 @@
<tr>
<th><input
type=
"checkbox"
ng-click=
"selectAll(type.countyList,$event)"
ng-checked=
"isSelectedAll($index)"
></th>
<th>
<a
ng-click=
"countyCode='taskId';desc=!desc"
>
任务单编号
</a>
</th>
<th>
任务单编号
</th>
<th>
核验日期
</th>
<th>
组数
</th>
<th>
<a
ng-click=
"countyCode='groupNum';desc=!desc"
>
受理组号
</a>
</th>
<th>
受理组号
</th>
<th>
证件数量
</th>
<th>
电写入数量
</th>
<th>
电质检数量
</th>
...
...
@@ -54,7 +54,7 @@
<!--<th></th>-->
</tr>
</thead>
<tbody
ng-repeat=
"task in type.countyList
| orderBy:countyCode:desc
"
>
<tbody
ng-repeat=
"task in type.countyList"
>
<tr>
<td
ng-if=
"type.typeCode=='100'||(task.faileCount==0&&(task.countyValidCount-task.specialCount)==task.eWriteCount&&task.eWriteCount==task.recheckCount)"
>
<input
type=
"checkbox"
class=
"checkOneBox"
ng-checked=
"isSelected(task)"
value=
"{{task.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