쇼핑몰관리자: #217 조건 정렬 수정
This commit is contained in:
@ -100,10 +100,18 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
<h2>상품재고 목록</h2>
|
||||
<p>재고수정의 수치를 수정하시면 창고재고의 수치가 변경됩니다.</p>
|
||||
|
||||
<div id="btn_add">
|
||||
<div class="btn_add sort_with">
|
||||
<a href="./optionstocklist.php" class="btn_add_optional">상품옵션재고</a>
|
||||
<a href="./itemsellrank.php" class="btn_add_optional">상품판매순위</a>
|
||||
</div>
|
||||
|
||||
<ul class="sort_odr">
|
||||
<li><a href="<?php echo title_sort("it_id") . "&$qstr1"; ?>">상품코드<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("it_name") . "&$qstr1"; ?>">상품명<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("it_stock_qty") . "&$qstr1"; ?>">창고재고<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("it_use") . "&$qstr1"; ?>">판매<span class="sound_only"> 순 정렬</span></a></li>
|
||||
</ul>
|
||||
|
||||
<form name="fitemstocklist" action="./itemstocklistupdate.php" method="post">
|
||||
<input type="hidden" name="sort1" value="<?php echo $sort1; ?>">
|
||||
<input type="hidden" name="sort2" value="<?php echo $sort2; ?>">
|
||||
@ -115,13 +123,13 @@ if ($search) // 검색 결과일 때만 처음 버튼을 보여줌
|
||||
<table class="frm_basic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><a href="<?php echo title_sort("it_id") . "&$qstr1"; ?>">상품코드<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("it_name") . "&$qstr1"; ?>">상품명<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("it_stock_qty") . "&$qstr1"; ?>">창고재고<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col">상품코드</th>
|
||||
<th scope="col">상품명</th>
|
||||
<th scope="col">창고재고</th>
|
||||
<th scope="col">주문대기</th>
|
||||
<th scope="col">가재고</th>
|
||||
<th scope="col">재고수정</th>
|
||||
<th scope="col"><a href="<?php echo title_sort("it_use") . "&$qstr1"; ?>">판매<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col">판매</th>
|
||||
<th scope="col">관리</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user