no message
This commit is contained in:
parent
264fafdcbf
commit
c5f712467a
1 changed files with 2 additions and 2 deletions
|
|
@ -2227,12 +2227,12 @@ export class EvaluationController {
|
|||
setLogDataDiff(request, { before: null, after: evaluationLogs });
|
||||
}
|
||||
const before = structuredClone(evaluation);
|
||||
|
||||
let typeTh = evaluation.type == "EXPERT" ? "ชำนาญการ" : evaluation.type == "EXPERTISE" ? "เชียวชาญ" : evaluation.type == "SPECIAL_EXPERT" ? "ชำนาญการพิเศษ":"";
|
||||
evaluation.step = "PREPARE_DOC_V2";
|
||||
evaluation.subjectDoc2 = evaluation.subject;
|
||||
evaluation.authorDoc2 = evaluation.author;
|
||||
evaluation.assignedPosition = evaluation.position; //xxxxxxxxxx
|
||||
evaluation.assignedPosLevel = "xxxxxxxx"; //xxxxxxxxxx
|
||||
evaluation.assignedPosLevel = typeTh;
|
||||
evaluation.commanderFullnameDoc2 = evaluation.commanderFullname;
|
||||
evaluation.commanderPositionDoc2 = evaluation.commanderPosition;
|
||||
evaluation.commanderAboveFullnameDoc2 = evaluation.commanderAboveFullname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue