diff --git a/css/default_shop.css b/css/default_shop.css
index 75b8666e2..0f47de237 100644
--- a/css/default_shop.css
+++ b/css/default_shop.css
@@ -284,6 +284,7 @@ td.empty_table {padding:85px 0;text-align:center}
.td_chk {width:30px;text-align:center}
.td_group {width:100px;text-align:center}
.td_board {width:120px;text-align:center}
+.td_smallstat {width:50px;text-align:center}
.td_num {width:50px;text-align:center}
.td_bignum {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
@@ -738,6 +739,19 @@ td.empty_table {padding:85px 0;text-align:center}
#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}
+#sod_req_log {margin:0 0 20px}
+#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f5f6fa;list-style:none}
+#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
+#sod_req_log h3 {margin:20px 0 10px}
+.sod_req_log_view table {margin:0}
+.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
+.sod_req_log_view caption span {color:#ff3061}
+.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
+.sod_req_log_view td {background:#fff;color:#000}
+.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
+.sod_req_log_view .sod_req_it {width:270px}
+.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}
+
#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
diff --git a/css/mobile_shop.css b/css/mobile_shop.css
index d2c934c9b..0079395bd 100644
--- a/css/mobile_shop.css
+++ b/css/mobile_shop.css
@@ -407,6 +407,18 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}
+#sod_req_log {margin:0 0 20px}
+#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f5f6fa;list-style:none}
+#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
+#sod_req_log h3 {margin:20px 0 10px}
+.sod_req_log_view table {margin:0}
+.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
+.sod_req_log_view caption span {color:#ff3061}
+.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
+.sod_req_log_view td {background:#fff;color:#000}
+.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
+.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}
+
#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 1em}
@@ -560,6 +572,7 @@ td.empty_table {padding:5em 0;text-align:center}
.td_chk {width:50px;text-align:center}
.td_group {width:100px;text-align:center}
.td_board {width:120px;text-align:center}
+.td_smallstat {width:50px;text-align:center}
.td_num {width:50px;text-align:center}
.td_bignum {width:120px;text-align:center}
.td_mb_id {width:100px;text-align:center}
diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php
index 2aad709dd..2c0faa816 100644
--- a/mobile/shop/orderinquiryview.php
+++ b/mobile/shop/orderinquiryview.php
@@ -173,116 +173,108 @@ include_once(G4_MSHOP_PATH.'/_head.php');
if($rq_cnt)
{
?>
-
요청내역
-
- 1)
- $rq_subject .= '외 '.($item_count - 1).'건';
- $rq_subject .= ' '.$rq_type.'요청';
- ?>
- -
-
-
-
- -
-
-
-
- | 구분 |
- 상품명 |
- 옵션항목 |
- 요청일 |
- 처리일 |
-
-
-
+
-
-
-
-
-
-
+
+
diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php
index 8e593c020..51b2f03c5 100644
--- a/shop/orderinquiryview.php
+++ b/shop/orderinquiryview.php
@@ -194,116 +194,109 @@ if(openwin != null) {
if($rq_cnt)
{
?>
- 요청내역
-
- 1)
- $rq_subject .= '외 '.($item_count - 1).'건';
- $rq_subject .= ' '.$rq_type.'요청';
- ?>
- -
-
-
-
- -
-
-
-
- | 구분 |
- 상품명 |
- 옵션항목 |
- 요청일 |
- 처리일 |
-
-
-
+
+ 요청내역
+
'0'
- order by rq_id desc
- limit 1 ";
- $tmp = sql_fetch($sql);
- $done_date = substr($tmp['rq_time'], 2, 8);
+ $item = explode(',', $rq_row['ct_id']);
+ $item_count = count($item);
+ $rq_ct_id = $item[0];
+ $rq_subject = $ct_list[$rq_ct_id]['name'].' '.$ct_list[$rq_ct_id]['option'];
+ if($item_count > 1)
+ $rq_subject .= '외 '.($item_count - 1).'건';
+ $rq_subject .= ' '.$rq_type.'요청';
?>
-
- |
- |
- |
- |
- |
-
-
-
-
+ -
+
+
+
+
+ | 구분 |
+ 상품명 |
+ 옵션항목 |
+ 요청일 |
+ 처리일 |
+
+
+
+ '0'
+ order by rq_id desc
+ limit 1 ";
+ $tmp = sql_fetch($sql);
+ $done_date = substr($tmp['rq_time'], 2, 8);
+ ?>
+
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+ 요청내용
-
+
- |
-
-
-
-
-
-
-
-
+
+