...
This commit is contained in:
@@ -22,16 +22,16 @@ else
|
||||
|
||||
@* alert *@
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
|
||||
<Alert hidden="@Hidealert" Color="@alertColor" Dismissable="false">
|
||||
<Icon Name="@alertIconName" class="me-2"></Icon>
|
||||
@alertMessage
|
||||
</Alert>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<Spinner Visible="SpinnerVisible" Color="SpinnerColor.Primary" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
@if (FullInvoice)
|
||||
{
|
||||
<h4 class="fw-bold py-3 mb-4">
|
||||
@@ -43,8 +43,12 @@ else
|
||||
<h4 class="fw-bold py-3 mb-4">
|
||||
<span class="text-muted fw-light">سرویس ها / صورتحساب /</span> آماده سازی قبل از ارسال به سامانه مودیان
|
||||
</h4>
|
||||
}
|
||||
|
||||
}
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<Spinner Visible="SpinnerVisible" Color="SpinnerColor.Primary" />
|
||||
</div>
|
||||
</div>
|
||||
@if (!FullInvoice)
|
||||
{
|
||||
<div class="row">
|
||||
|
Reference in New Issue
Block a user