...
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
Reference in New Issue
Block a user