사이트 /bag/* 페이지에 관리 버튼 추가 + 중구청 시드 데이터
- 발주/입고/불출/판매 페이지에 등록/취소 버튼 추가 - 기본정보 페이지에 admin 관리 링크 추가 - 불출 뷰 컬럼명 수정 (bi2_type→bi2_issue_type, bi2_destination→bi2_dest_name) - 발주 LOT번호 컬럼명 수정 (bo_lot_number→bo_lot_no) - 중구청(lg_idx=1) 시드 데이터 삽입 (tester_local 계정 연동) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<div class="space-y-6">
|
||||
<!-- 기본코드 종류 -->
|
||||
<section>
|
||||
<h3 class="text-base font-bold text-gray-700 mb-2 border-b pb-1">기본코드 종류</h3>
|
||||
<div class="flex items-center justify-between mb-2 border-b pb-1">
|
||||
<h3 class="text-base font-bold text-gray-700">기본코드 종류</h3>
|
||||
<a href="<?= base_url('admin/code-kinds') ?>" class="text-blue-600 hover:underline text-sm">관리 →</a>
|
||||
</div>
|
||||
<table class="data-table">
|
||||
<thead><tr>
|
||||
<th class="w-16">번호</th><th>코드</th><th>코드명</th><th>상태</th>
|
||||
@@ -25,7 +28,10 @@
|
||||
|
||||
<!-- 봉투 단가 -->
|
||||
<section>
|
||||
<h3 class="text-base font-bold text-gray-700 mb-2 border-b pb-1">봉투 단가</h3>
|
||||
<div class="flex items-center justify-between mb-2 border-b pb-1">
|
||||
<h3 class="text-base font-bold text-gray-700">봉투 단가</h3>
|
||||
<a href="<?= base_url('admin/bag-prices') ?>" class="text-blue-600 hover:underline text-sm">관리 →</a>
|
||||
</div>
|
||||
<table class="data-table">
|
||||
<thead><tr>
|
||||
<th class="w-16">번호</th><th>봉투코드</th><th>봉투명</th><th>발주단가</th><th>도매가</th><th>소비자가</th><th>적용시작</th><th>적용종료</th><th>상태</th>
|
||||
@@ -54,7 +60,10 @@
|
||||
|
||||
<!-- 포장 단위 -->
|
||||
<section>
|
||||
<h3 class="text-base font-bold text-gray-700 mb-2 border-b pb-1">포장 단위</h3>
|
||||
<div class="flex items-center justify-between mb-2 border-b pb-1">
|
||||
<h3 class="text-base font-bold text-gray-700">포장 단위</h3>
|
||||
<a href="<?= base_url('admin/packaging-units') ?>" class="text-blue-600 hover:underline text-sm">관리 →</a>
|
||||
</div>
|
||||
<table class="data-table">
|
||||
<thead><tr>
|
||||
<th class="w-16">번호</th><th>봉투코드</th><th>봉투명</th><th>박스당 팩 수</th><th>팩당 낱장 수</th><th>1박스 총 낱장</th><th>적용시작</th><th>적용종료</th><th>상태</th>
|
||||
|
||||
Reference in New Issue
Block a user