|
|
|
@@ -47,6 +47,7 @@ const formatProductionDate = (value: string | null | undefined): string => { |
|
|
|
const getRowKey = (row: DrinkProductionQtyResponse, idx: number): string => |
|
|
|
`${row.itemCode || "unknown"}-${idx}`; |
|
|
|
|
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 26 | v1.0.0 | 2026-07-20 */ |
|
|
|
const DrinkProductionQtyDashboard: React.FC = () => { |
|
|
|
const { t } = useTranslation(["common", "jo", "productionProcess"]); |
|
|
|
const [data, setData] = useState<DrinkProductionQtyResponse[]>([]); |
|
|
|
|