From 0c4ace81e2f1999fc0d4aa88ff7274b1b732a6db Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Mon, 29 Sep 2025 15:08:46 +0800 Subject: [PATCH] update --- src/app/(main)/jodetail/page.tsx | 4 ++-- src/components/Jodetail/JobPickExecution.tsx | 4 +--- src/components/Jodetail/JobPickExecutionsecondscan.tsx | 4 +--- src/components/NavigationContent/NavigationContent.tsx | 2 +- src/i18n/zh/common.json | 2 +- src/i18n/zh/jo.json | 8 ++++---- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/app/(main)/jodetail/page.tsx b/src/app/(main)/jodetail/page.tsx index 26b13e7..3f5b222 100644 --- a/src/app/(main)/jodetail/page.tsx +++ b/src/app/(main)/jodetail/page.tsx @@ -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} > - {t("Job Order Detail")} + {t("Job Order Pickexcution")} diff --git a/src/components/Jodetail/JobPickExecution.tsx b/src/components/Jodetail/JobPickExecution.tsx index 11c27a9..03f345e 100644 --- a/src/components/Jodetail/JobPickExecution.tsx +++ b/src/components/Jodetail/JobPickExecution.tsx @@ -1244,9 +1244,7 @@ const JobPickExecution: React.FC = ({ filterArgs }) => { {/* Combined Lot Table */} - - {t("All Pick Order Lots")} - + {!isManualScanning ? ( diff --git a/src/components/Jodetail/JobPickExecutionsecondscan.tsx b/src/components/Jodetail/JobPickExecutionsecondscan.tsx index 1e56bd0..eedc840 100644 --- a/src/components/Jodetail/JobPickExecutionsecondscan.tsx +++ b/src/components/Jodetail/JobPickExecutionsecondscan.tsx @@ -1025,9 +1025,7 @@ const paginatedData = useMemo(() => { {/* Combined Lot Table */} - - {t("All Pick Order Lots")} - + {!isManualScanning ? ( diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 22ae2a9..aa5b1df 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -210,7 +210,7 @@ const NavigationContent: React.FC = () => { }, { icon: , - label: "Job Order Detail", + label: "Job Order Pickexcution", path: "/jodetail", }, ], diff --git a/src/i18n/zh/common.json b/src/i18n/zh/common.json index 2fd3abf..401e38c 100644 --- a/src/i18n/zh/common.json +++ b/src/i18n/zh/common.json @@ -90,7 +90,7 @@ "Finished Good Order": "成品出倉", "finishedGood": "成品", "Router": "執貨路線", - "Job Order Detail": "工單細節", + "Job Order Pickexcution": "工單提料", "No data available": "沒有資料", "Start Scan": "開始掃碼", "Stop Scan": "停止掃碼", diff --git a/src/i18n/zh/jo.json b/src/i18n/zh/jo.json index e0bc03f..176ef94 100644 --- a/src/i18n/zh/jo.json +++ b/src/i18n/zh/jo.json @@ -18,13 +18,13 @@ "Scanned": "已掃碼", "Scan Status": "掃碼狀態", "Start Job Order": "開始工單", - "Job Order Detail": "工單細節", + "Job Order Pickexcution": "工單提料", "Pick Order Detail": "提料單細節", "Finished Job Order Record": "已完成工單記錄", "Index": "編號", "Route": "路線", - "Item Code": "物料編號", - "Item Name": "物料名稱", + "Item Code": "成品/半成品編號", + "Item Name": "成品/半成品名稱", "Qty": "數量", "Unit": "單位", "Location": "位置", @@ -63,6 +63,6 @@ "Pick Order Status": "提料單狀態", "Second Scan Status": "對料狀態", "Job Order Pick Order Details": "工單提料單詳情", - "Scanning": "掃碼中", + "Scanning...": "掃碼中", "Unassigned Job Orders": "未分配工單" }