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

@@ -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">
@@ -45,14 +45,14 @@
<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>
<!-- 구매신청 폼 -->
<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-plus-circle text-orange-500 mr-2"></i>신규 구매신청</h2>
<h2 class="text-base font-semibold text-gray-800 mb-4"><i class="fas fa-plus-circle text-orange-500 mr-2"></i>신규 소모품 신청</h2>
<div class="grid grid-cols-1 sm:grid-cols-4 gap-4 items-start">
<div class="sm:col-span-2 relative">
<label class="block text-xs font-medium text-gray-600 mb-1">소모품 <span class="text-red-400">*</span></label>
@@ -104,7 +104,7 @@
</div>
<div class="mt-4 flex justify-end">
<button onclick="submitPurchaseRequest()" class="px-5 py-2 bg-orange-600 text-white rounded-lg text-sm hover:bg-orange-700">
<i class="fas fa-paper-plane mr-1"></i>구매신청
<i class="fas fa-paper-plane mr-1"></i>소모품 신청
</button>
</div>
</div>
@@ -221,7 +221,7 @@
</div>
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026031401"></script>
<script src="/static/js/purchase-request.js?v=2026031401"></script>
<script src="/static/js/tkfb-core.js?v=2026031601"></script>
<script src="/static/js/purchase-request.js?v=2026031601"></script>
</body>
</html>