diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js index 483a8efc..99032043 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.view.portal.js @@ -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; }