เคาะ

This commit is contained in:
setthawutttty 2025-06-27 08:26:24 +07:00
parent 5b7bf77d5e
commit 28905f8d22
4 changed files with 4 additions and 4 deletions

View file

@ -1372,7 +1372,7 @@ export const useCounterMixin = defineStore("mixin", () => {
? obj.rootShortNameOld
: "") +
(obj.posMasterNoOld != null && obj.posMasterNoOld !== ""
? obj.posMasterNoOld
? " " + obj.posMasterNoOld
: "");
return shortName == "" ? "-" : shortName;
} else {