mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45:46 +00:00
refactor(FE): Show additional flock info in recording form
This commit is contained in:
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user