...
This commit is contained in:
@@ -92,7 +92,7 @@ else
|
||||
{
|
||||
if (item.Des != null && item.Des.Count() > 0 && !FullInvoice)
|
||||
{
|
||||
<Badge style="cursor: pointer;" @onclick="()=>ShowConditions(item.Des,item.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص</Badge>
|
||||
<Badge style="cursor: pointer;" @onclick="()=>ShowConditions(item.Des,item.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">...</Badge>
|
||||
|
||||
<label class="form-label">@item.fName</label>
|
||||
|
||||
@@ -206,7 +206,7 @@ else
|
||||
{
|
||||
if (itemB.Des != null && itemB.Des.Count() > 0 && !FullInvoice)
|
||||
{
|
||||
<Badge style="cursor: pointer;" @onclick="()=>ShowConditions(itemB.Des,itemB.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص</Badge>
|
||||
<Badge style="cursor: pointer;" @onclick="()=>ShowConditions(itemB.Des,itemB.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">...</Badge>
|
||||
<label style="color:red;" class="form-label">@itemB.fName</label>
|
||||
}
|
||||
else
|
||||
@@ -218,7 +218,7 @@ else
|
||||
{
|
||||
if (itemB.Des != null && itemB.Des.Count() > 0 && !FullInvoice)
|
||||
{
|
||||
<Badge style="cursor: pointer;" @onclick="()=>ShowConditions(itemB.Des,itemB.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص</Badge>
|
||||
<Badge style="cursor: pointer;" @onclick="()=>ShowConditions(itemB.Des,itemB.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">...</Badge>
|
||||
<label class="form-label">@itemB.fName</label>
|
||||
}
|
||||
else
|
||||
@@ -471,7 +471,7 @@ else
|
||||
{
|
||||
var parameters = new Dictionary<string, object>();
|
||||
parameters.Add("Conditions", Conditions);
|
||||
await modal.ShowAsync<CUSComponent.SpecialConditions>(title: $"شرایط خاص برای فیلد {fild}", parameters: parameters);
|
||||
await modal.ShowAsync<CUSComponent.SpecialConditions>(title: $"فیلد {fild}", parameters: parameters);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user