From bc07220cf7a5e194d836ad23bdca55fa877e3133 Mon Sep 17 00:00:00 2001 From: Leandro Hernan Rojas Date: Fri, 9 May 2025 14:25:07 -0300 Subject: [PATCH] Add Ajuste visual QuoteCreate --- .../Pages/Sales/Quotes/QuoteCreate.razor | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/phronCare.UIBlazor/Pages/Sales/Quotes/QuoteCreate.razor b/phronCare.UIBlazor/Pages/Sales/Quotes/QuoteCreate.razor index 5ec29e4..a9e5313 100644 --- a/phronCare.UIBlazor/Pages/Sales/Quotes/QuoteCreate.razor +++ b/phronCare.UIBlazor/Pages/Sales/Quotes/QuoteCreate.razor @@ -147,7 +147,7 @@ - +
Productos Cotizados
@@ -161,11 +161,11 @@ - + - - - + + + @@ -175,7 +175,7 @@ foreach (var item in _quoteModel.PhSQuoteDetails) { - + -
ProductoProducto DescripciónCantidadPrecio UnitarioTotalCantidadPrecio UnitarioTotal
@item.ProductId@item.ProductId $ @($"{item.Quantity * item.Unitprice:0.00}") +