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"'; ?> - + >