feat: 商业核算+个人库存+认证优化 #23

Merged
hera merged 14 commits from feat/inventory-commercial into main 2026-04-11 10:47:08 +00:00
Showing only changes of commit 4f3f39967c - Show all commits

View File

@@ -182,14 +182,14 @@
<div class="profit-card-label">利润率</div>
<div class="profit-card-value" :class="{ negative: profitMargin < 0 }">{{ profitMargin.toFixed(1) }}%</div>
</div>
<div class="profit-card">
<div class="profit-card-label">批量总利润</div>
<div class="profit-card-value" :class="{ negative: batchProfit < 0 }">{{ oils.fmtPrice(batchProfit) }}</div>
</div>
<div class="profit-card">
<div class="profit-card-label">批量总收入</div>
<div class="profit-card-value">{{ oils.fmtPrice(batchRevenue) }}</div>
</div>
<div class="profit-card">
<div class="profit-card-label">批量总利润</div>
<div class="profit-card-value" :class="{ negative: batchProfit < 0 }">{{ oils.fmtPrice(batchProfit) }}</div>
</div>
</div>
</div>