diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 7d530528..b3993ebb 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -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