|
@@ -15,7 +15,7 @@
|
|
|
<!-- Stock Table -->
|
|
<!-- Stock Table -->
|
|
|
<div v-if="stock.length === 0" class="flex flex-col items-center justify-center py-20 bg-card/40 border border-border/50 rounded-3xl opacity-50">
|
|
<div v-if="stock.length === 0" class="flex flex-col items-center justify-center py-20 bg-card/40 border border-border/50 rounded-3xl opacity-50">
|
|
|
<PackageOpen class="w-12 h-12 text-muted-foreground/20 mb-4" />
|
|
<PackageOpen class="w-12 h-12 text-muted-foreground/20 mb-4" />
|
|
|
- <p class="text-sm text-muted-foreground">{{ t("admin.labels.noStockFound") }}</p>
|
|
|
|
|
|
|
+ <p class="text-sm text-muted-foreground">{{ t("admin.warehouse.noStockFound") }}</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div v-else class="bg-card/30 border border-border/50 rounded-3xl overflow-hidden shadow-xl">
|
|
<div v-else class="bg-card/30 border border-border/50 rounded-3xl overflow-hidden shadow-xl">
|
|
@@ -127,7 +127,9 @@
|
|
|
</form>
|
|
</form>
|
|
|
<div v-else class="text-center py-10">
|
|
<div v-else class="text-center py-10">
|
|
|
<PackageOpen class="w-12 h-12 text-muted-foreground/20 mx-auto mb-4" />
|
|
<PackageOpen class="w-12 h-12 text-muted-foreground/20 mx-auto mb-4" />
|
|
|
- <p class="text-xs text-muted-foreground uppercase font-black tracking-widest mb-6">No materials found in catalog</p>
|
|
|
|
|
|
|
+ <p class="text-xs text-muted-foreground uppercase font-black tracking-widest mb-6">
|
|
|
|
|
+ {{ t('admin.warehouse.noMaterials') }}
|
|
|
|
|
+ </p>
|
|
|
<button @click="closeModal" class="px-6 py-2 bg-primary text-white rounded-xl text-[10px] font-black uppercase tracking-widest">
|
|
<button @click="closeModal" class="px-6 py-2 bg-primary text-white rounded-xl text-[10px] font-black uppercase tracking-widest">
|
|
|
{{ t('common.actions.close') || 'Close' }}
|
|
{{ t('common.actions.close') || 'Close' }}
|
|
|
</button>
|
|
</button>
|