This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-17 10:07:15 +07:00
parent bf175c7750
commit 8a5a9f3e20
4 changed files with 168 additions and 183 deletions

View file

@ -96,7 +96,7 @@ export const useOrganizational = defineStore("organizationalStore", () => {
posMasterNo:
e.orgShortname +
(e.posMasterNoPrefix ? e.posMasterNoPrefix : "") +
(e.posMasterNo ? e.posMasterNo : "") +
(e.posMasterNo ? ` ${e.posMasterNo }`: "") +
(e.posMasterNoSuffix ? e.posMasterNoSuffix : ""),
positionName: e.isSit ? e.profilePosition : e.positionName,
posTypeName: e.isSit ? e.profilePostype : e.posTypeName,