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)
|
||||
: "-",
|
||||
dateEnd: "-",
|
||||
RemarkVertical: item.RemarkVertical,
|
||||
RemarkHorizontal: item.RemarkHorizontal,
|
||||
RemarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-",
|
||||
RemarkHorizontal: item.RemarkHorizontal ? Extension.ToThaiNumber(item.RemarkHorizontal) : "-",
|
||||
order:
|
||||
posMasterAct.posMasterOrder == null
|
||||
? "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue