模型阅览显示判断的活动属性
This commit is contained in:
parent
db44418195
commit
676ff0c65a
@ -2123,7 +2123,7 @@ function initShapeAttribute(obj) {
|
||||
}
|
||||
|
||||
//流程阅览只显示线上审批、线下审批、系统任务、人工审批
|
||||
if(shape.title=="线上审批" || shape.title=="线下审批" || shape.title=="系统任务" ||shape.title=="人工任务" || shape.title=="条款") {
|
||||
if(shape.title=="线上审批" || shape.title=="线下审批" || shape.title=="系统任务" ||shape.title=="人工任务" || shape.title=="条款"|| shape.title=="判定") {
|
||||
var no = "";
|
||||
for (var i = 0; i < attributesJsonArrayT.length; i++) {
|
||||
var id = attributesJsonArrayT[i].id;
|
||||
@ -2178,7 +2178,7 @@ function initShapeAttribute(obj) {
|
||||
for(var sortIndex = 0; sortIndex < sortNumShapeArr.length; sortIndex++) {
|
||||
var temp = sortNumShapeArr[sortIndex];
|
||||
var shape = elements[temp.id];
|
||||
if(shape.title=="线上审批" || shape.title=="线下审批" || shape.title=="系统任务" ||shape.title=="人工任务" || shape.title=="条款") {
|
||||
if(shape.title=="线上审批" || shape.title=="线下审批" || shape.title=="系统任务" ||shape.title=="人工任务" || shape.title=="条款"|| shape.title=="判定") {
|
||||
if(obj==shape.id){
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user