fix: request list => form expansion add individual cost

This commit is contained in:
puriphatt 2024-11-26 16:33:09 +07:00
parent df3413ad13
commit f87547d1bc
4 changed files with 22 additions and 10 deletions

View file

@ -76,9 +76,10 @@ export type AttributesForm = {
customerDutyCost?: number;
companyDuty: boolean;
companyDutyCost?: number;
individualDuty: boolean;
localEmployee: boolean;
employeeId?: string;
individualDuty: boolean;
individualDutyCost?: number;
};
export type Step = {