diff --git a/com.actionsoft.apps.coe.method.process.flowchart/method/process.flowchart/diagram.attribute.custom.xml b/com.actionsoft.apps.coe.method.process.flowchart/method/process.flowchart/diagram.attribute.custom.xml index 34772809..e29f4bf0 100644 --- a/com.actionsoft.apps.coe.method.process.flowchart/method/process.flowchart/diagram.attribute.custom.xml +++ b/com.actionsoft.apps.coe.method.process.flowchart/method/process.flowchart/diagram.attribute.custom.xml @@ -1,5 +1,6 @@ - + + 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 77012986..ababe525 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 @@ -629,6 +629,16 @@ function saveContent(obj) { } //原先值与离焦时的值比较,相同则不触发事件 var originvalue = $(obj).attr("data-originvalue"); + + if(id=="support_files"){ + $("#support_files").attr('title', jsonContent); + + } + if(id=="R_relevant_flies"){ + $("#R_relevant_flies").attr('title', jsonContent); + + } + if(originvalue == jsonContent){ return; } @@ -679,6 +689,7 @@ function saveContent(obj) { } }); + } var maskStackCount = 0; function mask(method) {