@page "/EdiCustomerOrders" @attribute [Authorize] @inject EdiCustomerOrderService EdiCustomerOrderService @inject NavigationManager NavigationManager @inject CustomAuthenticationStateProvider CustomAuthenticationStateProvider @using System.Security.Claims @using Microsoft.AspNetCore.Authorization @using OrdersManagement.Models @using SytelineSaAppEfDataModel.Dtos @using Syncfusion.Blazor.Grids @using Syncfusion.Blazor.Cards @using Syncfusion.Blazor.Popups @using Syncfusion.Blazor.Buttons @using SelectionType = Syncfusion.Blazor.Grids.SelectionType @inherits LayoutComponentBase
Zamówienie EDI @response.Identifier zostało poprawnie zaksięgowane w Zamówieniach klienta pod numerem '@response.ExternalIdentifier'
} } @if (_responses.Any(x => x.Status == 0)) { foreach (ResponseModel? response in _responses.Where(x => x.Status == 0)) {Błąd: Zamówienie EDI @response.Identifier nie zostało poprawnie zaksięgowane w Zamówieniach klienta.
Lista błędów:
@response.Message