|
|
|
@@ -7,7 +7,7 @@ import React, { Suspense } from "react"; |
|
|
|
import GeneralLoading from "@/components/General/GeneralLoading"; |
|
|
|
|
|
|
|
export const metadata: Metadata = { |
|
|
|
title: "Job Order Detail" |
|
|
|
title: "Job Order Pickexcution" |
|
|
|
} |
|
|
|
|
|
|
|
const jo: React.FC = async () => { |
|
|
|
@@ -24,7 +24,7 @@ const jo: React.FC = async () => { |
|
|
|
rowGap={2} |
|
|
|
> |
|
|
|
<Typography variant="h4" marginInlineEnd={2}> |
|
|
|
{t("Job Order Detail")} |
|
|
|
{t("Job Order Pickexcution")} |
|
|
|
</Typography> |
|
|
|
</Stack> |
|
|
|
<I18nProvider namespaces={["jo", "common"]}> |
|
|
|
|