no message
This commit is contained in:
parent
c4c88cf246
commit
ea7601adbe
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ export class ReoportController {
|
||||||
oc: evaluation.oc ? evaluation.oc.replace(/\n/g, " ") : "-",
|
oc: evaluation.oc ? evaluation.oc.replace(/\n/g, " ") : "-",
|
||||||
org: org ? org : "-", //สังกัด
|
org: org ? org : "-", //สังกัด
|
||||||
orgNoNewLine: _orgNoNewLine ? _orgNoNewLine : "-", //สังกัดแบบไม่เว้นวรรค
|
orgNoNewLine: _orgNoNewLine ? _orgNoNewLine : "-", //สังกัดแบบไม่เว้นวรรค
|
||||||
root: evaluation.root ?evaluation.root : "-", //หน่วยงาน
|
root: evaluation.salaries.length > 0 ? evaluation.salaries[0].orgRoot : "-", //หน่วยงาน
|
||||||
child1: evaluation.salaries.length > 0 // กอง / ศูนย์ / ส่วน
|
child1: evaluation.salaries.length > 0 // กอง / ศูนย์ / ส่วน
|
||||||
? evaluation.salaries[0].orgChild1
|
? evaluation.salaries[0].orgChild1
|
||||||
: "-",
|
: "-",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue