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" %} -
+
@@ -29,7 +34,7 @@ Item CodeProduct Name 전산재고 - Last Stocktake + Last Stocktake 조사수량 차이 @@ -40,7 +45,7 @@ {{ r.item_code }} {{ r.item_name }} {{ "{:,}".format(r.current_qty) }} - {{ r.last_stocktake_date or '—' }} + {{ r.last_stocktake_date or '—' }} {{ "{:,}".format(r.last_qty) if r.last_qty is not none else '—' }} {% if r.diff is not none %}{{ "{:+,}".format(r.diff) }}{% else %}—{% endif %} @@ -62,21 +67,21 @@ {% if set_stocktake_date %}콤보재고 = 재고조사({{ set_stocktake_date }}) − 이후 출고{% else %}재고조사 입력 없음{% endif %}
- +
- - - + + + {% for s in set_rows %} - - - + + + {% endfor %} {% if not set_rows %}
Set CodeSet 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) }}