From 7f7d7bdcbbb7d6eeb3cc8125fcaa944cd4cad078 Mon Sep 17 00:00:00 2001 From: maliang Date: Mon, 1 Nov 2021 13:58:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E4=B8=BA=E5=BB=BA=E8=AE=AE=E9=80=9A=E8=BF=87=EF=BC=8C=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=B8=8D=E5=85=81=E8=AE=B8=E5=90=A6=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Common/WorkFlow/FlowSubmitDialog.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp index 880067a23..7ed48ae78 100644 --- a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp +++ b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp @@ -317,6 +317,10 @@ alert("审批意见为退回经销商SP,须退回!"); return; } + if(phaseOpinion=="8000"){ + alert("审批意见为建议通过,流程不允许否决!"); + return; + } } //return; var confirmStr="确认提交到下一步?";