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