ui(malaysia): 입출고 화면 정리 — Ref Type/No·안내문 제거, 행 간격 압축
- 불필요 필드(Ref Type, Ref No)와 안내 문구 삭제 - 테이블/입력 행 padding 축소로 낱개+세트 한 화면에 표시 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<style>
|
||||
.mys-compact .erp-table th,
|
||||
.mys-compact .erp-table td { padding-top:4px; padding-bottom:4px; }
|
||||
.mys-compact .erp-input { padding-top:4px; padding-bottom:4px; }
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="mys">
|
||||
<section class="mys mys-compact">
|
||||
{% set active_tab = 'move' %}
|
||||
{% include "malaysia/_nav.html" %}
|
||||
|
||||
@@ -19,17 +27,12 @@
|
||||
</select></label>
|
||||
<label class="erp-field"><span>날짜</span>
|
||||
<input class="erp-input" type="date" name="movement_date" value="{{ today }}" required /></label>
|
||||
<label class="erp-field"><span>Ref Type</span>
|
||||
<input class="erp-input" type="text" name="ref_type" placeholder="manual / shopee / lazada" /></label>
|
||||
<label class="erp-field"><span>Ref No</span>
|
||||
<input class="erp-input" type="text" name="ref_no" /></label>
|
||||
<label class="erp-field" style="flex:1 1 200px"><span>메모</span>
|
||||
<label class="erp-field" style="flex:1 1 240px"><span>메모</span>
|
||||
<input class="erp-input" type="text" name="memo" /></label>
|
||||
</div>
|
||||
<p class="erp-muted" style="margin:8px 0 0;">낱개는 선택한 종류로, <b>세트는 항상 출고(OUT)</b>로 처리(BOM 분해). 빈칸/0 제외.</p>
|
||||
</div>
|
||||
|
||||
<div style="display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;margin-top:16px;">
|
||||
<div style="display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;margin-top:12px;">
|
||||
<!-- 좌: 낱개 -->
|
||||
<div class="erp-card">
|
||||
<div class="cpg-card-head"><h2>낱개 아이템</h2></div>
|
||||
@@ -52,7 +55,6 @@
|
||||
<!-- 우: 세트 (출고 전용) -->
|
||||
<div class="erp-card">
|
||||
<div class="cpg-card-head"><h2>세트 아이템 — 출고(OUT) · BOM 분해</h2></div>
|
||||
<span class="erp-muted">itemcode_db set_components 기준 구성품별 OUT 자동 생성</span>
|
||||
<div class="erp-table-wrap" style="margin-top:8px;">
|
||||
<table class="erp-table">
|
||||
<thead><tr><th>Set Code</th><th>Set Name</th><th style="width:120px">Qty (OUT)</th></tr></thead>
|
||||
|
||||
Reference in New Issue
Block a user