fix เลขที่ตำแหน่ง
This commit is contained in:
parent
8103ea7d9d
commit
965304339d
2 changed files with 1 additions and 2 deletions
|
|
@ -100,7 +100,6 @@ export const useDataStore = defineStore("dataMain", () => {
|
||||||
async function getData(dataPerson: any) {
|
async function getData(dataPerson: any) {
|
||||||
const data = await dataPerson;
|
const data = await dataPerson;
|
||||||
isProbation.value = data.isProbation;
|
isProbation.value = data.isProbation;
|
||||||
|
|
||||||
formData.profileId = data.profileId;
|
formData.profileId = data.profileId;
|
||||||
formData.rank = data.rank;
|
formData.rank = data.rank;
|
||||||
formData.prefix = data.prefix;
|
formData.prefix = data.prefix;
|
||||||
|
|
|
||||||
|
|
@ -1096,7 +1096,7 @@ export const useCounterMixin = defineStore("mixin", () => {
|
||||||
? obj.child1ShortName
|
? obj.child1ShortName
|
||||||
: obj.rootShortName != null
|
: obj.rootShortName != null
|
||||||
? obj.rootShortName
|
? obj.rootShortName
|
||||||
: "") + (obj.posMasterNo != null ? obj.posMasterNo : "");
|
: "") + (obj.posMasterNo != null ? ` ${obj.posMasterNo}` : "");
|
||||||
return shortName == "" ? "-" : shortName;
|
return shortName == "" ? "-" : shortName;
|
||||||
} else {
|
} else {
|
||||||
return "";
|
return "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue