refactor(tkfb): "구매 관리" → "소모품 관리" 리네이밍 — UI 라벨을 실제 기능에 맞게 변경

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-16 13:19:31 +09:00
parent 817002f798
commit cc47d25851
39 changed files with 56 additions and 56 deletions

View File

@@ -190,7 +190,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script type="module">

View File

@@ -324,7 +324,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script src="/js/department-management.js"></script>
<script>initAuth();</script>

View File

@@ -314,7 +314,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script type="module">

View File

@@ -190,7 +190,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script type="module">

View File

@@ -329,7 +329,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script type="module" src="/js/issue-category-manage.js"></script>
<script>initAuth();</script>

View File

@@ -387,7 +387,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script>
let currentPage = 1;

View File

@@ -384,7 +384,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script>
let allProjects = [];

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>구매 분석 - TK 공장관리</title>
<title>소모품 분석 - TK 공장관리</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="/static/css/tkfb.css">
@@ -33,8 +33,8 @@
<div class="page-header">
<div class="page-title-section">
<h1 class="page-title">구매 분석</h1>
<p class="page-description">월간 구매 현황 분석 및 업체별 정산 관리</p>
<h1 class="page-title">소모품 분석</h1>
<p class="page-description">월간 소모품 현황 분석 및 업체별 정산 관리</p>
</div>
</div>
@@ -74,7 +74,7 @@
<!-- 상세 구매 목록 -->
<div class="bg-white rounded-xl shadow-sm p-5 mb-6">
<h2 class="text-base font-semibold text-gray-800 mb-4"><i class="fas fa-list text-orange-500 mr-2"></i>상세 구매 목록</h2>
<h2 class="text-base font-semibold text-gray-800 mb-4"><i class="fas fa-list text-orange-500 mr-2"></i>상세 소모품 목록</h2>
<div class="overflow-x-auto">
<table class="w-full text-sm">
<thead class="bg-gray-50 text-gray-600 text-xs uppercase">
@@ -107,7 +107,7 @@
</div>
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/purchase-analysis.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/static/js/purchase-analysis.js?v=2026031601"></script>
</body>
</html>

View File

@@ -487,7 +487,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script>
let currentReportId = null;

View File

@@ -285,7 +285,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script>
let workTypes = [];

View File

@@ -431,7 +431,7 @@
</div>
<!-- 작업장 관리 모듈 (리팩토링된 구조) -->
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/js/api-base.js?v=2026031401"></script>
<script src="/js/workplace-management/state.js?v=2026031401"></script>
<script src="/js/workplace-management/utils.js?v=2026031401"></script>