From dd17d8cb1e4da2a94e106b570ddc83da03cff415 Mon Sep 17 00:00:00 2001 From: mmrbnjd Date: Tue, 28 May 2024 17:29:20 +0330 Subject: [PATCH] ... --- TaxPayerFull/CUSComponent/InvoiceItem.razor | 2 +- .../Pages/UserPanel/InvoiceItem.razor | 146 +++++++++++------- 2 files changed, 95 insertions(+), 53 deletions(-) diff --git a/TaxPayerFull/CUSComponent/InvoiceItem.razor b/TaxPayerFull/CUSComponent/InvoiceItem.razor index b5f88a2..4413770 100644 --- a/TaxPayerFull/CUSComponent/InvoiceItem.razor +++ b/TaxPayerFull/CUSComponent/InvoiceItem.razor @@ -3,7 +3,7 @@ @inject HttpClientController hc; @inject Fixedvalues fv; - +
@* alert *@ diff --git a/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor b/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor index 602ae99..a6b288e 100644 --- a/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor +++ b/TaxPayerFull/Pages/UserPanel/InvoiceItem.razor @@ -9,7 +9,7 @@ - + @* alert *@
@@ -19,7 +19,28 @@
- + @if (InvoiceID == 0 || InvoiceID == null ? false : true) + { +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ }
@@ -27,7 +48,7 @@
- @if (!invoice.invoiceType.HasValue) { @@ -122,55 +143,68 @@
- @if (InvoiceID == 0 || InvoiceID == null ? false : true) - { - -

-
- - - -
-
- @if (InvoiceID.HasValue && invoice.items.Count > 0) - { - - - } -
-
- - -
-
- -
-
- @* - + @if (InvoiceID == 0 || InvoiceID == null ? false : true) + { +

+
+ @* + + *@
-
- -
-
+
+ @if (InvoiceID.HasValue && invoice.items.Count > 0) + { + - -
+ } +
+
+ + +
+ @*
+
*@ + @* + +
+
+ +
+
- - *@ + +
+
-
-
+ +
+
*@ + + @*
*@ +
} +

+
+
+ + +
+
+ + +
+ + +
+

@@ -184,7 +218,7 @@

- @if(InvoiceID == 0 || InvoiceID == null) + @if (InvoiceID == 0 || InvoiceID == null) {