From b4863810de7ba1948fd22c1566f926512ab4cf35 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 5 Dec 2013 15:48:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=8A=A4=ED=81=AC=EB=A1=9C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EB=B0=A9=EB=B2=95=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20=EC=A3=BC=EB=AC=B8?= =?UTF-8?q?=EC=83=81=ED=92=88=20=EB=A0=88=EC=9D=B4=EC=96=B4=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index a8d60abe5..418958d40 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -117,8 +117,8 @@ $listall = '전체목록 - 전체 주문내역 건 - + 전체 주문내역 건 + 0) { ?> 엑셀배송처리 @@ -471,7 +471,7 @@ $(function(){ var $this = $(this); var od_id = $this.text().replace(/[^0-9]/g, ""); - if($this.next().size()) + if($this.next("#orderitemlist").size()) return false; $("#orderitemlist").remove(); @@ -480,7 +480,7 @@ $(function(){ "./ajax.orderitem.php", { od_id: od_id }, function(data) { - $this.parent().append("
"); + $this.after("
"); $("#orderitemlist .itemlist") .html(data) .append("
");