diff --git a/app/Classes/Modules/PackingLists/ControllersLogic/Containers/RescheduleContainerLogic.php b/app/Classes/Modules/PackingLists/ControllersLogic/Containers/RescheduleContainerLogic.php index e248281c..b3638b90 100644 --- a/app/Classes/Modules/PackingLists/ControllersLogic/Containers/RescheduleContainerLogic.php +++ b/app/Classes/Modules/PackingLists/ControllersLogic/Containers/RescheduleContainerLogic.php @@ -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); diff --git a/resources/assets/vue/components/containers/elements/ContainerArrivalFormComponent.vue b/resources/assets/vue/components/containers/elements/ContainerArrivalFormComponent.vue new file mode 100644 index 00000000..2ad3b233 --- /dev/null +++ b/resources/assets/vue/components/containers/elements/ContainerArrivalFormComponent.vue @@ -0,0 +1,54 @@ + + diff --git a/resources/assets/vue/components/containers/elements/ContainerDepatureFormComponent.vue b/resources/assets/vue/components/containers/elements/ContainerDepatureFormComponent.vue new file mode 100644 index 00000000..5b05bd24 --- /dev/null +++ b/resources/assets/vue/components/containers/elements/ContainerDepatureFormComponent.vue @@ -0,0 +1,54 @@ + + \ No newline at end of file diff --git a/resources/assets/vue/components/containers/elements/ContainerProfileSectionComponent.vue b/resources/assets/vue/components/containers/elements/ContainerProfileSectionComponent.vue index b63f317c..b3a1b289 100644 --- a/resources/assets/vue/components/containers/elements/ContainerProfileSectionComponent.vue +++ b/resources/assets/vue/components/containers/elements/ContainerProfileSectionComponent.vue @@ -1,132 +1,167 @@ -