container profile forms ui

This commit is contained in:
edmondlang
2021-09-27 21:56:04 +08:00
parent a0531e344c
commit d13aad9566
6 changed files with 561 additions and 208 deletions
@@ -65,8 +65,8 @@ class RescheduleContainerLogic extends AbstractControllerLogic
$this->updatesScheduleStatus->execute($old_sechedule, ApprovalStatus::REJECTED);
$scheduleObject = new ScheduleObject(
Carbon::parse($request->input('eta')),
Carbon::parse($request->input('etd')),
Carbon::parse($request->input('eta')),
ApprovalStatus::APPROVED
);
$schedule = $this->createsSchedule->execute($transport, $scheduleObject);