fix เลขที่ตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-24 09:12:33 +07:00
parent 8103ea7d9d
commit 965304339d
2 changed files with 1 additions and 2 deletions

View file

@ -100,7 +100,6 @@ export const useDataStore = defineStore("dataMain", () => {
async function getData(dataPerson: any) {
const data = await dataPerson;
isProbation.value = data.isProbation;
formData.profileId = data.profileId;
formData.rank = data.rank;
formData.prefix = data.prefix;

View file

@ -1096,7 +1096,7 @@ export const useCounterMixin = defineStore("mixin", () => {
? obj.child1ShortName
: obj.rootShortName != null
? obj.rootShortName
: "") + (obj.posMasterNo != null ? obj.posMasterNo : "");
: "") + (obj.posMasterNo != null ? ` ${obj.posMasterNo}` : "");
return shortName == "" ? "-" : shortName;
} else {
return "";