diff --git a/SteUp.Shared/Components/Layout/NavMenu.razor b/SteUp.Shared/Components/Layout/NavMenu.razor index b74db5c..27afc7c 100644 --- a/SteUp.Shared/Components/Layout/NavMenu.razor +++ b/SteUp.Shared/Components/Layout/NavMenu.razor @@ -43,7 +43,7 @@ else { - Nuova rilevazione + Nuova ispezione } diff --git a/SteUp.Shared/Components/SingleElements/Modal/ModalFormScheda.razor b/SteUp.Shared/Components/SingleElements/Modal/ModalFormScheda.razor index e466043..a0f9c15 100644 --- a/SteUp.Shared/Components/SingleElements/Modal/ModalFormScheda.razor +++ b/SteUp.Shared/Components/SingleElements/Modal/ModalFormScheda.razor @@ -119,6 +119,27 @@ }
+
+ Scadenza + + + + + + + +
+ +
+ + + +
+ diff --git a/SteUp.Shared/Core/Dto/SchedaDto.cs b/SteUp.Shared/Core/Dto/SchedaDto.cs index f566ed1..5de8269 100644 --- a/SteUp.Shared/Core/Dto/SchedaDto.cs +++ b/SteUp.Shared/Core/Dto/SchedaDto.cs @@ -5,4 +5,6 @@ public class SchedaDto public JtbFasiDto? Reparto { get; set; } public string? ActivityTypeId { get; set; } public string? Note { get; set; } + public string? Responsabile { get; set; } + public int Scadenza { get; set; } = 24; } \ No newline at end of file