...
This commit is contained in:
@@ -22,20 +22,13 @@
|
||||
@if (InvoiceID == 0 || InvoiceID == null ? false : true)
|
||||
{
|
||||
<div class="row g-3">
|
||||
<div class="col-md-1">
|
||||
<Button Color="ButtonColor.Success" Outline="true"> فاکتور </Button>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<Button Color="ButtonColor.Info" Disabled="true" Outline="true"> برگشت از فروش </Button>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<Button Color="ButtonColor.Primary" Disabled="true" Outline="true"> اصلاح </Button>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<Button Color="ButtonColor.Danger" Disabled="true" Outline="true"> ابطال </Button>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<Button Color="ButtonColor.Dark" Outline="true"> لغو </Button>
|
||||
|
||||
<div class="multi-button">
|
||||
<button class="button" id="cut"><span>فاکتور</span></button>
|
||||
<button class="button" id="copy"><span>برگشت فروش</span></button>
|
||||
<button class="button" id="paste"><span>اصلاح</span></button>
|
||||
<button class="button" id="sred"><span>ابطال</span></button>
|
||||
<button class="button" id="sred1"><span>لغو</span></button>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user