fix issue #1543
This commit is contained in:
parent
c58626ec3f
commit
228264d39a
1 changed files with 2 additions and 2 deletions
|
|
@ -6357,8 +6357,8 @@ export class CommandController extends Controller {
|
||||||
? Extension.ToThaiShortDate(item.CommandExcecuteDate)
|
? Extension.ToThaiShortDate(item.CommandExcecuteDate)
|
||||||
: "-",
|
: "-",
|
||||||
dateEnd: "-",
|
dateEnd: "-",
|
||||||
RemarkVertical: item.RemarkVertical,
|
RemarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-",
|
||||||
RemarkHorizontal: item.RemarkHorizontal,
|
RemarkHorizontal: item.RemarkHorizontal ? Extension.ToThaiNumber(item.RemarkHorizontal) : "-",
|
||||||
order:
|
order:
|
||||||
posMasterAct.posMasterOrder == null
|
posMasterAct.posMasterOrder == null
|
||||||
? "-"
|
? "-"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue