쇼핑몰관리자: 쇼핑몰관리 주문내역 주문개별내역 주문통합내역 정렬 안내문구
This commit is contained in:
@ -108,15 +108,18 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<table id="sodr_all">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="sodr_all_num"><a href="<?=title_sort("od_id", 1)."&$qstr1";?>">주문번호<br>주문일시</a></th>
|
||||
<th id="sodr_all_id"><a href="<?=title_sort("od_name")."&$qstr1";?>">주문자/입금자</a><br><a href="<?=title_sort("mb_id")."&$qstr1"; ?>">회원ID</a></th>
|
||||
<th id="sodr_all_cnt"><a href="<?=title_sort("itemcount", 1)."&$qstr1";?>">건수</a></th>
|
||||
<th id="sodr_all_calc"><a href="<?=title_sort("orderamount", 1)."&$qstr1";?>">주문합계</a></th>
|
||||
<th id="sodr_all_cancel"><a href="<?=title_sort("ordercancel", 1)."&$qstr1";?>">주문취소</a></th>
|
||||
<th id="sodr_all_dc"><a href="<?=title_sort("od_dc_amount", 1)."&$qstr1";?>">DC</a></th>
|
||||
<th id="sodr_all_inc"><a href="<?=title_sort("receiptamount")."&$qstr1";?>">입금합계</a></th>
|
||||
<th id="sodr_all_inc_cancel"><a href="<?=title_sort("receiptcancel", 1)."&$qstr1";?>">입금취소</a></th>
|
||||
<th id="sodr_all_nonpay"><a href="<?=title_sort("misu", 1)."&$qstr1";?>">미수금</a></th>
|
||||
<th id="sodr_all_num"><a href="<?=title_sort("od_id", 1)."&$qstr1";?>">주문번호<span class="sound_only"> 순 정렬</span></a><br>주문일시</th>
|
||||
<th id="sodr_all_id">
|
||||
<a href="<?=title_sort("od_name")."&$qstr1";?>">주문자<span class="sound_only"> 순 정렬</span>/입금자</a><br>
|
||||
<a href="<?=title_sort("mb_id")."&$qstr1"; ?>">회원ID</a>
|
||||
</th>
|
||||
<th id="sodr_all_cnt"><a href="<?=title_sort("itemcount", 1)."&$qstr1";?>">건수<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_calc"><a href="<?=title_sort("orderamount", 1)."&$qstr1";?>">주문합계<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_cancel"><a href="<?=title_sort("ordercancel", 1)."&$qstr1";?>">주문취소<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_dc"><a href="<?=title_sort("od_dc_amount", 1)."&$qstr1";?>">DC<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_inc"><a href="<?=title_sort("receiptamount")."&$qstr1";?>">입금합계<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_inc_cancel"><a href="<?=title_sort("receiptcancel", 1)."&$qstr1";?>">입금취소<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_nonpay"><a href="<?=title_sort("misu", 1)."&$qstr1";?>">미수금<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th id="sodr_all_payby">결제수단</th>
|
||||
<th id="sodr_all_mng">관리</th>
|
||||
</tr>
|
||||
|
||||
@ -132,15 +132,15 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<table id="sodr_status">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><a href="<?=title_sort("od_id")."&$qstr1";?>">주문번호<br>주문일시</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("it_name")."&$qstr1";?>">상품명</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("od_name")."&$qstr1";?>">주문자<br>입금자</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("mb_id")."&$qstr1";?>">회원ID</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_amount")."&$qstr1";?>">판매가</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_qty")."&$qstr1";?>">수량</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_sub_amount")."&$qstr1";?>">소계</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_sub_point")."&$qstr1";?>">포인트</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_status")."&$qstr1";?>">상태</a></th>
|
||||
<th scope="col"><a href="<?=title_sort("od_id")."&$qstr1";?>">주문번호<span class="sound_only"> 순 정렬</span></a><br>주문일시</th>
|
||||
<th scope="col"><a href="<?=title_sort("it_name")."&$qstr1";?>">상품명<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?=title_sort("od_name")."&$qstr1";?>">주문자<span class="sound_only"> 순 정렬</span></a><br>입금자</th>
|
||||
<th scope="col"><a href="<?=title_sort("mb_id")."&$qstr1";?>">회원ID<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_amount")."&$qstr1";?>">판매가<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_qty")."&$qstr1";?>">수량<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_sub_amount")."&$qstr1";?>">소계<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_sub_point")."&$qstr1";?>">포인트<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?=title_sort("ct_status")."&$qstr1";?>">상태<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col">수정</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -170,17 +170,13 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
?>
|
||||
<tr>
|
||||
<td class="td_odrnum2">
|
||||
<a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=od_id&search=<?=$lines[$i]['od_id']?>">
|
||||
<?=$lines[$i]['od_id']?><br>
|
||||
<?=$lines[$i]['od_time']?>
|
||||
</a>
|
||||
<a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=od_id&search=<?=$lines[$i]['od_id']?>"><?=$lines[$i]['od_id']?></a><br>
|
||||
<?=$lines[$i]['od_time']?>
|
||||
</td>
|
||||
<td class="td_it_img"><a href="<?=$href?>"><?=get_it_image($lines[$i]['it_id'].'_s', 50, 50)?><?=$it_name?></a></td>
|
||||
<td class="td_name">
|
||||
<a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=od_name&search=<?=$lines[$i]['od_name']?>">
|
||||
<span class="sound_only">주문자 </span><?=cut_str($lines[$i]['od_name'],10,"")?>
|
||||
<? if ($lines[$i]['od_deposit_name'] != "") echo '<br><span class="sound_only">입금자 </span>'.$lines[$i]['od_deposit_name']?>
|
||||
</a>
|
||||
<a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=od_name&search=<?=$lines[$i]['od_name']?>"><?=cut_str($lines[$i]['od_name'],10,"")?></a>
|
||||
<? if ($lines[$i]['od_deposit_name'] != "") echo '<br>'.$lines[$i]['od_deposit_name']?>
|
||||
</td>
|
||||
<td class="td_name"><a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=mb_id&search=<?=$lines[$i]['mb_id']?>"><?=$lines[$i]['mb_id']?></a></td>
|
||||
<td><?=number_format($lines[$i]['ct_amount'])?></td>
|
||||
|
||||
Reference in New Issue
Block a user