业务申请提交到信审,只显示部门

This commit is contained in:
tangfutang 2018-07-27 18:16:58 +08:00
parent 475a0d4a07
commit 659582523e

View File

@ -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();
}
}