diff --git a/WebContent/WEB-INF/view/salesMng/purchaseRegProposalMngList.jsp b/WebContent/WEB-INF/view/salesMng/purchaseRegProposalMngList.jsp index ac97bd8..bd379a2 100644 --- a/WebContent/WEB-INF/view/salesMng/purchaseRegProposalMngList.jsp +++ b/WebContent/WEB-INF/view/salesMng/purchaseRegProposalMngList.jsp @@ -82,12 +82,11 @@ $(document).ready(function(){ return false; }else{ var amaranthStatus = fnc_checkNull(selectedData[0].AMARANTH_STATUS); - var status = fnc_checkNull(selectedData[0].STATUS); - if(amaranthStatus == "inProcess" || status == "inProcess"){ + if(amaranthStatus == "inProcess"){ Swal.fire("결재 진행중인 건은 상신할 수 없습니다."); return false; - }else if(amaranthStatus == "complete" || status == "approvalComplete"){ + }else if(amaranthStatus == "complete"){ Swal.fire("결재 완료된 건은 상신할 수 없습니다."); return false; }else{