fix แนบท้ายคำสั่งรักษาการ
This commit is contained in:
parent
a30821acc3
commit
396440e4bc
1 changed files with 4 additions and 1 deletions
|
|
@ -3446,6 +3446,7 @@ export class CommandController extends Controller {
|
|||
RemarkHorizontal?: any | null;
|
||||
RemarkVertical?: any | null;
|
||||
CommandYear?: any | null;
|
||||
CommandExcecuteDate?: Date | null;
|
||||
}[];
|
||||
},
|
||||
) {
|
||||
|
|
@ -3515,7 +3516,9 @@ export class CommandController extends Controller {
|
|||
"/" +*/
|
||||
_organizationNew ?? "-",
|
||||
// date: Extension.ToThaiShortDate_noPrefix(new Date()),
|
||||
dateStart: "-",
|
||||
dateStart: item.CommandExcecuteDate
|
||||
? Extension.ToThaiShortDate(item.CommandExcecuteDate)
|
||||
: "-",
|
||||
dateEnd: "-",
|
||||
order:
|
||||
posMasterAct.posMasterOrder == null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue