保留角色模型跳转模型
This commit is contained in:
parent
23c442187d
commit
b3e91f8c78
@ -1021,21 +1021,6 @@ function openRelationDialog(obj, callback) {
|
||||
id: "relationDialog",
|
||||
|
||||
buttons: [
|
||||
{
|
||||
text : '跳转模型',
|
||||
cls : "blue",
|
||||
handler : function() {
|
||||
var clickNodeId=parent.document.getElementById("id-awsui-win-frm-2013-frmrelationDialog").contentWindow.getClickNodeId();
|
||||
if(clickNodeId==''){
|
||||
$.simpleAlert("请选择需要打开的流程", 'warning');
|
||||
}else{
|
||||
var url="./w?uuid=" +clickNodeId+"&teamId="+getteamId
|
||||
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val());
|
||||
window.open(url);
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
text: '确定', cls: "blue", handler: function () {
|
||||
var attrId = obj.attr("id");
|
||||
@ -1109,20 +1094,6 @@ function openRelationDialog(obj, callback) {
|
||||
// 刷新页面
|
||||
parent.document.getElementById("id-awsui-win-frm-2013-frmrelationDialog").contentWindow.location.reload(true);
|
||||
}
|
||||
},{
|
||||
text : '跳转模型',
|
||||
cls : "blue",
|
||||
handler : function() {
|
||||
var clickNodeId=parent.document.getElementById("id-awsui-win-frm-2013-frmrelationDialog").contentWindow.getClickNodeId();
|
||||
if(clickNodeId==''){
|
||||
$.simpleAlert("请选择需要打开的流程", 'warning');
|
||||
}else{
|
||||
var url="./w?uuid=" +clickNodeId+"&teamId="+getteamId
|
||||
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val());
|
||||
window.open(url);
|
||||
}
|
||||
|
||||
}
|
||||
}, {
|
||||
text: methodName,
|
||||
cls: "green",
|
||||
|
||||
@ -3580,7 +3580,6 @@ function openRelationDig(obj,value) {
|
||||
if (msg.data.result == "ok") {
|
||||
window.top.$.simpleAlert("请勿重复新建角色模型!!!");
|
||||
}else{
|
||||
|
||||
//跳转角色
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
@ -3643,14 +3642,6 @@ function openRelationDig(obj,value) {
|
||||
}else{
|
||||
$("#attr_dialog_normal_relevance_shapes_div").dialog({
|
||||
buttons : [
|
||||
{
|
||||
text : '跳转模型',
|
||||
cls : "blue",
|
||||
handler : function() {
|
||||
// 刷新页面
|
||||
document.getElementById("attr_content_iframe_relevance_shapes").contentWindow.location.reload(true);
|
||||
}
|
||||
},
|
||||
{
|
||||
text : '确定',
|
||||
cls : "blue",
|
||||
|
||||
@ -1623,8 +1623,6 @@ function ProcessManual(obj) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function openOutputFile(taskId) {
|
||||
// 打开流程手册
|
||||
$.simpleAlert('正在打开', 'loading');
|
||||
@ -1702,6 +1700,7 @@ function initUpfileData(obj) {
|
||||
var t = '';
|
||||
var splitId='';
|
||||
var processFile = upfileData['file'];
|
||||
debugger;
|
||||
if(processFile.length > 0) {
|
||||
t += '<table name="file" class="awsui-table">';
|
||||
t += '<tr><td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user