updated บรรจุแต่งตั้ง
This commit is contained in:
parent
6a4568ec36
commit
1103be0d7d
2 changed files with 11 additions and 5 deletions
|
|
@ -14,9 +14,9 @@ export const useSelectOrgStore = defineStore("selectorg", () => {
|
|||
isPosition: e.isPosition,
|
||||
posMasterNo:
|
||||
e.orgShortname +
|
||||
e.posMasterNoPrefix +
|
||||
(e.posMasterNoPrefix != null ? e.posMasterNoPrefix : "") +
|
||||
e.posMasterNo +
|
||||
e.posMasterNoSuffix,
|
||||
(e.posMasterNoSuffix != null ? e.posMasterNoSuffix : ""),
|
||||
positionName: e.positionName,
|
||||
posTypeName: e.posTypeName,
|
||||
posLevelName: e.posLevelName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue