From 9dc9073643531dc1032738800b7300171147eb22 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Mon, 15 Dec 2025 14:33:04 +0800 Subject: [PATCH] update --- src/app/api/jo/actions.ts | 3 ++- src/components/ProductionProcess/ProductionProcessList.tsx | 2 +- src/i18n/zh/common.json | 5 +++-- src/i18n/zh/jo.json | 7 ++++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/api/jo/actions.ts b/src/app/api/jo/actions.ts index 86d0de4..058c217 100644 --- a/src/app/api/jo/actions.ts +++ b/src/app/api/jo/actions.ts @@ -316,6 +316,7 @@ export interface AllJoborderProductProcessInfoResponse { startTime?: string; endTime?: string; date: string; + matchStatus: string; bomId?: number; assignedTo: number; pickOrderId: number; @@ -1020,7 +1021,7 @@ export async function PrintPickRecord(request: PrintPickRecordRequest){ } //const response = await serverFetchWithNoContent(`${BASE_API_URL}/jo/print-PickRecord?${params.toString()}`,{ - const response = await serverFetchWithNoContent(`${BASE_API_URL}/jo/newPrint-PickRecord?${params.toString()}`,{ + const response = await serverFetchWithNoContent(`${BASE_API_URL}/jo/print-PickRecord?${params.toString()}`,{ method: "GET" }); diff --git a/src/components/ProductionProcess/ProductionProcessList.tsx b/src/components/ProductionProcess/ProductionProcessList.tsx index ed29e64..8a46fc2 100644 --- a/src/components/ProductionProcess/ProductionProcessList.tsx +++ b/src/components/ProductionProcess/ProductionProcessList.tsx @@ -268,7 +268,7 @@ const ProductProcessList: React.FC = ({ onSelectProcess