style(malaysia): 랙 보기 표기 순서 — 입수량개 × 박스수박스
'20박스 × 150' → '150개 × 20박스 = 3,000' 으로 직관적 표기. 입수량에도 천단위 콤마, i18n '개' 키 추가. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
<div style="display:flex;justify-content:flex-end;margin-bottom:8px;">
|
||||
<button type="button" id="mys-lang-toggle" class="erp-btn erp-btn-outline">ENG</button>
|
||||
</div>
|
||||
<script src="/static/malaysia.js?v=20260614c"></script>
|
||||
<script src="/static/malaysia.js?v=20260614d"></script>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
{% for e in entries %}
|
||||
<div class="rv-item">
|
||||
<span class="rv-name" data-en="{{ e.item_name }}" data-ko="{{ ko_names.get(e.sku_code, e.item_name) }}">{{ e.item_name }}</span><br>
|
||||
<span class="rv-calc">{{ e.box_count }}<span class="i18n">박스</span> × {{ e.units_per_box }} = <span class="rv-qty">{{ "{:,}".format(e.total) }}</span></span>
|
||||
<span class="rv-calc">{{ "{:,}".format(e.units_per_box) }}<span class="i18n">개</span> × {{ e.box_count }}<span class="i18n">박스</span> = <span class="rv-qty">{{ "{:,}".format(e.total) }}</span></span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% if not entries %}<span class="rv-empty-note">—</span>{% endif %}
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"기준 재고조사": "Based on stocktake",
|
||||
"표시할 재고조사가 없습니다.": "No stocktake to display.",
|
||||
"박스": "box",
|
||||
"개": "ea",
|
||||
"입수량": "Units/box",
|
||||
"합계": "Subtotal",
|
||||
"창고": "Warehouse",
|
||||
|
||||
Reference in New Issue
Block a user