no message
This commit is contained in:
parent
389b64d4ee
commit
5d292df148
1 changed files with 2 additions and 2 deletions
|
|
@ -4781,9 +4781,9 @@ export class ReportController extends Controller {
|
||||||
Extension.ToThaiNumber(profile.orgShortName) +
|
Extension.ToThaiNumber(profile.orgShortName) +
|
||||||
Extension.ToThaiNumber(profile.posMasterNo.toLocaleString()):"-",
|
Extension.ToThaiNumber(profile.posMasterNo.toLocaleString()):"-",
|
||||||
amount: profile.amount ? Extension.ToThaiNumber(profile.amount.toLocaleString()) : "-",
|
amount: profile.amount ? Extension.ToThaiNumber(profile.amount.toLocaleString()) : "-",
|
||||||
reason: null,
|
reason: profile.remark,
|
||||||
score: profile.result?Extension.ToThaiNumber(profile.result):"-",
|
score: profile.result?Extension.ToThaiNumber(profile.result):"-",
|
||||||
signature: profile.remark,
|
signature: null,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue