...
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<!-- 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">
|
||||||
<div class="app-brand demo ">
|
<div class="app-brand demo ">
|
||||||
<a href="index.html" class="app-brand-link">
|
<a href="Panel" class="app-brand-link">
|
||||||
<span class="app-brand-logo demo">
|
<span class="app-brand-logo demo">
|
||||||
<svg width="25" viewBox="0 0 25 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg width="25" viewBox="0 0 25 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<defs>
|
<defs>
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
<span class="app-brand-text demo menu-text fw-bolder ms-2">اسنیت</span>
|
<span class="app-brand-text demo menu-text fw-bolder ms-2">سیاهه</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0);" class="layout-menu-toggle menu-link text-large mr-auto d-block d-xl-none">
|
<a href="javascript:void(0);" class="layout-menu-toggle menu-link text-large mr-auto d-block d-xl-none">
|
||||||
<i class="bx bx-chevron-right bx-sm align-middle"></i>
|
<i class="bx bx-chevron-right bx-sm align-middle"></i>
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
@inject HttpClientController hc;
|
@inject HttpClientController hc;
|
||||||
@inject Fixedvalues fv;
|
@inject Fixedvalues fv;
|
||||||
<PageTitle>کالا</PageTitle>
|
<PageTitle>کالا</PageTitle>
|
||||||
<Modal @ref="modal" />
|
<Modal Size="ModalSize.ExtraLarge" @ref="modal" />
|
||||||
<Preload LoadingText="در حال بارگذاری..." />
|
<Preload LoadingText="در حال بارگذاری..." />
|
||||||
@* search *@
|
@* search *@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -225,7 +225,6 @@
|
|||||||
public async Task Showstuff()
|
public async Task Showstuff()
|
||||||
{
|
{
|
||||||
var parameters = new Dictionary<string, object>();
|
var parameters = new Dictionary<string, object>();
|
||||||
modal.Size = ModalSize.ExtraLarge;
|
|
||||||
await modal.ShowAsync<Front.CUSComponent.Taxstuff>(title: "دریافت شناسه کالا", parameters: parameters);
|
await modal.ShowAsync<Front.CUSComponent.Taxstuff>(title: "دریافت شناسه کالا", parameters: parameters);
|
||||||
|
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
@using Shared.DTOs.Serch
|
@using Shared.DTOs.Serch
|
||||||
@inject HttpClientController hc;
|
@inject HttpClientController hc;
|
||||||
<PageTitle>مشتری</PageTitle>
|
<PageTitle>مشتری</PageTitle>
|
||||||
<Modal @ref="modal" />
|
<Modal Size="ModalSize.ExtraLarge" @ref="modal" />
|
||||||
|
|
||||||
<Preload LoadingText="در حال بارگذاری..." />
|
<Preload LoadingText="در حال بارگذاری..." />
|
||||||
@* search *@
|
@* search *@
|
||||||
|
Reference in New Issue
Block a user