Merge branch 'apps_dev' of https://e.coding.net/yilidev/yilipalkaifa/apps into apps_dev

This commit is contained in:
lihongyu 2022-09-20 16:00:19 +08:00
commit 850519881d
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<attributes type="customer">
<attribute key="number" title="编号" type="string" value="" desc="编号" isRequired="false" ref="" readonly="false" groupPath="baseAttribute" scope="%,predefinedProcess,document,group,process,manualOperation,decision" isValid="true"/>
<attribute key="lead_process" title="上游流程" type="relation" value="" desc="上游流程" isRequired="false" ref="{&quot;method&quot;:&quot;process&quot;,&quot;type&quot;:&quot;file&quot;,&quot;multiple&quot;:true}" readonly="true" groupPath="process_model" scope="%" isValid="true"/>
<attribute key="rear_process" title="下游流程" type="relation" value="" desc="下游流程" isRequired="false" ref="{&quot;method&quot;:&quot;process&quot;,&quot;type&quot;:&quot;file&quot;,&quot;multiple&quot;:true}" readonly="true" groupPath="process_model" scope="%" isValid="true"/>
</attributes>

View File

@ -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) {