From 16d11f385f92595f19ba710e79b9b2cdc6e07321 Mon Sep 17 00:00:00 2001 From: chpark Date: Tue, 24 Feb 2026 18:40:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/view/salesMng/purchaseRegProposalMngList.jsp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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{