updated บรรจุแต่งตั้ง

This commit is contained in:
Warunee Tamkoo 2024-05-01 10:22:00 +07:00
parent 6a4568ec36
commit 1103be0d7d
2 changed files with 11 additions and 5 deletions

View file

@ -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,