diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js index 7c8062ed..c860daa8 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js @@ -3732,7 +3732,6 @@ function saveRelevanceShapesTODB(shapesObj, shapeId, shapeName, fileName, } } //by bzp 校验角色和岗位不能同时选择 - debugger; if(shape.category!="org_role"){ if(objId == 'role' || objId == 'post'){ if(objId == 'role'){ diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js index c1a232ba..a421e8f3 100644 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js @@ -5490,8 +5490,7 @@ var Designer = { o.find(".shape_link_point").remove(); if (q.link) { var y = $("").appendTo(o); + "" + y.on("mousedown.link", function(I) { I.stopPropagation(); diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.ui.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.ui.js index 2c19a5d7..6c3a5bdc 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.ui.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.ui.js @@ -11,10 +11,10 @@ var UI = { return; } var title = $(this).text(); - if(methodId=="control.kpi" || methodId=="data.form" || methodId=="org.role"){ + /* if(methodId=="control.kpi" || methodId=="data.form" || methodId=="org.role"){ $.simpleAlert("该模型不允许修改名称!", 'error'); return; - } + }*/ $(this).hide(); $("#title_container").append(""); $("#title_container").children("input").val(title.replace(/(^\s+)|(\s+$)/g, "")).select();