diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index 4e48f109..25cdfd1b 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -1023,12 +1023,9 @@ function openRelationDialog(obj, callback) { methodId:method }, success : function(msg) { - debugger; if (msg.result == "ok") { window.open("./w?uuid=" + msg.data.uuid+"&teamId" + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val())); - - } } 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 9195a265..ae27f209 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 @@ -1752,7 +1752,15 @@ function initShapeAttribute(obj) { } } var t = ''; - t += ''; + t += '
'; + t += ''; + t += ''; + t += ''; + t += '
'; + t +=''; + t += ''; t += ''; t += ''; t += ''; @@ -1786,6 +1794,21 @@ function initShapeAttribute(obj) { } } +function searchChange(id) { + + if (document.getElementById("searchChangeFlg"+id).value == "1") { + document.getElementById(id+"change").style.display=""; + document.getElementById("searchChange"+id).innerHTML = ""; + document.getElementById("searchChangeFlg"+id).value = "0"; + } else { + document.getElementById(id+"change").style.display="none"; + document.getElementById("searchChange"+id).innerHTML = ""; + document.getElementById("searchChangeFlg"+id).value = "1"; + } +} + + + //获取select类型属性的option var comboboxs = []; function getSelectOptions(category, selectValues) {
' + shape.text + '