feat(malaysia): 창고 랙 보기 엑셀 다운로드 추가
랙 보기 기준(latest_rack_stocktake)의 모든 칸 항목을 xlsx 로 내보내는 /rack/export 엔드포인트와 다운로드 버튼 추가. 컬럼: 아이템 코드/이름/ 수량/랙번호. 표 전체 자동필터, 각 열 내용 길이에 맞춰 너비 자동(한글 폭 보정). 뚜껑(MD-) 이름도 병합해 표시. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
{% if stocktake %}
|
||||
<div class="erp-page-actions" style="margin-top:8px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;">
|
||||
<span class="erp-muted i18n" style="flex:1 1 auto;min-width:0;">칸을 드래그해 다른 칸으로 옮기면 구성이 이동(채워진 칸끼리는 맞교환)됩니다. 칸 번호는 그대로입니다. 인쇄할 칸은 체크 후 인쇄하세요.</span>
|
||||
<a href="/malaysia/rack/export?wh={{ selected_wh }}" class="erp-btn erp-btn-outline">다운로드</a>
|
||||
<button type="button" id="rv-print-btn" class="erp-btn erp-btn-outline">인쇄 미리보기</button>
|
||||
<button type="button" id="rv-save-btn" class="erp-btn erp-btn-primary">저장</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user