Merge branch 'apps_dev' of https://e.coding.net/yilidev/yilipalkaifa/apps into apps_dev
This commit is contained in:
commit
850519881d
@ -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="{"method":"process","type":"file","multiple":true}" readonly="true" groupPath="process_model" scope="%" isValid="true"/>
|
||||
<attribute key="rear_process" title="下游流程" type="relation" value="" desc="下游流程" isRequired="false" ref="{"method":"process","type":"file","multiple":true}" readonly="true" groupPath="process_model" scope="%" isValid="true"/>
|
||||
</attributes>
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user