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.evaluationReqEdit == "EVALUATOR") {
|
||||||
if (item.commanderId == null || item.commanderId == "") {
|
if (item.commanderId == null || item.commanderId == "") {
|
||||||
item.evaluationReqEdit = "DONE";
|
item.evaluationReqEdit = "DONE";
|
||||||
|
item.evaluationStatus = "NEW";
|
||||||
} else {
|
} else {
|
||||||
item.evaluationReqEdit = "COMMANDER";
|
item.evaluationReqEdit = "COMMANDER";
|
||||||
}
|
}
|
||||||
|
|
@ -666,12 +667,14 @@ export class KpiUserEvaluationController extends Controller {
|
||||||
if (item.evaluationReqEdit == "COMMANDER") {
|
if (item.evaluationReqEdit == "COMMANDER") {
|
||||||
if (item.commanderHighId == null || item.commanderHighId == "") {
|
if (item.commanderHighId == null || item.commanderHighId == "") {
|
||||||
item.evaluationReqEdit = "DONE";
|
item.evaluationReqEdit = "DONE";
|
||||||
|
item.evaluationStatus = "NEW";
|
||||||
} else {
|
} else {
|
||||||
item.evaluationReqEdit = "COMMANDER_HIGH";
|
item.evaluationReqEdit = "COMMANDER_HIGH";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
item.evaluationReqEdit = requestBody.status.trim().toUpperCase();
|
item.evaluationReqEdit = requestBody.status.trim().toUpperCase();
|
||||||
|
item.evaluationStatus = "NEW";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
item.evaluationReqEdit = requestBody.status.trim().toUpperCase();
|
item.evaluationReqEdit = requestBody.status.trim().toUpperCase();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue