diff --git a/app/modules/malaysia/templates/malaysia/index.html b/app/modules/malaysia/templates/malaysia/index.html index fd25e62..a100025 100644 --- a/app/modules/malaysia/templates/malaysia/index.html +++ b/app/modules/malaysia/templates/malaysia/index.html @@ -6,6 +6,11 @@ .mys-compact .erp-table td { padding-top:4px; padding-bottom:4px; } .mys-compact td.nm { white-space:nowrap; } .mys-compact th.ccol, .mys-compact td.ccol { white-space:nowrap; width:88px; } + /* Last Stocktake 열 좁게(날짜 고정폭) — 콤보 영역에 공간 양보 */ + .mys-compact th.stk, .mys-compact td.stk { white-space:nowrap; width:96px; } + /* 콤보 표 숫자열 compact + 줄바꿈 방지 → 가로 스크롤 제거 */ + .mys-combo th.num, .mys-combo td.num { white-space:nowrap; width:52px; text-align:right; } + .mys-combo td.nm { white-space:normal; } {% endblock %} @@ -15,7 +20,7 @@ {% set active_tab = 'status' %} {% include "malaysia/_nav.html" %} -
| Set Code | Set Name | -조사 | -출고 | -재고 | +조사 | +출고 | +재고 |
|---|---|---|---|---|---|---|---|
| {{ s.set_code }} | {{ s.set_name }} | -{{ "{:,}".format(s.stocktake_qty) }} | -{% if s.out_qty %}−{{ "{:,}".format(s.out_qty) }}{% else %}—{% endif %} | -{{ "{:,}".format(s.qty) }} | +{{ "{:,}".format(s.stocktake_qty) }} | +{% if s.out_qty %}−{{ "{:,}".format(s.out_qty) }}{% else %}—{% endif %} | +{{ "{:,}".format(s.qty) }} |