no message
This commit is contained in:
parent
0d292ee22b
commit
977b88875f
1 changed files with 3 additions and 0 deletions
|
|
@ -658,6 +658,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
if (item.evaluationReqEdit == "EVALUATOR") {
|
||||
if (item.commanderId == null || item.commanderId == "") {
|
||||
item.evaluationReqEdit = "DONE";
|
||||
item.evaluationStatus = "NEW";
|
||||
} else {
|
||||
item.evaluationReqEdit = "COMMANDER";
|
||||
}
|
||||
|
|
@ -666,12 +667,14 @@ export class KpiUserEvaluationController extends Controller {
|
|||
if (item.evaluationReqEdit == "COMMANDER") {
|
||||
if (item.commanderHighId == null || item.commanderHighId == "") {
|
||||
item.evaluationReqEdit = "DONE";
|
||||
item.evaluationStatus = "NEW";
|
||||
} else {
|
||||
item.evaluationReqEdit = "COMMANDER_HIGH";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
item.evaluationReqEdit = requestBody.status.trim().toUpperCase();
|
||||
item.evaluationStatus = "NEW";
|
||||
}
|
||||
} else {
|
||||
item.evaluationReqEdit = requestBody.status.trim().toUpperCase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue