This commit is contained in:
mmrbnjd
2024-08-06 22:03:20 +03:30
parent 95c0a6a93f
commit 5a46b0d417
2 changed files with 8 additions and 4 deletions

View File

@@ -378,16 +378,15 @@
@if (!invoice.IsDeleted && invoice.invoiceType != InvoiceType.Bidding && SendInvoice)
{
<div class="form-group col-md-2">
<br />
<Button class="mt-3" Color="ButtonColor.Dark" @onclick="showTaxPayer" Type="ButtonType.Button">
ارسال به سامانه مودیان
</Button>
</div>
}
else
else if (!string.IsNullOrEmpty(invoice.inno))
{
<div class="form-group col-md-3">
<label class="col-form-label" for="inputinno">سریال صورتحساب داخلی حافظه مالیاتی</label>
<label class="col-form-label" for="inputinno">سریال داخلی حافظه مالیاتی</label>
<InputText style=" text-align: center;" @bind-Value="invoice.inno" class="form-control" id="inputinno" readonly />
</div>
}