fix #1043
This commit is contained in:
parent
9f13687a85
commit
aaf7944f01
1 changed files with 3 additions and 3 deletions
|
|
@ -5307,9 +5307,9 @@ export class ReportController extends Controller {
|
|||
positionSalaryAmount: profile.positionSalaryAmount
|
||||
? Extension.ToThaiNumber(profile.positionSalaryAmount.toLocaleString())
|
||||
: "-",
|
||||
reason1: null, //เหตุผลที่ไม่ได้เลื่อนขั้น
|
||||
reason2: null, //เหตุผลที่ไม่ได้เลื่อนขั้น
|
||||
reason3: null, //เหตุผลที่ไม่ได้เลื่อนขั้น
|
||||
reason1: "-", //เหตุผลที่ไม่ได้เลื่อนขั้น
|
||||
reason2: "-", //เหตุผลที่ไม่ได้เลื่อนขั้น
|
||||
reason3: "-", //เหตุผลที่ไม่ได้เลื่อนขั้น
|
||||
score: profile.result ? Extension.ToThaiNumber(profile.result) : "-",
|
||||
reason: profile.remark,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue