diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php
index 5114ad67c..8e593c020 100644
--- a/shop/orderinquiryview.php
+++ b/shop/orderinquiryview.php
@@ -102,12 +102,13 @@ if(openwin != null) {
@@ -181,6 +185,129 @@ if(openwin != null) {
+
+ 요청내역
+
+ 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);
+ ?>
+
+ |
+ |
+ |
+ |
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
|