fix เลขที่ตำแหน่ง
This commit is contained in:
parent
8103ea7d9d
commit
965304339d
2 changed files with 1 additions and 2 deletions
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue