refactor(FE): Show additional flock info in recording form

This commit is contained in:
rstubryan
2026-01-15 17:29:09 +07:00
parent 4a9cbdc219
commit 8fe51c976b
2 changed files with 50 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ import { Location } from '@/types/api/master-data/location';
import { BaseApproval, BaseMetadata } from '@/types/api/api-general';
import { Nonstock } from '@/types/api/master-data/nonstock';
import { ProductionStandard } from '@/types/api/master-data/production-standard';
import { Warehouse } from '@/types/api/master-data/warehouse';
export type BaseProjectFlock = {
id: number;
@@ -71,6 +72,7 @@ export type ProjectFlockKandangLookup = {
kandang_id: number;
kandang: Kandang;
project_flock: ProjectFlock;
warehouse: Warehouse;
quantity: number;
available_quantity?: number;
population: number;