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
6855d053
Commit
6855d053
authored
Apr 02, 2019
by
dahai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
c70f66ab
55832854
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
index.html
src/main/resources/static/index.html
+1
-1
service.js
src/main/resources/static/js/service.js
+14
-1
task.js
src/main/resources/static/views/task/task.js
+1
-1
No files found.
src/main/resources/static/index.html
View file @
6855d053
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
</a>
</a>
</li>
</li>
<li
class=
"dropdown user user-menu"
>
<li
class=
"dropdown user user-menu"
>
<a
ng-click=
"logout()"
class=
"btn btn-flat"
style=
"background-color: #0c6ba2;border: 0"
>
退出当前用户
</a>
<a
ng-click=
"logout()"
class=
"btn btn-flat"
style=
"background-color: #0c6ba2;border: 0"
>
<i
class=
"glyphicon glyphicon-off"
></i>
退出当前用户
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
...
src/main/resources/static/js/service.js
View file @
6855d053
...
@@ -551,6 +551,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
...
@@ -551,6 +551,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
url
:
"../TaskList/queryHistoryTaskAtAuxiliary"
+
urlTimeStamp
(),
url
:
"../TaskList/queryHistoryTaskAtAuxiliary"
+
urlTimeStamp
(),
params
:{
params
:{
process
:
$rootScope
.
loginData
.
roleList
[
0
].
process
-
1
,
process
:
$rootScope
.
loginData
.
roleList
[
0
].
process
-
1
,
workGroup
:
$rootScope
.
loginData
.
workGroup
,
date
:
date
date
:
date
}
}
}).
then
(
function
successCallback
(
response
)
{
}).
then
(
function
successCallback
(
response
)
{
...
@@ -564,6 +565,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
...
@@ -564,6 +565,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
url
:
"../TaskList/queryHistoryTaskAtAuxiliary"
+
urlTimeStamp
(),
url
:
"../TaskList/queryHistoryTaskAtAuxiliary"
+
urlTimeStamp
(),
params
:{
params
:{
process
:
$rootScope
.
loginData
.
roleList
[
0
].
process
,
process
:
$rootScope
.
loginData
.
roleList
[
0
].
process
,
workGroup
:
$rootScope
.
loginData
.
workGroup
,
date
:
date
date
:
date
}
}
}).
then
(
function
successCallback
(
response
)
{
}).
then
(
function
successCallback
(
response
)
{
...
@@ -666,7 +668,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
...
@@ -666,7 +668,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
success
(
response
.
data
)
success
(
response
.
data
)
})
})
},
},
get
Fj
TaskListByProcess
:
function
(
success
){
get
Dxr
TaskListByProcess
:
function
(
success
){
$http
({
$http
({
method
:
'GET'
,
method
:
'GET'
,
url
:
"../TaskList/queryByCountyAtAuxiliaryState3"
+
urlTimeStamp
(),
url
:
"../TaskList/queryByCountyAtAuxiliaryState3"
+
urlTimeStamp
(),
...
@@ -678,6 +680,17 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
...
@@ -678,6 +680,17 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
success
(
response
.
data
)
success
(
response
.
data
)
})
})
},
},
getFjTaskListByProcess
:
function
(
success
){
$http
({
method
:
'GET'
,
url
:
"../TaskList/queryByCountyAtAuxiliaryState4"
+
urlTimeStamp
(),
params
:{
process
:
$rootScope
.
loginData
.
roleList
[
0
].
process
}
}).
then
(
function
successCallback
(
response
)
{
success
(
response
.
data
)
})
},
getPingTaskListByProcess
:
function
(
success
)
{
getPingTaskListByProcess
:
function
(
success
)
{
$http
({
$http
({
method
:
'GET'
,
method
:
'GET'
,
...
...
src/main/resources/static/views/task/task.js
View file @
6855d053
...
@@ -420,7 +420,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
...
@@ -420,7 +420,7 @@ angular.module('AvatarCheck.task', ['ngRoute', 'AvatarCheck.http'])
$scope
.
searchTaskList
=
function
(){
$scope
.
searchTaskList
=
function
(){
$scope
.
selected
=
[];
$scope
.
selected
=
[];
$scope
.
isHistory
=
0
;
$scope
.
isHistory
=
0
;
HttpService
.
get
Fj
TaskListByProcess
(
function
(
data
){
HttpService
.
get
Dxr
TaskListByProcess
(
function
(
data
){
$scope
.
cycleSheetData
=
data
;
$scope
.
cycleSheetData
=
data
;
for
(
var
i
=
0
;
i
<
$scope
.
cycleSheetData
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
$scope
.
cycleSheetData
.
length
;
i
++
){
if
(
i
==
$scope
.
currentTab
){
if
(
i
==
$scope
.
currentTab
){
...
...
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