From 0b997117b2d677df6ce30fd9fe40068252723bfd Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 15 Jul 2013 17:26:40 +0900 Subject: [PATCH] =?UTF-8?q?#252=20=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=B7=A8=EC=86=8C=20=EB=B0=98=ED=92=88=20=ED=92=88?= =?UTF-8?q?=EC=A0=88=EC=9D=B8=20=EA=B2=BD=EC=9A=B0=20checkbox=20disabled?= =?UTF-8?q?=20=EC=8B=9C=ED=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderinquiryview.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index a3c651690..63acf52c0 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -100,12 +100,16 @@ include_once(G4_MSHOP_PATH.'/_head.php'); $sell_amount = $opt_price * $opt['ct_qty']; $point = $opt['ct_point'] * $opt['ct_qty']; + + $disabled = ''; + if($opt['ct_status'] == '취소' || $opt['ct_status'] == '반품' || $opt['ct_status'] == '품절') + $disabled = ' disabled="disabled"'; ?> - + >