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
be69798b
Commit
be69798b
authored
Mar 15, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已下发数量显示
parent
5cee27ce
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
66 additions
and
12 deletions
+66
-12
service.js
src/main/resources/static/js/service.js
+14
-0
dispatchTask.html
...ain/resources/static/views/dispatchTask/dispatchTask.html
+1
-0
dispatchTask.js
src/main/resources/static/views/dispatchTask/dispatchTask.js
+10
-1
searchCard.html
src/main/resources/static/views/searchCard/searchCard.html
+0
-10
task.js
src/main/resources/static/views/task/task.js
+32
-0
taskListEwriting.html
src/main/resources/static/views/task/taskListEwriting.html
+4
-0
taskListPreLocating.html
...main/resources/static/views/task/taskListPreLocating.html
+1
-0
taskListPrint.html
src/main/resources/static/views/task/taskListPrint.html
+2
-1
taskListPushing.html
src/main/resources/static/views/task/taskListPushing.html
+1
-0
taskListSorting.html
src/main/resources/static/views/task/taskListSorting.html
+1
-0
No files found.
src/main/resources/static/js/service.js
View file @
be69798b
...
...
@@ -838,6 +838,19 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
}).
then
(
function
successCallback
(
response
)
{
success
(
response
.
data
)
})
},
getHasDistributeCount
:
function
(
date
,
success
){
console
.
log
(
date
)
$http
({
method
:
'GET'
,
url
:
"../TaskList/selectCountHistory"
+
urlTimeStamp
(),
params
:{
date
:
date
,
state
:
$rootScope
.
loginData
.
roleList
[
0
].
process
}
}).
then
(
function
successCallback
(
response
)
{
success
(
response
.
data
)
})
}
}
});
\ No newline at end of file
src/main/resources/static/views/dispatchTask/dispatchTask.html
View file @
be69798b
...
...
@@ -88,6 +88,7 @@
</table>
<!-- /.table -->
<div
class=
"box-footer"
style=
"text-align: right;"
>
<h5>
今日已下发任务量:{{distributedCount}}
</h5>
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
下发任务单
</button>
</div>
</div>
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.js
View file @
be69798b
...
...
@@ -26,6 +26,14 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
$scope
.
isHistory
=
0
;
$scope
.
searchTaskList
=
function
(){
var
date
=
$
(
'#datepicker'
).
val
();
if
(
date
==
''
){
date
=
$scope
.
choseDate
;
}
HttpService
.
getHasDistributeCount
(
date
,
function
(
data
)
{
$scope
.
distributedCount
=
data
;
console
.
log
(
data
)
})
$scope
.
isHistory
=
0
;
HttpService
.
getTaskListByProcess
(
function
(
data
){
$scope
.
cycleSheetData
=
data
;
...
...
@@ -158,6 +166,8 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
}
$scope
.
goes
=
function
(){
var
checks
=
$
(
".checkOneBox:checked"
);
if
(
checks
.
length
>
0
){
...
...
@@ -184,7 +194,6 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
}
else
{
MessageService
.
showAlert
(
"请选择下发的任务单"
)
}
}
});
...
...
src/main/resources/static/views/searchCard/searchCard.html
View file @
be69798b
...
...
@@ -63,15 +63,12 @@
<th>
受理号
</th>
<th>
区县
</th>
<th>
姓名
</th>
<th>
制证类型
</th>
<th>
身份证号
</th>
<th>
性别
</th>
<th>
签发机关
</th>
<th>
起始有效期
</th>
<th>
终止有效期
</th>
<th>
上报受理单位
</th>
<th>
数据状态
</th>
<th>
时间
</th>
</tr>
</thead>
<tbody>
...
...
@@ -80,7 +77,6 @@
<td>
{{item.ACCEPT_NO}}
</td>
<td>
{{item.COUNTYNAME}}
</td>
<td>
{{item.NAME}}
</td>
<td>
{{item.CARD_TYPE}}
</td>
<td>
{{item.ID_NO}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
...
...
@@ -88,8 +84,6 @@
<td>
{{item.BEGIN_DATE | myDateFilter}}
</td>
<td>
{{item.EXPIRE_DATE | myDateFilter}}
</td>
<td>
{{item.SIGN_GOVT}}
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
...
...
@@ -114,7 +108,6 @@
<th>
受理号
</th>
<th>
区县
</th>
<th>
姓名
</th>
<th>
制证类型
</th>
<th>
身份证号
</th>
<th>
性别
</th>
<th>
签发机关
</th>
...
...
@@ -122,7 +115,6 @@
<th>
终止有效期
</th>
<th>
上报受理单位
</th>
<th>
数据状态
</th>
<th>
时间
</th>
</tr>
</thead>
<tbody>
...
...
@@ -131,7 +123,6 @@
<td>
{{item.ACCEPT_NO}}
</td>
<td>
{{item.COUNTYNAME}}
</td>
<td>
{{item.NAME}}
</td>
<td>
{{item.CARD_TYPE}}
</td>
<td>
{{item.ID_NO}}
</td>
<td
ng-if=
"item.SEX_NO==1"
>
男
</td>
<td
ng-if=
"item.SEX_NO==2"
>
女
</td>
...
...
@@ -140,7 +131,6 @@
<td>
{{item.EXPIRE_DATE | myDateFilter}}
</td>
<td>
{{item.SIGN_GOVT}}
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
...
...
src/main/resources/static/views/task/task.js
View file @
be69798b
...
...
@@ -47,6 +47,14 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
$scope
.
isHistory
=
0
;
$scope
.
searchTaskList
=
function
(){
var
date
=
$
(
'#datepicker'
).
val
();
if
(
date
==
''
){
date
=
$scope
.
choseDate
;
}
HttpService
.
getHasDistributeCount
(
date
,
function
(
data
)
{
$scope
.
distributedCount
=
data
;
console
.
log
(
data
)
})
$scope
.
isHistory
=
0
;
HttpService
.
getTaskListByProcess
(
function
(
data
){
$scope
.
cycleSheetData
=
data
;
...
...
@@ -231,6 +239,14 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
$scope
.
isHistory
=
0
;
$scope
.
searchTaskList
=
function
(){
$scope
.
isHistory
=
0
;
var
date
=
$
(
'#datepicker'
).
val
();
if
(
date
==
''
){
date
=
$scope
.
choseDate
;
}
HttpService
.
getHasDistributeCount
(
date
,
function
(
data
)
{
$scope
.
distributedCount
=
data
;
console
.
log
(
data
)
})
HttpService
.
getPingTaskListByProcess
(
function
(
data
){
$scope
.
cycleSheetData
=
data
.
typeList
;
$scope
.
total
=
data
.
total
;
...
...
@@ -386,6 +402,14 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
$scope
.
isHistory
=
0
;
$scope
.
searchTaskList
=
function
(){
$scope
.
isHistory
=
0
;
var
date
=
$
(
'#datepicker'
).
val
();
if
(
date
==
''
){
date
=
$scope
.
choseDate
;
}
HttpService
.
getHasDistributeCount
(
date
,
function
(
data
)
{
$scope
.
distributedCount
=
data
;
console
.
log
(
data
)
})
HttpService
.
getFjTaskListByProcess
(
function
(
data
){
$scope
.
cycleSheetData
=
data
;
for
(
var
i
=
0
;
i
<
$scope
.
cycleSheetData
.
length
;
i
++
){
...
...
@@ -533,6 +557,14 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
$scope
.
isHistory
=
0
;
$scope
.
searchTaskList
=
function
(){
$scope
.
isHistory
=
0
;
var
date
=
$
(
'#datepicker'
).
val
();
if
(
date
==
''
){
date
=
$scope
.
choseDate
;
}
HttpService
.
getHasDistributeCount
(
date
,
function
(
data
)
{
$scope
.
distributedCount
=
data
;
console
.
log
(
data
)
})
HttpService
.
getFjTaskListByProcess
(
function
(
data
){
$scope
.
cycleSheetData
=
data
;
for
(
var
i
=
0
;
i
<
$scope
.
cycleSheetData
.
length
;
i
++
){
...
...
src/main/resources/static/views/task/taskListEwriting.html
View file @
be69798b
...
...
@@ -27,6 +27,9 @@
</ul>
</a>
</li>
<li
style=
"float: right; padding-right: 30px;"
>
<h5>
今日已转出数量:{{distributedCount}}
</h5>
</li>
</ul>
</div>
<div
ng-repeat=
"type in cycleSheetData track by $index"
class=
"table-responsive mailbox-messages"
ng-show=
"currentTab==$index"
>
...
...
@@ -97,6 +100,7 @@
</table>
<!-- /.table -->
<div
class=
"box-footer"
style=
"text-align: right;"
>
<h5>
今日已转出数量:{{distributedCount}}
</h5>
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
转出任务单
</button>
</div>
</div>
...
...
src/main/resources/static/views/task/taskListPreLocating.html
View file @
be69798b
...
...
@@ -94,6 +94,7 @@
</table>
<!-- /.table -->
<div
class=
"box-footer"
style=
"text-align: right;"
>
<h5>
今日已转出数量:{{distributedCount}}
</h5>
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
转出任务单
</button>
</div>
</div>
...
...
src/main/resources/static/views/task/taskListPrint.html
View file @
be69798b
...
...
@@ -28,7 +28,7 @@
</a>
</li>
<li
class=
"pull-right"
style=
"padding-right: 20px;"
>
<h5>
任务总数
:{{cardsTotal}}
</h5>
<h5>
已选数量
:{{cardsTotal}}
</h5>
<h4>
余证数:{{restCount}}
</h4>
</li>
</ul>
...
...
@@ -95,6 +95,7 @@
</table>
<!-- /.table -->
<div
class=
"box-footer"
>
<h4
style=
"text-align: right;"
>
已转出任务量:{{distributedCount}}
</h4>
<div
class=
"pull-right"
style=
"margin-left: 10px;"
>
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
转出任务单
</button>
</div>
...
...
src/main/resources/static/views/task/taskListPushing.html
View file @
be69798b
...
...
@@ -94,6 +94,7 @@
</table>
<!-- /.table -->
<div
class=
"box-footer"
style=
"text-align: right;"
>
<h5>
今日已转出数量:{{distributedCount}}
</h5>
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
转出任务单
</button>
</div>
</div>
...
...
src/main/resources/static/views/task/taskListSorting.html
View file @
be69798b
...
...
@@ -99,6 +99,7 @@
</table>
<!-- /.table -->
<div
class=
"box-footer"
style=
"text-align: right;"
>
<h5>
今日已转出数量:{{distributedCount}}
</h5>
<button
class=
"btn btn-primary"
ng-click=
"goes()"
>
转出任务单
</button>
</div>
</div>
...
...
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