feat(FE-114,136): integrate location selection and update flock handling in RecordingForm

This commit is contained in:
rstubryan
2025-10-20 09:51:32 +07:00
parent e4f554bcd4
commit 16d72ebf6f
2 changed files with 224 additions and 121 deletions
+1
View File
@@ -3,6 +3,7 @@ import { Area } from '@/types/api/master-data/area';
import { ProductCategory } from '@/types/api/master-data/product-category';
import { Fcr } from '@/types/api/master-data/fcr';
import { Kandang } from '@/types/api/master-data/kandang';
import { Location } from '@/types/api/master-data/location';
import { BaseMetadata } from '@/types/api/api-general';
export type BaseProjectFlock = {