Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
3029eabf
Commit
3029eabf
authored
Nov 30, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEV] fixed status when change date
parent
6fd22896
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
vat-layout.ctrl.js
...web/src/main/webapp/app/vat/vat-layout/vat-layout.ctrl.js
+11
-0
No files found.
atms-web/src/main/webapp/app/vat/vat-layout/vat-layout.ctrl.js
View file @
3029eabf
...
...
@@ -80,12 +80,18 @@ function ($scope, $rootScope, $q, $log, $timeout, $state, $translate, projectSer
else
{
SweetAlert
.
error
(
$translate
.
instant
(
'SetProjectStatusError'
));
}
}).
error
(
function
(
e
){
vatSessionService
.
project
.
projectStatusList
[
temp
]
=
constant
.
ProjectStatusEnum
.
UnStarted
;
initStatus
(
vatSessionService
.
project
.
id
,
temp
);
});
}
else
{
//已经导入的话,更新最新项目状态
vatSessionService
.
project
.
projectStatusList
[
temp
]
=
or
.
data
.
status
;
initStatus
(
vatSessionService
.
project
.
id
,
temp
);
}
}
else
{
vatSessionService
.
project
.
projectStatusList
[
temp
]
=
constant
.
ProjectStatusEnum
.
UnStarted
;
initStatus
(
vatSessionService
.
project
.
id
,
temp
);
}
});
...
...
@@ -676,6 +682,11 @@ function ($scope, $rootScope, $q, $log, $timeout, $state, $translate, projectSer
setLayoutStatusTitle
(
vatSessionService
.
project
.
projectStatusList
[
month
]);
setStartStatusText
(
month
);
$log
.
debug
(
vatSessionService
.
project
.
importSubStatus
);
}
else
{
vatSessionService
.
project
.
importSubStatus
=
constant
.
ProjectStatusEnum
.
UnStarted
;
$scope
.
period
=
vatSessionService
.
month
;
setLayoutStatusTitle
(
constant
.
ProjectStatusEnum
.
UnStarted
);
setStartStatusText
(
month
);
}
});
...
...
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