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
9bb46e17
Commit
9bb46e17
authored
Mar 17, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新页面
parent
23de9f5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
+12
-8
createTaskList.js
...n/resources/static/views/createTaskList/createTaskList.js
+2
-2
dispatchTask.js
src/main/resources/static/views/dispatchTask/dispatchTask.js
+2
-2
task.js
src/main/resources/static/views/task/task.js
+8
-4
No files found.
src/main/resources/static/views/createTaskList/createTaskList.js
View file @
9bb46e17
...
@@ -234,7 +234,7 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
...
@@ -234,7 +234,7 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
$scope
.
searchCurrent
();
$scope
.
searchCurrent
();
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$rootScope
.
selectedGroup
=
[];
$rootScope
.
selectedGroup
=
[];
$rootScope
.
c
ardsTotal
=
0
;
$rootScope
.
c
loseThis
()
;
})
})
}
else
{
}
else
{
MessageService
.
showAlert
(
"请选择创建任务单的组"
)
MessageService
.
showAlert
(
"请选择创建任务单的组"
)
...
@@ -246,7 +246,7 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
...
@@ -246,7 +246,7 @@ angular.module('AvatarCheck.createTaskList', ['ngRoute', 'AvatarCheck.http', 'tm
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
$
scope
.
closeThisDialog
()
;
$
rootScope
.
closeThis
=
$scope
.
closeThisDialog
;
$scope
.
confirmGoTo
=
go
;
$scope
.
confirmGoTo
=
go
;
}]
}]
})
})
...
...
src/main/resources/static/views/dispatchTask/dispatchTask.js
View file @
9bb46e17
...
@@ -181,7 +181,7 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
...
@@ -181,7 +181,7 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"下发完成"
)
MessageService
.
showAlert
(
"下发完成"
)
$rootScope
.
c
ardsTotal
=
0
;
$rootScope
.
c
loseThis
()
;
})
})
}
else
{
}
else
{
MessageService
.
showAlert
(
"请选择下发的任务单"
)
MessageService
.
showAlert
(
"请选择下发的任务单"
)
...
@@ -193,7 +193,7 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
...
@@ -193,7 +193,7 @@ angular.module('AvatarCheck.dispatchTask', ['ngRoute', 'AvatarCheck.http', 'tm.p
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
$
scope
.
closeThisDialog
()
;
$
rootScope
.
closeThis
=
$scope
.
closeThisDialog
;
$scope
.
confirmGoTo
=
go
;
$scope
.
confirmGoTo
=
go
;
}]
}]
})
})
...
...
src/main/resources/static/views/task/task.js
View file @
9bb46e17
...
@@ -207,6 +207,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -207,6 +207,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
MessageService
.
showAlert
(
"转出完成"
)
MessageService
.
showAlert
(
"转出完成"
)
$rootScope
.
cardsTotal
=
0
;
$rootScope
.
cardsTotal
=
0
;
$scope
.
restCount
=
0
;
$scope
.
restCount
=
0
;
$rootScope
.
closeThis
();
})
})
}
else
{
}
else
{
MessageService
.
showAlert
(
"请选择转出的任务单"
)
MessageService
.
showAlert
(
"请选择转出的任务单"
)
...
@@ -218,8 +219,8 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -218,8 +219,8 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
$scope
.
closeThisDialog
();
$scope
.
confirmGoTo
=
go
;
$scope
.
confirmGoTo
=
go
;
$rootScope
.
closeThis
=
$scope
.
closeThisDialog
;
}]
}]
})
})
}
}
...
@@ -391,6 +392,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -391,6 +392,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
MessageService
.
showAlert
(
"转出完成"
)
$rootScope
.
closeThis
();
})
})
}
else
{
}
else
{
MessageService
.
showAlert
(
"请选择转出的任务单"
)
MessageService
.
showAlert
(
"请选择转出的任务单"
)
...
@@ -402,8 +404,8 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -402,8 +404,8 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
$scope
.
closeThisDialog
();
$scope
.
confirmGoTo
=
go
;
$scope
.
confirmGoTo
=
go
;
$rootScope
.
closeThis
=
$scope
.
closeThisDialog
;
}]
}]
})
})
...
@@ -574,6 +576,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -574,6 +576,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
MessageService
.
showAlert
(
"转出完成"
)
$rootScope
.
closeThis
();
})
})
}
else
{
}
else
{
MessageService
.
showAlert
(
"请选择转出的任务单"
);
MessageService
.
showAlert
(
"请选择转出的任务单"
);
...
@@ -585,8 +588,8 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -585,8 +588,8 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
$scope
.
closeThisDialog
();
$scope
.
confirmGoTo
=
go
;
$scope
.
confirmGoTo
=
go
;
$rootScope
.
closeThis
=
$scope
.
closeThisDialog
;
}]
}]
})
})
...
@@ -754,6 +757,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -754,6 +757,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
HttpService
.
updateTaskListProcess
(
json
,
function
(
data
){
$scope
.
searchTaskList
();
$scope
.
searchTaskList
();
MessageService
.
showAlert
(
"转出完成"
)
MessageService
.
showAlert
(
"转出完成"
)
$rootScope
.
closeThis
();
})
})
}
else
{
}
else
{
MessageService
.
showAlert
(
"请选择转出的任务单"
);
MessageService
.
showAlert
(
"请选择转出的任务单"
);
...
@@ -765,7 +769,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -765,7 +769,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
cache
:
false
,
cache
:
false
,
closeByDocument
:
false
,
closeByDocument
:
false
,
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
controller
:
[
'$scope'
,
'HttpService'
,
function
(
$scope
)
{
$
scope
.
closeThisDialog
()
;
$
rootScope
.
closeThis
=
$scope
.
closeThisDialog
;
$scope
.
confirmGoTo
=
go
;
$scope
.
confirmGoTo
=
go
;
}]
}]
})
})
...
...
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