This commit is contained in:
mmrbnjd
2024-08-06 17:24:25 +03:30
parent 3d29d3bd55
commit 95c0a6a93f
10 changed files with 88 additions and 232 deletions

View File

@@ -338,7 +338,7 @@
</div>
<div class="form-group col-md-4">
<div class="form-group col-md-6">
<br />
@if (!invoice.IsDeleted)
{
@@ -371,6 +371,10 @@
}
</div>
</div>
<br />
<div class="row g-3">
@if (!invoice.IsDeleted && invoice.invoiceType != InvoiceType.Bidding && SendInvoice)
{
<div class="form-group col-md-2">
@@ -380,7 +384,13 @@
</Button>
</div>
}
else
{
<div class="form-group col-md-3">
<label class="col-form-label" for="inputinno">سریال صورتحساب داخلی حافظه مالیاتی</label>
<InputText style=" text-align: center;" @bind-Value="invoice.inno" class="form-control" id="inputinno" readonly />
</div>
}
</div>
<br />
<div class="row g-3">