Add custom serials

This commit is contained in:
Swift
2024-02-09 22:04:14 +03:30
parent ddb290241d
commit 7438a95166
9 changed files with 48 additions and 22 deletions
+18 -4
View File
@@ -254,15 +254,29 @@
/>
<CSidebarNavItem
v-if="hasPermission('serials-exel')"
name="فایل اکسل شماره سریال گارانتی"
:to="{ name: 'admin-serials-exel', query: { type: 'guaranteeSerial' } }"
name="اکسل سریال گارانتی(لوازم جانبی)"
:to="{ name: 'admin-serials-exel', query: { type: 'guaranteeSerial', g:1 } }"
font-icon="fal fa-file-excel"
exact
/>
<CSidebarNavItem
v-if="hasPermission('serials-exel')"
name="فایل اکسل شماره سریال کالا"
:to="{ name: 'admin-serials-exel', query: { type: 'orginality' } }"
name="اکسل سریال کالا(لوازم جانبی)"
:to="{ name: 'admin-serials-exel', query: { type: 'orginality', g:1 } }"
font-icon="fal fa-file-excel"
exact
/>
<CSidebarNavItem
v-if="hasPermission('serials-exel')"
name="اکسل سریال گارانتی(لوازم صوتی)"
:to="{ name: 'admin-serials-exel', query: { type: 'guaranteeSerial', g:2 } }"
font-icon="fal fa-file-excel"
exact
/>
<CSidebarNavItem
v-if="hasPermission('serials-exel')"
name="اکسل سریال کالا(لوازم صوتی)"
:to="{ name: 'admin-serials-exel', query: { type: 'orginality', g:2 } }"
font-icon="fal fa-file-excel"
exact
/>