export command
This commit is contained in:
parent
7390b69220
commit
5b56e311fe
1 changed files with 2 additions and 2 deletions
|
|
@ -6819,8 +6819,8 @@ export class CommandController extends Controller {
|
||||||
? Extension.ToThaiShortDate(item.CommandExcecuteDate)
|
? Extension.ToThaiShortDate(item.CommandExcecuteDate)
|
||||||
: "-",
|
: "-",
|
||||||
dateEnd: "-",
|
dateEnd: "-",
|
||||||
RemarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-",
|
remarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-",
|
||||||
RemarkHorizontal: item.RemarkHorizontal
|
remarkHorizontal: item.RemarkHorizontal
|
||||||
? Extension.ToThaiNumber(item.RemarkHorizontal)
|
? Extension.ToThaiNumber(item.RemarkHorizontal)
|
||||||
: "-",
|
: "-",
|
||||||
order:
|
order:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue