fix: request list => form expansion add individual cost
This commit is contained in:
parent
df3413ad13
commit
f87547d1bc
4 changed files with 22 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue