From d4f193b16477fb223d5792dd9552d1dcaa7ebe6b Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 20 Sep 2022 14:58:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) { From 9f49423c3f279bee423e36c101d46fe7a028b068 Mon Sep 17 00:00:00 2001 From: "3120626891@qq.com" <3120626891@qq.com> Date: Tue, 20 Sep 2022 15:36:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B3=B3=E9=81=93=E5=9B=BE=E5=B0=86?= =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=BD=AE=E6=B5=81=E7=A8=8B=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=8A=E4=B8=8B=E6=B8=B8=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../method/process.flowchart/diagram.attribute.custom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ - + +