From 0b3ab21c043b689a1be6c49896420751eb147b3c Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 24 Jul 2018 17:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E4=BB=98=E6=AC=BE=E7=94=B3=E8=AF=B7=EF=BC=8C1=EF=BC=8C?= =?UTF-8?q?=E5=8F=AA=E8=83=BD=E7=9C=8B=E8=A7=81=E5=8F=91=E7=BB=99=E8=BF=90?= =?UTF-8?q?=E8=90=A5=E9=83=A8=E5=AE=A1=E6=89=B9=EF=BC=8C=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=BF=90=E8=90=A5=E9=83=A8=E6=80=BB=E7=9B=91?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=20=20=20=202=20=EF=BC=8C=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=9C=8B=E5=88=B0=E4=BA=BA=E5=91=98=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Common/WorkFlow/FlowSubmitDialog.jsp | 6 ++++++ WebContent/WEB-INF/etc/app/component/component-config.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp index 125d12dd3..b26284520 100644 --- a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp +++ b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp @@ -142,6 +142,8 @@ var i=cindex var phaseNo=routeJson.route[i].phaseNo; var noteType=routeJson.route[i].nodeType; + var flowNo="<%=flowNo%>"; + var phase="<%=phaseNo%>"; if(noteType!="END"){ if(noteType=="JOIN"){ if(routeJson.route[i].forkNumber>1){ @@ -156,6 +158,7 @@ actionSet.append("
请选择"+phaseName+"用户:
"); var phaseAction = $("#phaseaction"+cindex); var type = "radio"; + if(flowOperatorType!="01"){type="checkbox";} for(var i=0;i - +