Merge remote-tracking branch 'origin/apps_dev' into apps_dev
This commit is contained in:
commit
0b5d3521bc
Binary file not shown.
@ -1076,7 +1076,7 @@ public class DesignerRelationShapeWeb extends ActionWeb {
|
|||||||
*/
|
*/
|
||||||
public String getTreeJson(String wsId, String pid,String attrId,String uuid) {
|
public String getTreeJson(String wsId, String pid,String attrId,String uuid) {
|
||||||
JSONArray list;
|
JSONArray list;
|
||||||
if(attrId.equals("Process_performance_metrics")){
|
if(attrId.equals("Process_performance_metrics") || attrId.equals("role")){
|
||||||
list= PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryTreeDataByPidAnduuid(_uc, wsId,pid,attrId,uuid);
|
list= PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryTreeDataByPidAnduuid(_uc, wsId,pid,attrId,uuid);
|
||||||
}else{
|
}else{
|
||||||
list= PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryTreeDataByPid(_uc, wsId, pid);
|
list= PALRepositoryQueryAPIManager.getInstance().getUsedPalRepositoryTreeDataByPid(_uc, wsId, pid);
|
||||||
|
|||||||
@ -2284,7 +2284,6 @@ public class CoeProcessLevelUtil {
|
|||||||
taskId=getLastPublishTaskIdByModelId(model.getId());
|
taskId=getLastPublishTaskIdByModelId(model.getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
System.out.println("taskID==========="+taskId);
|
|
||||||
|
|
||||||
String url=SDK.getPortalAPI().getPortalUrl()+"/r/w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open&uuid="+relationFileId+""+"&sid="+sessionId+"&taskId="+taskId;
|
String url=SDK.getPortalAPI().getPortalUrl()+"/r/w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open&uuid="+relationFileId+""+"&sid="+sessionId+"&taskId="+taskId;
|
||||||
|
|
||||||
@ -2298,7 +2297,6 @@ public class CoeProcessLevelUtil {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
appUrl="<a href='"+url+"' style='color:blue' target='_blank'>"+inputValue+"</a>";
|
appUrl="<a href='"+url+"' style='color:blue' target='_blank'>"+inputValue+"</a>";
|
||||||
System.out.println("appurl==============="+appUrl);
|
|
||||||
attribute.put("value", appUrl);
|
attribute.put("value", appUrl);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@ -238,7 +238,6 @@ function searchEdit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function loadData(treeNode) {
|
function loadData(treeNode) {
|
||||||
|
|
||||||
// attrId=attrId;
|
// attrId=attrId;
|
||||||
// 如果是父节点并且存在子节点执行加载
|
// 如果是父节点并且存在子节点执行加载
|
||||||
if (treeNode) {
|
if (treeNode) {
|
||||||
|
|||||||
@ -1495,12 +1495,10 @@ function initProcessDesc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function autoClickAttr() {
|
function autoClickAttr() {
|
||||||
debugger;
|
|
||||||
// 属性自动切换
|
// 属性自动切换
|
||||||
if ($('#openTab').is(':hidden')) {
|
if ($('#openTab').is(':hidden')) {
|
||||||
var name = '';
|
var name = '';
|
||||||
if (Utils.getSelected()[0] == null) {
|
if (Utils.getSelected()[0] == null) {
|
||||||
debugger;
|
|
||||||
name = 'processDesc';
|
name = 'processDesc';
|
||||||
} else {
|
} else {
|
||||||
name = 'processAttr';
|
name = 'processAttr';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user