fix report
This commit is contained in:
parent
5f619ada3c
commit
83b0ea3ac4
1 changed files with 3 additions and 3 deletions
|
|
@ -4596,9 +4596,9 @@ export class ReportController extends Controller {
|
|||
// (profile.child2 == undefined && profile.child2 == null ? "" : profile.child2 + " ") +
|
||||
// (profile.child1 == undefined && profile.child1 == null ? "" : profile.child1 + " ") +
|
||||
// (profile.root == undefined && profile.root == null ? "" : profile.root),
|
||||
// posLevel: profile.posLevel
|
||||
// ? `${profile.posTypeShort} ${Extension.ToThaiNumber(profile.posLevel.toLocaleString())}`
|
||||
// : "-",
|
||||
posLevel: profile.posLevel
|
||||
? `${profile.posTypeShort} ${Extension.ToThaiNumber(profile.posLevel.toLocaleString())}`
|
||||
: "-",
|
||||
posNumber:
|
||||
profile.orgShortName || profile.posMasterNo
|
||||
? Extension.ToThaiNumber(profile.orgShortName) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue