edit repairs
This commit is contained in:
parent
c79d5bb1cd
commit
789272dc37
9 changed files with 201 additions and 74 deletions
|
@ -43,9 +43,15 @@ export interface CreateRepairViewModel {
|
|||
reports: string[];
|
||||
}
|
||||
|
||||
export interface UpdateRepairViewModel {
|
||||
export interface UpdateRepairStatusViewModel {
|
||||
id: string;
|
||||
status: string;
|
||||
noteByWorker: string;
|
||||
done: boolean;
|
||||
}
|
||||
|
||||
export interface UpdateRepairViewModel {
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
responsible: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue