diff --git a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp index b26284520..5d66466f8 100644 --- a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp +++ b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp @@ -167,7 +167,7 @@ if(vUser.length==1&&type=="radio"){ $("input[name=phaseaction"+cindex+"]:first").attr("checked",true); } - if(phase=="0010"&&flowNo=="FundPaymentCarFlow"){ + if((phase=="0010"&&flowNo=="FundPaymentCarFlow")||(phase=="0020"&&flowNo=="BusinessApplyFlow")){ actionSet.hide(); } }