feat(商品): 調整商品代號顯示與會計報表樣式
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 54s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-21 16:30:50 +08:00
parent af5f2f55ab
commit fc20c6d813
8 changed files with 101 additions and 25 deletions

View File

@@ -78,7 +78,7 @@ export default function BarcodeViewDialog({
<div class="barcode-container">
<div class="product-info">
<div class="product-name">${productName}</div>
<div class="product-code">商品號: ${productCode}</div>
<div class="product-code">商品號: ${productCode}</div>
</div>
<img src="${barcodePlaceholder}" alt="商品條碼" />
</div>