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.child2 == undefined && profile.child2 == null ? "" : profile.child2 + " ") +
|
||||||
// (profile.child1 == undefined && profile.child1 == null ? "" : profile.child1 + " ") +
|
// (profile.child1 == undefined && profile.child1 == null ? "" : profile.child1 + " ") +
|
||||||
// (profile.root == undefined && profile.root == null ? "" : profile.root),
|
// (profile.root == undefined && profile.root == null ? "" : profile.root),
|
||||||
// posLevel: profile.posLevel
|
posLevel: profile.posLevel
|
||||||
// ? `${profile.posTypeShort} ${Extension.ToThaiNumber(profile.posLevel.toLocaleString())}`
|
? `${profile.posTypeShort} ${Extension.ToThaiNumber(profile.posLevel.toLocaleString())}`
|
||||||
// : "-",
|
: "-",
|
||||||
posNumber:
|
posNumber:
|
||||||
profile.orgShortName || profile.posMasterNo
|
profile.orgShortName || profile.posMasterNo
|
||||||
? Extension.ToThaiNumber(profile.orgShortName) +
|
? Extension.ToThaiNumber(profile.orgShortName) +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue