diff --git a/app/modules/malaysia/templates/malaysia/index.html b/app/modules/malaysia/templates/malaysia/index.html
index a7a5558..b33331e 100644
--- a/app/modules/malaysia/templates/malaysia/index.html
+++ b/app/modules/malaysia/templates/malaysia/index.html
@@ -5,6 +5,7 @@
.mys-compact .erp-table th,
.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; }
{% endblock %}
@@ -24,12 +25,12 @@
- | Item Code | Product Name | Current Qty | Last Stocktake |
+ | Item Code | Product Name | Current Qty | Last Stocktake |
{% for r in rows %}
- | {{ r.item_code }} |
+ {{ r.item_code }} |
{{ r.item_name }} |
{{ r.current_qty }} |
{{ r.last_stocktake_date or '—' }} |
@@ -51,11 +52,11 @@
- | Set Code | Set Name | Qty |
+ | Set Code | Set Name | Qty |
{% for s in set_rows %}
- | {{ s.set_code }} |
+ {{ s.set_code }} |
{{ s.set_name }} |
{{ s.qty }} |
diff --git a/app/modules/malaysia/templates/malaysia/movements.html b/app/modules/malaysia/templates/malaysia/movements.html
index ec1a79c..e1775ac 100644
--- a/app/modules/malaysia/templates/malaysia/movements.html
+++ b/app/modules/malaysia/templates/malaysia/movements.html
@@ -6,8 +6,9 @@
.mys-compact .erp-table td { padding-top:4px; padding-bottom:4px; }
.mys-compact .erp-input { padding-top:4px; padding-bottom:4px; }
.mys-compact td.nm { white-space:nowrap; }
- .mys-compact .qcol { width:150px; }
- .mys-compact .qcol .erp-input { width:140px; }
+ .mys-compact th.ccol, .mys-compact td.ccol { white-space:nowrap; width:88px; }
+ .mys-compact .qcol { width:110px; }
+ .mys-compact .qcol .erp-input { width:100px; }
{% endblock %}
@@ -47,11 +48,11 @@
낱개 상품