This commit is contained in:
mmrbnjd
2024-06-01 12:58:04 +03:30
parent d2fa7a885e
commit 80f903f31c
7 changed files with 161 additions and 24 deletions

View File

@@ -296,7 +296,7 @@
{
<div class="form-group col-md-2">
<br />
<Button class="mt-3" Color="ButtonColor.Dark" @onclick="ShowReport" Type="ButtonType.Button">
<Button class="mt-3" Color="ButtonColor.Dark" @onclick="showTaxPayer" Type="ButtonType.Button">
ارسال به سامانه مودیان
</Button>
</div>
@@ -419,7 +419,13 @@
}
private async Task showTaxPayer()
{
if (InvoiceID.HasValue)
{
hc._nav.NavigateTo($"TaxPayerInvoiceItem/{InvoiceID}");
}
}
private async Task ShowReport()
{
if (InvoiceID.HasValue)