fix ฝ่าย/สังกัด
This commit is contained in:
parent
0816d6b0e3
commit
ba063f8fea
1 changed files with 4 additions and 4 deletions
|
|
@ -3173,14 +3173,14 @@ export class CommandController extends Controller {
|
|||
no: Extension.ToThaiNumber((i + 1).toString()),
|
||||
fullName: `${item.Prefix ?? ""}${item.FirstName ?? ""} ${item.LastName ?? ""}`,
|
||||
oc:
|
||||
(posMasterAct.posMasterChild?.current_holder?.position ?? "-") +
|
||||
"/" +
|
||||
/*(posMasterAct.posMasterChild?.current_holder?.position ?? "-") +
|
||||
"/" +*/
|
||||
(_organization ?? "-"),
|
||||
postype: posMasterAct.posMasterChild?.current_holder?.posType?.posTypeName ?? "-",
|
||||
poslevel: posMasterAct.posMasterChild?.current_holder?.posLevel?.posLevelName ?? "-",
|
||||
organizationNew:
|
||||
(posMasterAct.posMaster?.current_holder?.position ?? "-") +
|
||||
"/" +
|
||||
/*(posMasterAct.posMaster?.current_holder?.position ?? "-") +
|
||||
"/" +*/
|
||||
(_organizationNew ?? "-"),
|
||||
// date: Extension.ToThaiShortDate_noPrefix(new Date()),
|
||||
dateStart: "-",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue