From cae3871e503cc6b9f59a199f2d17e3d23e290a02 Mon Sep 17 00:00:00 2001 From: maliang Date: Tue, 12 Jan 2021 09:48:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=80=80=E5=9B=9E=E7=BB=8F=E9=94=80?= =?UTF-8?q?=E5=95=86SP=E9=99=90=E5=88=B6=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Common/WorkFlow/FlowSubmitDialog.jsp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp index ecd0998ae..880067a23 100644 --- a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp +++ b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp @@ -50,6 +50,9 @@ if(sets.size()>1){//有拒绝 有同意 意见不一致 choice="2";//"意见不一致流程不能结束,须退回!"; } + if (sets.contains("0040")){ + choice="3";//="审批意见为退回经销商SP,流程不允许直接结束!"; + } System.out.println(flowNo+","+taskNo+","+choice+","+arr+","+sets); } @@ -310,6 +313,10 @@ alert("审批意见不一致流程不能结束,须退回!"); return; } + if(choice=="3"){ + alert("审批意见为退回经销商SP,须退回!"); + return; + } } //return; var confirmStr="确认提交到下一步?";