fix:退回经销商SP限制添加
This commit is contained in:
parent
b6223f67e6
commit
cae3871e50
@ -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="确认提交到下一步?";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user