经销商发起付款申请,1,只能看见发给运营部审批,不要显示运营部总监审批 2 ,不能看到人员名称

This commit is contained in:
zhangbb 2018-07-24 17:26:57 +08:00
parent 28c6dbfc21
commit 0b3ab21c04
2 changed files with 7 additions and 1 deletions

View File

@ -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("<div style='margin-top:10px;margin-left:15px;font-size:12px;'><font color='#000000'><b>ÇëÑ¡Ôñ"+phaseName+"Óû§£º</b></font></div><div id='phaseaction"+cindex+"' style='margin-top:10px;margin-left:10px;font-size:12px;border:1px solid lightgray;padding:5px;'></div>");
var phaseAction = $("#phaseaction"+cindex);
var type = "radio";
if(flowOperatorType!="01"){type="checkbox";}
for(var i=0;i<vUser.length;i++){
var vUserinfo=vUser[i].split(" ");
@ -164,6 +167,9 @@
if(vUser.length==1&&type=="radio"){
$("input[name=phaseaction"+cindex+"]:first").attr("checked",true);
}
if(phase=="0010"&&flowNo=="FundPaymentCarFlow"){
actionSet.hide();
}
}
}else{
actionSet.html("");

File diff suppressed because one or more lines are too long