...
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
<script src="assets/vendor/js/buttons.js"></script>
|
<script src="assets/vendor/js/buttons.js"></script>
|
||||||
</HeadContent>
|
</HeadContent>
|
||||||
<!-- Layout wrapper -->
|
<!-- Layout wrapper -->
|
||||||
<div class="layout-wrapper layout-content-navbar ">
|
<div class="layout-wrapper layout-content-navbar">
|
||||||
<div class="layout-container">
|
<div class="layout-container">
|
||||||
<!-- Menu -->
|
<!-- Menu -->
|
||||||
<aside id="layout-menu" class="layout-menu menu-vertical menu bg-menu-theme">
|
<aside id="layout-menu" class="layout-menu menu-vertical menu bg-menu-theme">
|
||||||
@@ -89,6 +89,11 @@
|
|||||||
<div class="layout-page">
|
<div class="layout-page">
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center bg-navbar-theme" id="layout-navbar">
|
<nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center bg-navbar-theme" id="layout-navbar">
|
||||||
|
<div class="layout-menu-toggle navbar-nav align-items-xl-center me-3 me-xl-0 d-xl-none">
|
||||||
|
<a class="nav-item nav-link px-0 me-xl-4" href="javascript:void(0)">
|
||||||
|
<i class="bx bx-menu bx-sm"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<div class="avatar flex-shrink-0">
|
<div class="avatar flex-shrink-0">
|
||||||
<img @onclick="CreditDocuments" src="assets/img/icons/unicons/wallet.png" alt="User">
|
<img @onclick="CreditDocuments" src="assets/img/icons/unicons/wallet.png" alt="User">
|
||||||
|
@@ -378,16 +378,15 @@
|
|||||||
@if (!invoice.IsDeleted && invoice.invoiceType != InvoiceType.Bidding && SendInvoice)
|
@if (!invoice.IsDeleted && invoice.invoiceType != InvoiceType.Bidding && SendInvoice)
|
||||||
{
|
{
|
||||||
<div class="form-group col-md-2">
|
<div class="form-group col-md-2">
|
||||||
<br />
|
|
||||||
<Button class="mt-3" Color="ButtonColor.Dark" @onclick="showTaxPayer" Type="ButtonType.Button">
|
<Button class="mt-3" Color="ButtonColor.Dark" @onclick="showTaxPayer" Type="ButtonType.Button">
|
||||||
ارسال به سامانه مودیان
|
ارسال به سامانه مودیان
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
else
|
else if (!string.IsNullOrEmpty(invoice.inno))
|
||||||
{
|
{
|
||||||
<div class="form-group col-md-3">
|
<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 />
|
<InputText style=" text-align: center;" @bind-Value="invoice.inno" class="form-control" id="inputinno" readonly />
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user