...
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
|
||||
</div>
|
||||
<br />
|
||||
<div class="row g-3">
|
||||
<div class="row g-3">
|
||||
@if (!invoice.IsDeleted && invoice.invoiceType != InvoiceType.Bidding && SendInvoice)
|
||||
{
|
||||
<div class="form-group col-md-2">
|
||||
@@ -469,6 +469,8 @@
|
||||
{
|
||||
if (InvoiceID.HasValue)
|
||||
{
|
||||
modal.Size = ModalSize.Large;
|
||||
|
||||
var parameters = new Dictionary<string, object>();
|
||||
|
||||
parameters.Add("InvoiceID", InvoiceID);
|
||||
@@ -481,6 +483,14 @@
|
||||
}
|
||||
private async Task OnClickPayment()
|
||||
{
|
||||
if (invoice!=null)
|
||||
{
|
||||
modal.Size = ModalSize.ExtraLarge;
|
||||
var parameters = new Dictionary<string, object>();
|
||||
parameters.Add("invoice", invoice);
|
||||
await modal.ShowAsync<CUSComponent.InvoicePays>("پرداختی ها", parameters: parameters);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
private async Task CopyInvoice()
|
||||
|
Reference in New Issue
Block a user