เคาะเลขที่ตำแหน่ง
This commit is contained in:
parent
f32f52b5f6
commit
406f645abd
1 changed files with 1 additions and 1 deletions
|
|
@ -1783,7 +1783,7 @@ export class CommandController extends Controller {
|
|||
? Extension.ToThaiNumber(shortName)
|
||||
: "-"
|
||||
: Extension.ToThaiNumber(
|
||||
`${profile?.rootShortNameTemp}${profile?.posMasterNoTemp}`,
|
||||
`${profile?.rootShortNameTemp} ${profile?.posMasterNoTemp}`,
|
||||
),
|
||||
amount: x.amount ? Extension.ToThaiNumber(x.amount.toLocaleString()) : "-",
|
||||
dateRetire: profile?.dateRetire
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue