From 8b384e4b0828681ff016ef6928eb9263ab42f167 Mon Sep 17 00:00:00 2001 From: shadowik Date: Sat, 20 May 2023 03:33:50 +0400 Subject: [PATCH] . --- .../Views/Home/Enter.cshtml | 4 +- .../Views/Home/Enter.cshtml | 4 +- .../Views/Home/ReportWithCards.cshtml | 58 ++++++++++++++----- 3 files changed, 48 insertions(+), 18 deletions(-) diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml index 2ee42cd..ea65dd3 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml @@ -8,7 +8,7 @@
@{ - + if (APICashier.Cashier == null) { @@ -16,6 +16,6 @@ return; } -

Здравствуйтe, @APICashier.Cashier.Name @APICashier.Cashier.Patronymic

+

Здравствуйтe, @APICashier.Cashier.Name @APICashier.Cashier.Patronymic

}
\ No newline at end of file diff --git a/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/Enter.cshtml b/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/Enter.cshtml index 796bb1f..f9a6fa2 100644 --- a/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/Enter.cshtml +++ b/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/Enter.cshtml @@ -11,7 +11,7 @@
@{ - + if (APIClient.Client == null) { @@ -19,6 +19,6 @@ return; } -

Здравствуйтe, @APIClient.Client.Name @APIClient.Client.Patronymic

+

Здравствуйтe, @APIClient.Client.Name @APIClient.Client.Patronymic

}
\ No newline at end of file diff --git a/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/ReportWithCards.cshtml b/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/ReportWithCards.cshtml index 5ca2fa5..44ac831 100644 --- a/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/ReportWithCards.cshtml +++ b/BankYouBankrupt/BankYouBankruptClientApp/Views/Home/ReportWithCards.cshtml @@ -30,23 +30,34 @@
+
- + +
+
- +
-
- -
-
- -
-
- -
-
- +
@@ -105,4 +116,23 @@ - \ No newline at end of file + + \ No newline at end of file