|
|
|
@@ -59,7 +59,7 @@ interface Props { |
|
|
|
onStockAdjustmentSuccess?: () => void | Promise<void>; |
|
|
|
} |
|
|
|
|
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 3 | v1.0.7 | 2026-09-08 */ |
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 3 | v1.0.9 | 2026-09-21 */ |
|
|
|
const InventoryLotLineTable: React.FC<Props> = ({ |
|
|
|
inventoryLotLines, pagingController, setPagingController, totalCount, inventory, |
|
|
|
filterLotNo, |
|
|
|
|